mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(markdown): add csharp language alias
This commit is contained in:
parent
a3315b8c7f
commit
236b2a0bda
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ local non_filetype_match_injection_language_aliases = {
|
|||
sh = "bash",
|
||||
uxn = "uxntal",
|
||||
ts = "typescript",
|
||||
csharp = "c_sharp",
|
||||
}
|
||||
|
||||
-- compatibility shim for breaking change on nightly/0.11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue