Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/capnp/highlights.scm')
| -rw-r--r-- | runtime/queries/capnp/highlights.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/runtime/queries/capnp/highlights.scm b/runtime/queries/capnp/highlights.scm index 34b023be..27ddf8e2 100644 --- a/runtime/queries/capnp/highlights.scm +++ b/runtime/queries/capnp/highlights.scm @@ -1,9 +1,7 @@ ; Preproc -[ - (unique_id) - (top_level_annotation_body) -] @keyword.directive +(unique_id) @keyword.directive +(top_level_annotation_body) @keyword.directive ; Includes @@ -11,7 +9,6 @@ "import" "$import" "embed" - "using" ] @keyword.control.import (import_path) @string @@ -87,10 +84,10 @@ "union" ] @keyword.storage.type -"extends" @keyword - [ + "extends" "namespace" + "using" (annotation_target) ] @special |