Looks like we can provide syntax highlight by simply dropping a `.tmLanguage` file to an appropriate folder: https://stackoverflow.com/questions/30687783/create-custom-language-in-visual-studio-code/32996211#32996211 There is an online tool to create that `.tmLanguage` file: https://medium.com/@model_train/creating-universal-syntax-highlighters-with-iro-549501698fd2
Looks like we can provide syntax highlight by simply dropping a
.tmLanguagefile to an appropriate folder:https://stackoverflow.com/questions/30687783/create-custom-language-in-visual-studio-code/32996211#32996211
There is an online tool to create that
.tmLanguagefile: https://medium.com/@model_train/creating-universal-syntax-highlighters-with-iro-549501698fd2