feat(slim): add parser and queries (#7425)

This commit is contained in:
Théo Reichel 2025-01-21 09:25:08 +01:00 committed by GitHub
parent 65c466178e
commit 1c67567464
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 144 additions and 0 deletions

View file

@ -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",