feat: add NQC

This commit is contained in:
Amaan Qureshi 2023-08-31 02:26:24 -04:00
parent 4a9adef710
commit f0f115e926
8 changed files with 34 additions and 0 deletions

1
queries/nqc/folds.scm Normal file
View file

@ -0,0 +1 @@
; inherits: c

View 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
View file

@ -0,0 +1 @@
; inherits: c

View file

@ -0,0 +1 @@
; inherits: c

1
queries/nqc/locals.scm Normal file
View file

@ -0,0 +1 @@
; inherits: c