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
215 stars 43 forks source link

Fix JS and TS grammars #70

Open samfundev opened 2 years ago

samfundev commented 2 years ago

I fixed a few problems that I noticed with the JS and TS grammars. Notably, many keywords were incorrectly labeled as operators.

Before: image

After: image