feat(angular): add style_unit highlighting(#8312)

This commit is contained in:
Dennis van den Berg
2025-12-04 10:42:01 +01:00
committed by GitHub
parent 857fb97bb6
commit 75797cdd8a
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