mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
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.
This commit is contained in:
parent
b00c4ca723
commit
5507d1e117
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue