Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/esdl/highlights.scm')
| -rw-r--r-- | runtime/queries/esdl/highlights.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/queries/esdl/highlights.scm b/runtime/queries/esdl/highlights.scm index a009933f..7dfde022 100644 --- a/runtime/queries/esdl/highlights.scm +++ b/runtime/queries/esdl/highlights.scm @@ -18,8 +18,6 @@ "function" ] @keyword -(identifier) @variable - (modifier) @keyword (extending) @keyword @@ -33,6 +31,7 @@ (link) @variable.other.member (annotation) @variable.other.member +(identifier) @variable (string) @string (edgeql_fragment) @string ; Builtins @@ -57,8 +56,8 @@ "anytype" ] @type.builtin -(true) @constant.builtin.boolean -(false) @constant.builtin.boolean +(true) @constant.builtin +(false) @constant.builtin (null) @constant.builtin ; Delimiters |