Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax highlighting for vim #8

Open
jisaacstone opened this issue Jan 18, 2020 · 5 comments
Open

syntax highlighting for vim #8

jisaacstone opened this issue Jan 18, 2020 · 5 comments

Comments

@jisaacstone
Copy link

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

@sbellem
Copy link

sbellem commented May 13, 2020

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?

@MegaIng
Copy link
Member

MegaIng commented Sep 17, 2020

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.

@omega16
Copy link

omega16 commented Sep 17, 2020

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!

@jisaacstone
Copy link
Author

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.

@RobRoseKnows
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants