jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.65k stars 105 forks source link

Error when loading sublime/Latex package #39

Open nochiel opened 6 years ago

nochiel commented 6 years ago

Steps

Observed

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.

jmacdonald commented 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. 🙂

nochiel commented 6 years ago

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.