diff options
Diffstat (limited to 'runtime/queries/nqc')
| -rw-r--r-- | runtime/queries/nqc/folds.scm | 1 | ||||
| -rw-r--r-- | runtime/queries/nqc/highlights.scm | 13 | ||||
| -rw-r--r-- | runtime/queries/nqc/indents.scm | 1 | ||||
| -rw-r--r-- | runtime/queries/nqc/injections.scm | 1 | ||||
| -rw-r--r-- | runtime/queries/nqc/locals.scm | 1 |
5 files changed, 17 insertions, 0 deletions
diff --git a/runtime/queries/nqc/folds.scm b/runtime/queries/nqc/folds.scm new file mode 100644 index 000000000..a5a5208ca --- /dev/null +++ b/runtime/queries/nqc/folds.scm @@ -0,0 +1 @@ +; inherits: c diff --git a/runtime/queries/nqc/highlights.scm b/runtime/queries/nqc/highlights.scm new file mode 100644 index 000000000..0d0b770a8 --- /dev/null +++ b/runtime/queries/nqc/highlights.scm @@ -0,0 +1,13 @@ +; inherits: c + +"task" @keyword.function + +"until" @keyword.repeat + +[ + "acquire" + "monitor" + "catch" + "start" + "stop" +] @keyword.coroutine diff --git a/runtime/queries/nqc/indents.scm b/runtime/queries/nqc/indents.scm new file mode 100644 index 000000000..a5a5208ca --- /dev/null +++ b/runtime/queries/nqc/indents.scm @@ -0,0 +1 @@ +; inherits: c diff --git a/runtime/queries/nqc/injections.scm b/runtime/queries/nqc/injections.scm new file mode 100644 index 000000000..a5a5208ca --- /dev/null +++ b/runtime/queries/nqc/injections.scm @@ -0,0 +1 @@ +; inherits: c diff --git a/runtime/queries/nqc/locals.scm b/runtime/queries/nqc/locals.scm new file mode 100644 index 000000000..a5a5208ca --- /dev/null +++ b/runtime/queries/nqc/locals.scm @@ -0,0 +1 @@ +; inherits: c |
