Open nochiel opened 6 years ago
Thanks for the kind words, @nochiel!
Amp doesn't support Sublime Text packages, but it should support the syntax definitions. Try taking one of the .sublime-syntax
files in that package and putting it directly in the syntaxes
directory. If that blows up, we have a bug on our hands. 🙂
Try taking one of the .sublime-syntax files in that package and putting it directly in the syntaxes directory. If that blows up, we have a bug on our hands.
Specifically that the LaTex.sublime-syntax
file from that package causes
amp
to error out.
Steps
~/.config/amp/syntaxes
amp
Observed
error: Failed to load user syntaxes: ParseSyntax(TypeMismatch)
Expected
Questions
ps. Thanks for the excellent work. A fast editor with well thought out, modern defaults, and without a bloated runtime or baroque, slow gc'd extension language is very much appreciated.