This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Hey atom peeps. In the solarized dark repo we have a cool pull request that will be adding cool template string coloring for javascript see here and there was a bug uncovered showing that template strings do not match up closing brackets properly.
For ex:

in our case, the open bracket color is dark blue (which is correct) and the closing bracket is cyan, the closing bracket should be red and the bracket closing the function should be blue and not cyan. Would love to help out with this but I am a tad unfamiliar with how the language packages actually work. If anyone could help on this let me know! Thanks