vim-jp / vim-vimlparser

Vim script parser
Other
161 stars 25 forks source link

vim9 script support? #194

Open chrisbra opened 1 year ago

chrisbra commented 1 year ago

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 10 months ago

Pity that no one has even commented. I think it would not be that much work, since the differences are small

Shougo commented 10 months ago

Unfortunately, the parser is not maintained well. You can create the PR.

jclsn commented 10 months ago

I don't know the code at all. Maybe some day in the future when I find the time.