mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(slim): add parser and queries (#7425)
This commit is contained in:
parent
65c466178e
commit
1c67567464
7 changed files with 144 additions and 0 deletions
|
|
@ -2042,6 +2042,14 @@ list.slang = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.slim = {
|
||||
install_info = {
|
||||
url = "https://github.com/theoo/tree-sitter-slim",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@theoo" },
|
||||
}
|
||||
|
||||
list.slint = {
|
||||
install_info = {
|
||||
url = "https://github.com/slint-ui/tree-sitter-slint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue