Set property color for destructuring assignment

This commit is contained in:
delphinus 2021-08-31 10:41:19 +09:00 committed by Stephan Seitz
parent 594d69d4ce
commit 15a19efe9e

View file

@ -12,6 +12,10 @@
(property_identifier) @property
(shorthand_property_identifier) @property
(variable_declarator
name: (object_pattern
(shorthand_property_identifier_pattern))) @property
; Special identifiers
;--------------------