aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/unison
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/unison')
-rw-r--r--runtime/queries/unison/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/unison/highlights.scm b/runtime/queries/unison/highlights.scm
index 956dc582..d58285ed 100644
--- a/runtime/queries/unison/highlights.scm
+++ b/runtime/queries/unison/highlights.scm
@@ -63,7 +63,7 @@
;; Terms
(type_signature term_name: (path)? @variable term_name: (wordy_id) @variable)
(type_signature (wordy_id) @type)
-(type_signature (delayed (wordy_id)) @type)
+(type_signature (term_type(delayed(wordy_id))) @type)
(term_definition param: (wordy_id) @variable.parameter)