nvim-treesitter/queries/vim/injections.scm
2021-08-16 15:09:53 +02:00

9 lines
218 B
Scheme

(lua_statement . (_) @lua)
(ruby_statement . (_) @ruby)
(python_statement . (_) @python)
;; If we support perl at some point...
;; (perl_statement . (_) @perl)
(autocmd_statement (pattern) @regex)
(comment) @comment