parsers: add tree-sitter-slang

This commit is contained in:
Stephan Seitz 2023-11-18 20:52:31 +01:00
parent b04f990f92
commit 10432e6b0f
8 changed files with 78 additions and 0 deletions

View file

@ -1649,6 +1649,17 @@ list.scss = {
maintainers = { "@elianiva" },
}
list.slang = {
install_info = {
url = "https://github.com/theHamsta/tree-sitter-slang",
files = { "src/parser.c", "src/scanner.c" },
generate_requires_npm = true,
},
filetype = "shaderslang",
maintainers = { "@theHamsta" },
experimental = true,
}
list.slint = {
install_info = {
url = "https://github.com/jrmoulton/tree-sitter-slint",