EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
208 stars 44 forks source link

Interference with bracket pair colorizer #39

Closed DusterTheFirst closed 4 years ago

DusterTheFirst commented 4 years ago

Just what it says in the title. The colors from BPC are not shown.

With syntax-highlighter image

Without syntax-highlighter image

EvgeniyPeshkov commented 4 years ago

Hello @DusterTheFirst . In the latest version there is an option to enable/disable highlighting of syntax terms. You can set syntax.highlightTerms in settings.json and remove punctuation from the list. Then {Syntax Highlighter} will skip punctuation terms and won't override colorization provided by "Bracket Pair Colorizer".

DusterTheFirst commented 4 years ago

Thank you very much, that helped a lot!