TextMate/Sublime Language Definition for VSCodeThis package provides syntax highlighting for the SublimeText JSON/YAML tmlanguage files in VsCode. The syntax highlighting uses tmLanguage files sourced from https://github.com/SublimeText/PackageDev. Coffee script language information is sourced from https://github.com/aponxi/sublime-better-coffeescript/blob/master/CoffeeScript.tmLanguage This package can now convert between JSON/YAML and standard PLIST tmLanguage files. The functionality in this extension is inspired by SublimeText PackageDev, and the lack functionality around tmLanguage files, even though it's a recommended format for VSCODE syntax highlighting. Currently IncludedSyntax Highlighting and Snippets for JSON-tmLanguage filesSyntax Highlighting and Snippets for YAML-tmLanguage filesConversion between tmLanguage file variantsIncluded commands are:
SettingstmLanguage.replaceExistingFile - Whether the conversion replaces the existing file or creates a new one. Defaults to true Please raise any issues with this extension through GitHub |