Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/prisma/highlights.scm')
| -rw-r--r-- | runtime/queries/prisma/highlights.scm | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/runtime/queries/prisma/highlights.scm b/runtime/queries/prisma/highlights.scm deleted file mode 100644 index dfd5292d..00000000 --- a/runtime/queries/prisma/highlights.scm +++ /dev/null @@ -1,58 +0,0 @@ -(string) @string - -(enumeral) @constant -(number) @constant.numeric - -(variable) @variable -(column_type) @type - -(arguments) @variable.other.member -(model_declaration (identifier) @type) -(view_declaration (identifier) @type) - -[ - "datasource" - "enum" - "generator" - "model" - "type" - "view" -] @keyword - -[ - (comment) - (developer_comment) -] @comment - -[ - (attribute) - (block_attribute_declaration) - (call_expression) -] @function.builtin - -[ - (true) - (false) - (null) -] @constant.builtin.boolean - -[ - "(" - ")" - "[" - "]" - "{" - "}" -] @punctuation.bracket - -[ - ":" - "," -] @punctuation.delimiter - -[ - "=" - "@" - "@@" - (binary_expression) -] @operator
\ No newline at end of file |