mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat: add c3 (#7891)
This commit is contained in:
parent
71d2fd1bd4
commit
c59004f1e0
6 changed files with 530 additions and 0 deletions
|
|
@ -164,6 +164,14 @@ return {
|
|||
maintainers = { '@amaanq' },
|
||||
tier = 2,
|
||||
},
|
||||
c3 = {
|
||||
install_info = {
|
||||
revision = 'dce56ccc5d2731ac14a0f6bb3fd1666d994b2a25',
|
||||
url = 'https://github.com/c3lang/tree-sitter-c3',
|
||||
},
|
||||
maintainers = { '@cbuttner' },
|
||||
tier = 2,
|
||||
},
|
||||
c_sharp = {
|
||||
install_info = {
|
||||
revision = 'b5eb5742f6a7e9438bee22ce8026d6b927be2cd7',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue