The VSCode documentation contains details on how to create new colorizers using .tmLanguage
files. The Monaco editor which VSCode uses has support for defining syntax highlighters using the JSON-based Monarch format, but I can't see how to use Monarch for defining syntaxes in VSCode extensions.
Is there a way to define a new VSCode syntax using the Monarch format rather than textmate style language files?