vim9 script support?
chrisbra opened this issue · 4 comments
chrisbra commented
Hi,
short question. Does vimlparser support vim9 scipt yet?
Asking because I see the following issue on vim-airline github actions:
https://github.com/vim-airline/vim-airline/actions/runs/3635336470/jobs/6137027855
Error: [vint] reported by reviewdog 🐶
E492: Not an editor command: def airline#themes#generate_color_map(sect1: list<any>, sect2: list<any>, sect3: list<any>, ...rest: list<any>): dict<any> (see vim-jp/vim-vimlparser)
jclsn commented
Pity that no one has even commented. I think it would not be that much work, since the differences are small
Shougo commented
Unfortunately, the parser is not maintained well.
You can create the PR.
jclsn commented
I don't know the code at all. Maybe some day in the future when I find the time.