issues
search
vigoux
/
tree-sitter-viml
Tree-sitter parser for VimL
MIT License
74
stars
22
forks
source link
Allow all autocmd list and remove construct
#124
Open
Fymyte
opened
2 years ago
Fymyte
commented
2 years ago
Moved autocmd in their own file
Allow listing autocmd properly (
au AuGroup
,
au BufRead
)
Add node for
++nested
and
++once
to ease queries (in case anyone needs them)
au AuGroup
,au BufRead
)++nested
and++once
to ease queries (in case anyone needs them)