Syntax Highlighting for JSON based TextMate Language and Regex
Features
Big update, almost supports 100% of the textmate specification
Example code:
Highlights scope names with their own themed colour in realtime:
Invalid code is highlighted in red and underlined
Incorrect code is highlighted in red and with italics
Unsupported json keys and values default back to their standard json colours
Unknown code is highlighted red
JSON error checking
JSON based error squiggles can be enabled by manually adding the language id to the json language server code
Open the file at \Microsoft VS Code\resources\app\extensions\json-language-features\client\dist\node\jsonClientMain.js
Ctrl+F to find the text "jonsc" and immediately copy/paste ,"json-tmLanguage" after it. (take note that the L is capitalised)
It should look like this: const S=["json","jsonc","json-tmLanguage"],
Requirements
This extension was designed with VSCode's default Dark+ theme in mind
Other themes may work with various successes
If you would like me to add support for a theme, please just message me