mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 05:10:04 -04:00
feat: Seed7 parser
This commit is contained in:
parent
42fc28ba91
commit
2b8440179f
3 changed files with 81 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue