mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
feat!: drop modules, general refactor and cleanup
This commit is contained in:
parent
c13e28f894
commit
2c8f2f2fad
829 changed files with 4905 additions and 8010 deletions
|
|
@ -1,28 +0,0 @@
|
|||
[
|
||||
(array_creation_expression)
|
||||
(compound_statement)
|
||||
(declaration_list)
|
||||
(binary_expression)
|
||||
(return_statement)
|
||||
(arguments)
|
||||
(formal_parameters)
|
||||
(enum_declaration_list)
|
||||
(switch_block)
|
||||
(match_block)
|
||||
(case_statement)
|
||||
"["
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
")"
|
||||
"}"
|
||||
"]"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(comment)
|
||||
] @indent.auto
|
||||
|
||||
(compound_statement "}" @indent.end)
|
||||
|
||||
(ERROR) @indent.auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue