mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
Add C3 language
This commit is contained in:
parent
3b308861a8
commit
59ec5968f8
6 changed files with 436 additions and 0 deletions
|
|
@ -232,6 +232,14 @@ list.c = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.c3 = {
|
||||
install_info = {
|
||||
url = "https://github.com/c3lang/tree-sitter-c3",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@cbuttner" },
|
||||
}
|
||||
|
||||
list.c_sharp = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-c-sharp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue