mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
9 lines
218 B
Scheme
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
|