mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: rewrite indent module
This commit is contained in:
parent
baf94219aa
commit
c0110e34aa
13 changed files with 136 additions and 182 deletions
|
|
@ -23,8 +23,11 @@
|
|||
(parameters)
|
||||
(binary_operator)
|
||||
|
||||
(lambda)
|
||||
(function_definition)
|
||||
(class_definition)
|
||||
|
||||
(concatenated_string)
|
||||
] @indent
|
||||
|
||||
[
|
||||
|
|
@ -37,12 +40,4 @@
|
|||
(finally_clause)
|
||||
] @branch
|
||||
|
||||
[
|
||||
(return_statement)
|
||||
(pass_statement)
|
||||
(raise_statement)
|
||||
] @return
|
||||
|
||||
[
|
||||
(string)
|
||||
] @ignore
|
||||
(string) @auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue