feat(angular): adds support for css class bindings

This commit is contained in:
Dennis van den Berg 2026-02-17 12:12:06 +01:00
parent 4d9466677a
commit 0ffaa8cf74
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,12 @@
(binding_name
(identifier) @keyword)
(class_binding
[
(identifier)
(class_name)
] @keyword)
(event_binding
(binding_name
(identifier) @keyword))