Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/spicedb/highlights.scm')
| -rw-r--r-- | runtime/queries/spicedb/highlights.scm | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/runtime/queries/spicedb/highlights.scm b/runtime/queries/spicedb/highlights.scm deleted file mode 100644 index 63c93955..00000000 --- a/runtime/queries/spicedb/highlights.scm +++ /dev/null @@ -1,47 +0,0 @@ -; highlights.scm - -[ - "definition" - "caveat" - "permission" - "relation" - "nil" -] @keyword - -[ - "," - ":" -] @punctuation.delimiter - -[ - "(" - ")" - "{" - "}" -] @punctuation.bracket - -[ - "|" - "+" - "-" - "&" - "#" - "->" - "=" -] @operator -("with") @keyword.operator - -[ - "nil" - "*" -] @constant.builtin - -(comment) @comment -(type_identifier) @type -(cel_type_identifier) @type -(cel_variable_identifier) @variable.parameter -(field_identifier) @variable.other.member -[ - (func_identifier) - (method_identifier) -] @function.method |