mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
10 lines
218 B
Scheme
10 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
|