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

How to disable highlight for one specific language #47

Closed maielo closed 4 years ago

maielo commented 4 years ago

Hello,

I would like to ask, if there is any way how to disable highliting for one specific language. I prefer the original one, but wanna keep this highlighting for rest.

EvgeniyPeshkov commented 4 years ago

Hello @maielo , There is syntax.highlightLanguages config that can be tuned in settings.json. By default all supported languages are enabled, you just need to remove language in question from the list.

maielo commented 4 years ago

Thank you very much, i am not much familiar with editing extensions and how it works but i kinda figure it out. :)