Skip to content

Commit

Permalink
Highlight members of records and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed Mar 21, 2024
1 parent c532fab commit 34a40e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions queries/rescript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
(member_expression (property_identifier) @property)
(module_identifier) @module

(record_pattern
(value_identifier) @variable.member)

(value_identifier_path
(module_identifier)
(value_identifier) @variable.member)

; Parameters
;----------------

Expand Down

0 comments on commit 34a40e7

Please sign in to comment.