feat(runescript): add parser and queries (#7305)

This commit is contained in:
David Lysenko 2024-11-06 18:09:38 +01:00 committed by GitHub
parent 4b9a83f601
commit 7c5a4632c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 133 additions and 0 deletions

View file

@ -21,6 +21,7 @@ for ft, lang in pairs {
mysql = "sql",
sbt = "scala",
neomuttrc = "muttrc",
clientscript = "runescript",
--- short-hand list from https://github.com/helix-editor/helix/blob/master/languages.toml
rs = "rust",
ex = "elixir",
@ -1948,6 +1949,14 @@ list.ruby = {
maintainers = { "@TravonteD" },
}
list.runescript = {
install_info = {
url = "https://github.com/2004Scape/tree-sitter-runescript",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@2004Scape" },
}
list.rust = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-rust",