mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: add re2c
This commit is contained in:
parent
05fe2c38a3
commit
c58694685d
11 changed files with 245 additions and 3 deletions
11
queries/re2c/indents.scm
Normal file
11
queries/re2c/indents.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
(re2c)
|
||||
(action)
|
||||
] @indent.begin
|
||||
|
||||
"}" @indent.branch @indent.end
|
||||
|
||||
[
|
||||
(comment)
|
||||
(linedir)
|
||||
] @indent.ignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue