feat: sway programming language

This commit is contained in:
Riley Bruins 2024-11-01 13:34:02 -07:00 committed by Christian Clason
parent d3d4c1411c
commit 8fadb18430
9 changed files with 848 additions and 0 deletions

View file

@ -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",