feat: Seed7 parser

This commit is contained in:
Aliqyan-21 2025-06-20 00:59:57 +05:30
parent 42fc28ba91
commit 2b8440179f
3 changed files with 81 additions and 0 deletions

View file

@ -2090,6 +2090,16 @@ list.scss = {
maintainers = { "@elianiva" },
}
list.seed7 = {
install_info = {
url = "https://github.com/Aliqyan-21/tree-sitter-seed7",
branch = "main",
files = { "src/parser.c" },
},
filetype = "sd7",
maintainers = { "@aliqyan-21" },
}
list.sflog = {
install_info = {
url = "https://github.com/aheber/tree-sitter-sfapex",