lark_syntax icon indicating copy to clipboard operation
lark_syntax copied to clipboard

syntax highlighting for vim

Open jisaacstone opened this issue 5 years ago • 5 comments

Just writing a note to let you know I threw together a very basic syntax highlighting script for vim, since that is the editor I use

https://github.com/jisaacstone/lark.vim

Doesn't have the fancy regex highlighting, but better'n nothing. Hopefully someone else can find it useful

jisaacstone avatar Jan 18 '20 02:01 jisaacstone

Thanks!

I wonder what happened to https://github.com/RobRoseKnows/lark-vim ...

@RobRoseKnows Could you say if there's any plan to pick up that initial work you did?

sbellem avatar May 13 '20 03:05 sbellem

There is now another repo https://github.com/lark-parser/vim-lark-syntax, by @omega16. If you two have any suggestion, you can help improve that repo.

MegaIng avatar Sep 17 '20 12:09 MegaIng

I haven't found this! After check I have learn and change some things on repo!

I'm thinking of support other things (maybe omnicompletion function?) for vim and make it a complete plugin for lark. As @MegaIng says, feel free to ask/sugget/commit!

omega16 avatar Sep 17 '20 22:09 omega16

hey @omega16. This was my first vim syntax file, so not very feature complete. I have another one here https://github.com/sfztools/sfz.vim that is more robust, including folding and simple dictionary completion. May or may not be useful? Take a look.

jisaacstone avatar Sep 22 '20 04:09 jisaacstone

Sorry I never replied. I never really finished the work I did on syntax highlighting.

RobRoseKnows avatar Sep 22 '20 18:09 RobRoseKnows