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
@@ -18,7 +18,7 @@ return {
|
||||
},
|
||||
angular = {
|
||||
install_info = {
|
||||
revision = '3bd2036e710f609ea08fcfca5a1eb1169ecc114f',
|
||||
revision = '41c861193f576cf0282573e7715dc4daa015de34',
|
||||
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
|
||||
},
|
||||
maintainers = { '@dlvandenberg' },
|
||||
|
||||
@@ -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