mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
fix(angular): Add style_unit highlight group and update parser
This commit is contained in:
parent
857fb97bb6
commit
e1d64e67a2
2 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ return {
|
||||||
},
|
},
|
||||||
angular = {
|
angular = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '56fffa8c9ea7389cb2237f4a01c4a2058ac64416',
|
revision = 'd2f388435b062fdd6b3c386db6c23db2da67e578',
|
||||||
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
|
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
|
||||||
},
|
},
|
||||||
maintainers = { '@dlvandenberg' },
|
maintainers = { '@dlvandenberg' },
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
(identifier) @variable
|
(identifier) @variable
|
||||||
|
|
||||||
|
(style_unit) @variable
|
||||||
|
|
||||||
(pipe_operator) @operator
|
(pipe_operator) @operator
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue