From 5507d1e1170919dca3af314d2ab658067fcbc9e0 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 12 Jun 2026 10:17:17 +0200 Subject: [PATCH] chore(csharp): move to tier 1 Breaking changes to HEAD affect downstream grammars (e.g., razor), so we need to pin to releases and update only when all dependents bump the tracked version. --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a4069e6f8..ccf232e6d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -174,11 +174,11 @@ return { }, c_sharp = { install_info = { - revision = '88366631d598ce6595ec655ce1591b315cffb14c', + revision = 'v0.23.5', url = 'https://github.com/tree-sitter/tree-sitter-c-sharp', }, maintainers = { '@amaanq' }, - tier = 2, + tier = 1, }, caddy = { install_info = {