fix(angular): Add style_unit highlight group and update parser

This commit is contained in:
Dennis van den Berg 2025-12-04 09:06:08 +01:00
parent 857fb97bb6
commit e1d64e67a2
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,7 @@ return {
},
angular = {
install_info = {
revision = '56fffa8c9ea7389cb2237f4a01c4a2058ac64416',
revision = 'd2f388435b062fdd6b3c386db6c23db2da67e578',
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
},
maintainers = { '@dlvandenberg' },

View file

@ -2,6 +2,8 @@
(identifier) @variable
(style_unit) @variable
(pipe_operator) @operator
(string) @string