windwp
1
I try to injection vim on lua but it is not working?
(
(function_call
(field_expression
(property_identifier) @cmd_identifier
)
(arguments
(string) @vim
)
)
(#eq? @cmd_identifier "cmd")
)
my query syntax is correct but it is not inject vim on lua.
treesitter doesn’t have a vimscript parser yet . I’m not sure what you’re trying to do by injecting vim.
windwp
3
Lol i forget to check is treesitter support vimscript.
I only want to highlight my vim script in vim.cmd[[ ]]]
There is one: GitHub - vigoux/tree-sitter-viml: Tree-sitter parser for VimL
But it is still a work in progress, and also not yet available through nvim-treesitter.
1 Like
Great . How can I install it ?
the instruction should be available on nvim-treesitter readme : )
1 Like
Thanks I forgot about thats ection