Visual Studio Code Language Extension Inherit Existing
问题 In Visual Studio Code it is relatively easy to add your own Language Extension just by providing a grammar file, e.g. via JSON. I want to provide a syntax file for a particular script language I use. The script language is embedded in ARM Assembly source code, which there already exists a plugin for. So I basically want to extend the ARM Extension by my script language. Is that currently possible? This would IMO be the way to go in my case, because if I just copy the existing extension (Which