jmacdonald / amp

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

Does it support vimscript? #172

Closed dhilst closed 4 years ago

dhilst commented 4 years ago

Does it support vimscript?

Are you willing PRs?

Regards

jmacdonald commented 4 years ago

Hi @dhilst! While amp is inspired by Vim, I have no intent to support Vimscript. I've thought about adding a Ruby interpreter for plug-ins via mruby, but haven't found the need for a plug-in system just yet. :slightly_smiling_face:

dhilst commented 4 years ago

Okay, I'm searching a rust project to contribute and have great interest in parsers

jmacdonald commented 4 years ago

Amp's underlying syntax highlighting library might be of interest to you, then! Contributions there help amp indirectly, and I believe they're working on a rewrite around the fancy-regex crate. :slightly_smiling_face:

dhilst commented 4 years ago

I will take a look, thanks