mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
parsers: add tree-sitter-slang
This commit is contained in:
parent
b04f990f92
commit
10432e6b0f
8 changed files with 78 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue