From 01ced7499fb07f6c94abd316414ef198bd6e7058 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 4 Oct 2025 11:08:09 +0200 Subject: feat(angular)!: update parser and queries Breaking change: node `(static_member_expression)` was removed --- lua/nvim-treesitter/parsers.lua | 2 +- runtime/queries/angular/highlights.scm | 5 +---- 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 -- cgit v1.2.3-70-g09d2