mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
indens(c): use (comment) @auto
This commit is contained in:
parent
07e07cf303
commit
693dae241d
1 changed files with 1 additions and 4 deletions
|
|
@ -46,7 +46,4 @@
|
|||
([(argument_list) (parameter_list)] @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
||||
((comment) @aligned_indent
|
||||
(#lua-match? @aligned_indent "^/\*"))
|
||||
((comment) @ignore
|
||||
(#lua-match? @ignore "^//"))
|
||||
(comment) @auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue