You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 are not supported within captures: {"1"=>{"name"=>"punctuation.definition.string.begin.purescript"}, "2"=>{"patterns"=>[{"include"=>"#characters"}]}, "7"=>{"name"=>"punctuation.definition.string.end.purescript"}}
patterns and includes are not supported within captures: {"1"=>{"patterns"=>[{"include"=>"$self"}]}, "2"=>{"name"=>"keyword.other.double-colon.purescript"}, "3"=>{"name"=>"meta.type-signature.purescript", "patterns"=>[{"include"=>"#type_signature"}]}}
WARNING:
pop pattern contains \G, this will not work as expected
if it's intended to refer to the begin regex: (?!\G)
WARNING:
pop pattern contains \G, this will not work as expected
if it's intended to refer to the begin regex: (?!\G)
patterns and includes are not supported within captures: {"1"=>{"patterns"=>[{"name"=>"entity.other.attribute-name.purescript", "match"=>"(?:[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}']*(?:\\.[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}']*)*\\.)?[\\p{Ll}_][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}']*"}]}, "2"=>{"name"=>"keyword.other.double-colon.purescript"}}
patterns and includes are not supported within captures: {"1"=>{"patterns"=>[{"include"=>"#class_constraint"}]}, "4"=>{"name"=>"keyword.other.big-arrow.purescript"}}
patterns and includes are not supported within captures: {"1"=>{"patterns"=>[{"include"=>"#class_constraint"}]}, "4"=>{"name"=>"keyword.other.big-arrow.purescript"}}
patterns and includes are not supported within captures: {"1"=>{"patterns"=>[{"name"=>"entity.name.type.purescript", "match"=>"\\b[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}']*(?:\\.[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}']*)*"}]}, "2"=>{"patterns"=>[{"include"=>"#type_name"}, {"include"=>"#generic_type"}]}}
patterns and includes are not supported within captures: {"1"=>{"patterns"=>[{"name"=>"entity.name.type.purescript", "match"=>"\\b[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}']*(?:\\.[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}']*)*"}]}, "2"=>{"patterns"=>[{"include"=>"#type_name"}, {"include"=>"#generic_type"}]}}
Traceback (most recent call last):
2: from /home/chiel/prj/SublimeSyntaxConvertor/bin/sublime_syntax_convertor:24:in `<main>'
1: from /home/chiel/prj/SublimeSyntaxConvertor/bin/sublime_syntax_convertor:24:in `each'
/home/chiel/prj/SublimeSyntaxConvertor/bin/sublime_syntax_convertor:39:in `block in <main>': Sorry, generated invalid YAML! /home/chiel/prj/vscode-language-purescript/syntaxes/purescript.tmLanguage (RuntimeError)
The text was updated successfully, but these errors were encountered:
No output is given, and I'm getting the following error message
The text was updated successfully, but these errors were encountered: