nvim-treesitter/queries/vim/injections.scm
2021-09-17 21:06:36 +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