mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat(cylc): add parser and queries (#7225)
This commit is contained in:
parent
f9e9370a6f
commit
92d2501d69
7 changed files with 121 additions and 0 deletions
|
|
@ -349,6 +349,14 @@ list.cue = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.cylc = {
|
||||
install_info = {
|
||||
url = "https://github.com/elliotfontaine/tree-sitter-cylc",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@elliotfontaine" },
|
||||
}
|
||||
|
||||
list.d = {
|
||||
install_info = {
|
||||
url = "https://github.com/gdamore/tree-sitter-d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue