aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/parsers.lua2
-rw-r--r--runtime/queries/angular/highlights.scm2
2 files changed, 3 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 49d2a3bed..749f7c6ec 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -18,7 +18,7 @@ return {
},
angular = {
install_info = {
- revision = '56fffa8c9ea7389cb2237f4a01c4a2058ac64416',
+ revision = 'd2f388435b062fdd6b3c386db6c23db2da67e578',
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
},
maintainers = { '@dlvandenberg' },
diff --git a/runtime/queries/angular/highlights.scm b/runtime/queries/angular/highlights.scm
index 4793745b4..ad192329a 100644
--- a/runtime/queries/angular/highlights.scm
+++ b/runtime/queries/angular/highlights.scm
@@ -2,6 +2,8 @@
(identifier) @variable
+(style_unit) @variable
+
(pipe_operator) @operator
(string) @string