highlights(php): improve highlight for attributes

This commit is contained in:
nsfisis 2022-05-13 21:22:08 +09:00 committed by Stephan Seitz
parent 446a0538d6
commit 4d53ee5c05

View file

@ -103,6 +103,9 @@
(namespace_definition
name: (namespace_name) @namespace)
; Attributes
(attribute_list) @attribute
; Conditions ( ? : )
(conditional_expression) @conditional
; Basic tokens
@ -222,6 +225,7 @@
"]"
"{"
"}"
"#["
] @punctuation.bracket
[