nvim-treesitter/queries/vim/injections.scm

10 lines
218 B
Scheme
Raw Normal View History

2021-04-18 09:57:02 +02:00
(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