aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/parsers.lua2
-rw-r--r--runtime/queries/angular/highlights.scm5
2 files changed, 2 insertions, 5 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index c1e83d01f..8245bf553 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -18,7 +18,7 @@ return {
},
angular = {
install_info = {
- revision = 'd1f24a8890462cb740909ff62a3a079cded288bc',
+ revision = '15590fdaf2edbd33e5883b22c844eef545320fc5',
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 271e352e5..4793745b4 100644
--- a/runtime/queries/angular/highlights.scm
+++ b/runtime/queries/angular/highlights.scm
@@ -4,10 +4,7 @@
(pipe_operator) @operator
-[
- (string)
- (static_member_expression)
-] @string
+(string) @string
(number) @number