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
|
; Properties
|
||||||
|
|
||||||
(property_identifier) @property
|
(property_identifier) @property
|
||||||
|
(shorthand_property_identifier) @property
|
||||||
|
(shorthand_property_identifier_pattern) @property
|
||||||
|
|
||||||
; Function and method calls
|
; Function and method calls
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue