Skip to content

Commit

Permalink
typescript: Fix shorthand property highlight (zed-industries#12505)
Browse files Browse the repository at this point in the history
Release Notes:

- Fixed Typescript shorthand property highlight
([zed-industries#5239](zed-industries#5239)).

Closes: zed-industries#5239
  • Loading branch information
Moshyfawn authored May 30, 2024
1 parent 22cf73a commit dc141d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/languages/src/typescript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
; Properties

(property_identifier) @property
(shorthand_property_identifier) @property
(shorthand_property_identifier_pattern) @property

; Function and method calls

Expand Down

0 comments on commit dc141d0

Please sign in to comment.