From 0b69c4ae52851b2ce789d3e7e1049db016bd0f2d Mon Sep 17 00:00:00 2001 From: Ananda Umamil Date: Sun, 15 Jan 2023 03:54:17 +0700 Subject: [PATCH] highlights(haskell): special sigils and operators --- queries/haskell/highlights.scm | 5 +++++ 1 file changed, 5 insertions(+) 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