aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/unison/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/unison/highlights.scm')
-rw-r--r--runtime/queries/unison/highlights.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/queries/unison/highlights.scm b/runtime/queries/unison/highlights.scm
index d58285ed..71177929 100644
--- a/runtime/queries/unison/highlights.scm
+++ b/runtime/queries/unison/highlights.scm
@@ -9,8 +9,6 @@
;; Keywords
[
(kw_forall)
- (unique_kw)
- (structural_kw)
(type_kw)
(kw_equals)
(do)
@@ -51,7 +49,7 @@
(blank_pattern) @variable.builtin
;; Types
-(record_field name: (wordy_id) @variable.other.member type: (wordy_id) @type)
+(record_field name: (wordy_id) @variable.other.member type: (_) @type)
(type_constructor (type_name (wordy_id) @constructor))
(ability_declaration type_name: (wordy_id) @type type_arg: (wordy_id) @variable.parameter)
(effect (wordy_id) @special) ;; NOTE: an effect is just like a type, but in signature we special case it