diff options
author | Blaž Hrastnik | 2021-12-17 08:04:31 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-17 08:04:59 +0000 |
commit | 5d91335d6b3e7c262d568217f2d1419b6eb9f49d (patch) | |
tree | 42e29e0173fe2c80efa33ab30fe09a51adecc12e /runtime | |
parent | 9c484e88cf522ad76d94195faf2820260cf88624 (diff) |
Fix more highlight scopes
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/haskell/highlights.scm | 2 |
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)) |