mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add cue
This commit is contained in:
parent
d7cef15b01
commit
376d74006f
8 changed files with 237 additions and 0 deletions
|
|
@ -271,6 +271,14 @@ list.cuda = {
|
|||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.cue = {
|
||||
install_info = {
|
||||
url = "https://github.com/eonpatapon/tree-sitter-cue",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.d = {
|
||||
install_info = {
|
||||
url = "https://github.com/CyberShadow/tree-sitter-d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue