Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/haskell-persistent/highlights.scm')
-rw-r--r--runtime/queries/haskell-persistent/highlights.scm37
1 files changed, 0 insertions, 37 deletions
diff --git a/runtime/queries/haskell-persistent/highlights.scm b/runtime/queries/haskell-persistent/highlights.scm
deleted file mode 100644
index d6358578..00000000
--- a/runtime/queries/haskell-persistent/highlights.scm
+++ /dev/null
@@ -1,37 +0,0 @@
-;; ----------------------------------------------------------------------------
-;; Literals and comments
-
-(integer) @constant.numeric.integer
-(float) @constant.numeric.float
-(char) @constant.character
-(string) @string
-(attribute_name) @attribute
-(attribute_exclamation_mark) @attribute
-
-(con_unit) @constant.builtin ; unit, as in ()
-
-(comment) @comment
-
-;; ----------------------------------------------------------------------------
-;; Keywords, operators, includes
-
-[
- "Id"
- "Primary"
- "Foreign"
- "deriving"
-] @keyword
-
-"=" @operator
-
-;; ----------------------------------------------------------------------------
-;; Functions and variables
-
-(variable) @variable
-
-;; ----------------------------------------------------------------------------
-;; Types
-
-(type) @type
-
-(constructor) @constructor