mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Add Codeql indents.scm
This commit is contained in:
parent
ac05d4db50
commit
3472947027
2 changed files with 28 additions and 5 deletions
22
queries/ql/indents.scm
Normal file
22
queries/ql/indents.scm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
(dataclass)
|
||||
(charpred)
|
||||
(memberPredicate)
|
||||
(quantified)
|
||||
] @indent
|
||||
|
||||
[
|
||||
(variable)
|
||||
"("
|
||||
")"
|
||||
"{"
|
||||
"}"
|
||||
"["
|
||||
"]"
|
||||
] @branch
|
||||
|
||||
[
|
||||
(block_comment)
|
||||
(line_comment)
|
||||
(qldoc)
|
||||
] @ignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue