mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat: sway programming language
This commit is contained in:
parent
d3d4c1411c
commit
8fadb18430
9 changed files with 848 additions and 0 deletions
|
|
@ -2164,6 +2164,14 @@ list.svelte = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.sway = {
|
||||
install_info = {
|
||||
url = "https://github.com/FuelLabs/tree-sitter-sway.git",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@ribru17" },
|
||||
}
|
||||
|
||||
list.swift = {
|
||||
install_info = {
|
||||
url = "https://github.com/alex-pinkus/tree-sitter-swift",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue