aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/haskell
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-12-17 08:04:31 +0000
committerBlaž Hrastnik2021-12-17 08:04:59 +0000
commit5d91335d6b3e7c262d568217f2d1419b6eb9f49d (patch)
tree42e29e0173fe2c80efa33ab30fe09a51adecc12e /runtime/queries/haskell
parent9c484e88cf522ad76d94195faf2820260cf88624 (diff)
Fix more highlight scopes
Diffstat (limited to 'runtime/queries/haskell')
-rw-r--r--runtime/queries/haskell/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/haskell/highlights.scm b/runtime/queries/haskell/highlights.scm
index 72187876..8006cb07 100644
--- a/runtime/queries/haskell/highlights.scm
+++ b/runtime/queries/haskell/highlights.scm
@@ -8,7 +8,7 @@
(constructor) @constructor
(pragma) @pragma
(comment) @comment
-(signature name: (variable) @fun_type_name)
+(signature name: (variable) @type)
(function name: (variable) @function)
(constraint class: (class_name (type)) @class)
(class (class_head class: (class_name (type)) @class))