SublimeSyntaxConvertor icon indicating copy to clipboard operation
SublimeSyntaxConvertor copied to clipboard

Converts tmLanguage to sublime-syntax

Results 4 SublimeSyntaxConvertor issues
Sort by recently updated
recently updated
newest added

[VSCode allows tmLanguage files written in JSON instead of XML Plists](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#tokenization), and I believe it would be useful to have that capability here, as a lot of people will start...

Hello I tried running this gem as stated in the readme, but got the following error. ``` ../syntaxes$ sublime_syntax_convertor purescript.json Traceback (most recent call last): 3: from /usr/local/bin/sublime_syntax_convertor:23:in `' 2:...

No output is given, and I'm getting the following error message ``` $ ruby ~/prj/SublimeSyntaxConvertor/bin/sublime_syntax_convertor purescript.tmLanguage patterns and includes are not supported within captures: {"1"=>{"patterns"=>[{"include"=>"#data_ctor"}]}, "2"=>{"name"=>"meta.type-signature.purescript", "patterns"=>[{"include"=>"#type_signature"}]}} patterns and includes...

In #1, this change was made for line 104, but not line 81. I was getting output with errors before making this change. (I still got an error, but it...