aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/unison
diff options
context:
space:
mode:
authorblinxen2024-01-25 05:12:17 +0000
committerGitHub2024-01-25 05:12:17 +0000
commit2661e05b3405c216a2303c20e71830b4bde7ac35 (patch)
tree692ecd0b9d7f3d358d21fc1800cf6eafeb5bded5 /runtime/queries/unison
parentd8b8d2fda6a10f25c9704fc95c069a4c457752e6 (diff)
Update some grammars to a commit where the license file is included (#9279)
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
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)