mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat(runescript): add parser and queries (#7305)
This commit is contained in:
parent
4b9a83f601
commit
7c5a4632c4
4 changed files with 133 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue