diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-06-12 10:17:17 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-07-18 22:23:55 +0200 |
| commit | 5507d1e1170919dca3af314d2ab658067fcbc9e0 (patch) | |
| tree | db60395358e45373ef1b49923aa5f6e0d6991bc7 | |
| parent | feat(swift)!: update parser and queries (diff) | |
| download | nvim-treesitter-5507d1e1170919dca3af314d2ab658067fcbc9e0.tar nvim-treesitter-5507d1e1170919dca3af314d2ab658067fcbc9e0.tar.gz nvim-treesitter-5507d1e1170919dca3af314d2ab658067fcbc9e0.tar.bz2 nvim-treesitter-5507d1e1170919dca3af314d2ab658067fcbc9e0.tar.lz nvim-treesitter-5507d1e1170919dca3af314d2ab658067fcbc9e0.tar.xz nvim-treesitter-5507d1e1170919dca3af314d2ab658067fcbc9e0.tar.zst nvim-treesitter-5507d1e1170919dca3af314d2ab658067fcbc9e0.zip | |
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.
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files 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 = { |
