mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(angular): adds support for css class bindings
This commit is contained in:
parent
4d9466677a
commit
ca35dc5184
2 changed files with 7 additions and 1 deletions
|
|
@ -28,6 +28,12 @@
|
|||
(binding_name
|
||||
(identifier) @keyword)
|
||||
|
||||
(class_binding
|
||||
[
|
||||
(identifier)
|
||||
(class_name)
|
||||
] @keyword)
|
||||
|
||||
(event_binding
|
||||
(binding_name
|
||||
(identifier) @keyword))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue