mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat: add NQC
This commit is contained in:
parent
4a9adef710
commit
f0f115e926
8 changed files with 34 additions and 0 deletions
1
queries/nqc/folds.scm
Normal file
1
queries/nqc/folds.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: c
|
||||
18
queries/nqc/highlights.scm
Normal file
18
queries/nqc/highlights.scm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
; inherits: c
|
||||
|
||||
[
|
||||
"task"
|
||||
"sub"
|
||||
] @keyword.function
|
||||
|
||||
[
|
||||
"until"
|
||||
] @repeat
|
||||
|
||||
[
|
||||
"acquire"
|
||||
"monitor"
|
||||
"catch"
|
||||
"start"
|
||||
"stop"
|
||||
] @keyword.coroutine
|
||||
1
queries/nqc/indents.scm
Normal file
1
queries/nqc/indents.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: c
|
||||
1
queries/nqc/injections.scm
Normal file
1
queries/nqc/injections.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: c
|
||||
1
queries/nqc/locals.scm
Normal file
1
queries/nqc/locals.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: c
|
||||
Loading…
Add table
Add a link
Reference in a new issue