It would be nice if Bat supports Dart syntax, there this .tmLanguage I think we can use.
https://github.com/guillermooo/dart-sublime-bundle/blob/master/Dart.tmLanguage
Sounds great
Unfortunately, Sublime Text refuses to convert that .tmLanguage file to a .sublime-syntax file. It doesn't show an error message.
I used https://github.com/aziz/SublimeSyntaxConvertor to try converting it and was able to find the Error.
I think the issue is related to:
https://github.com/guillermooo/dart-sublime-bundle/issues/545
I took out
https://github.com/guillermooo/dart-sublime-bundle/blob/d891fb36c98ca0b111a35cba109b05a16b6c4b83/Dart.tmLanguage#L912-L915
and it converted just fine.
@tobenna Thank you for investigating! Would you like to open a bat PR that adds the Git submodule and the converted Dart.sublime-syntax?
We could add a small comment in the "Manual modifications" section here.
I'll open a PR :)
fixed via #278
Added in v0.7.0.
Most helpful comment
I'll open a PR :)