mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
typescript: Fix shorthand property highlight (#12505)
Release Notes: - Fixed Typescript shorthand property highlight ([#5239](https://github.com/zed-industries/zed/issues/5239)). Closes: #5239
This commit is contained in:
parent
22cf73acec
commit
dc141d0f61
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
; Properties
|
||||
|
||||
(property_identifier) @property
|
||||
(shorthand_property_identifier) @property
|
||||
(shorthand_property_identifier_pattern) @property
|
||||
|
||||
; Function and method calls
|
||||
|
||||
|
|
Loading…
Reference in a new issue