mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat!: drop modules, general refactor and cleanup
This commit is contained in:
parent
310f0925ec
commit
692b051b09
1247 changed files with 6096 additions and 9074 deletions
|
|
@ -1,33 +0,0 @@
|
|||
[
|
||||
(function_block)
|
||||
(binary_expression)
|
||||
(collection)
|
||||
(indexed_collection)
|
||||
(parameter_call_list)
|
||||
(function_call)
|
||||
(class_def)
|
||||
(classvar)
|
||||
(const)
|
||||
(instance_var)
|
||||
(variable_definition)
|
||||
(variable_definition_sequence
|
||||
(variable_definition))
|
||||
(control_structure)
|
||||
(return_statement)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
(parameter_call_list
|
||||
(argument_calls))
|
||||
"("
|
||||
")"
|
||||
"{"
|
||||
"}"
|
||||
"["
|
||||
"]"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(block_comment)
|
||||
(line_comment)
|
||||
] @indent.ignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue