Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/dbml/highlights.scm')
-rw-r--r--runtime/queries/dbml/highlights.scm44
1 files changed, 0 insertions, 44 deletions
diff --git a/runtime/queries/dbml/highlights.scm b/runtime/queries/dbml/highlights.scm
deleted file mode 100644
index accc65b4..00000000
--- a/runtime/queries/dbml/highlights.scm
+++ /dev/null
@@ -1,44 +0,0 @@
-
-; comments highlighting
-(comment) @comment
-
-; keyword highlighting
-(keyword_def) @keyword
-(keyword_enum) @keyword
-(keyword_ref) @keyword
-
-; identify blocks and definitions
-(definition) @function
-
-; for identifiers
-(identifier) @variable
-(type) @keyword
-
-; Highlight special types for database/data types
-("Project" ) @type
-("Table" ) @type
-("TableGroup" ) @type
-("database_type" ) @variable
-
-; string and number constants
-("'''") @constant.character.escape
-(string) @string
-(number) @constant.numeric
-
-; brackets
-[
- "("
- ")"
- "{"
- "}"
- "["
- "]"
-] @punctuation.bracket
-
-; brackets
-[
- ":"
- "."
- ","
-] @punctuation.delimiter
-