vigoux / tree-sitter-viml

Tree-sitter parser for VimL
MIT License
74 stars 22 forks source link

feat(command): support unknown builtin commands #95

Closed vigoux closed 2 years ago

vigoux commented 2 years ago

Attempts to fix various issues arising from the massive amount of builtin commands (most of which we don't support).

Partially fixes #94 Fixes #45

CC @clason @Fymyte

vigoux commented 2 years ago

For now it does not pass the tests, because it breaks the fragile balance in the scanner.c file.

clason commented 2 years ago

Might also add :language/:lan while you're at it ;)

vigoux commented 2 years ago

I'll do it in another PR