aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/haskell/highlights.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/queries/haskell/highlights.scm b/queries/haskell/highlights.scm
index f3cae5e50..cef00a55d 100644
--- a/queries/haskell/highlights.scm
+++ b/queries/haskell/highlights.scm
@@ -60,8 +60,12 @@
(type_operator)
(tycon_arrow)
(qualified_module) ; grabs the `.` (dot), ex: import System.IO
+ (qualified_type)
+ (qualified_variable)
(all_names)
(wildcard)
+ "."
+ ".."
"="
"|"
"::"
@@ -134,6 +138,7 @@
;; Types
(type) @type
+(type_star) @type
(type_variable) @type
(constructor) @constructor