mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(angular): adds support for css class bindings
This commit is contained in:
committed by
Christian Clason
parent
4d9466677a
commit
ca35dc5184
@@ -28,6 +28,12 @@
|
||||
(binding_name
|
||||
(identifier) @keyword)
|
||||
|
||||
(class_binding
|
||||
[
|
||||
(identifier)
|
||||
(class_name)
|
||||
] @keyword)
|
||||
|
||||
(event_binding
|
||||
(binding_name
|
||||
(identifier) @keyword))
|
||||
|
||||
Reference in New Issue
Block a user