JSON grammars #49
As per #49 here is a converted list of TextMate Grammars from XML to JSON. In addition, --disable-extensions flag within extension launcher.
Reasoning for XML > JSON JSON grammars are common for vscode. In addition, JSON grammars allow us to extended grammars in far less redundancy. We can also take advantage of additional vscode specific features like grammar injections with less verbosity.
Reasoning for --disable-extensions flag
Loading up an instance of vscode without this flag will result in installed extensions from running. It is allows for a quicker load time in debug mode.
Expect some additional amendments to the structure of the grammers, ie: improving token definitions and moving syntaxes into a pattern based architecture.