mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add prolog and problog parser and queries (#6810)
This commit is contained in:
parent
e0d6c7643d
commit
6cd4ce6cab
11 changed files with 100 additions and 0 deletions
|
|
@ -1565,6 +1565,24 @@ list.prisma = {
|
|||
maintainers = { "@elianiva" },
|
||||
}
|
||||
|
||||
list.problog = {
|
||||
install_info = {
|
||||
url = "https://codeberg.org/foxy/tree-sitter-prolog",
|
||||
files = { "src/parser.c" },
|
||||
location = "grammars/problog",
|
||||
},
|
||||
maintainers = { "@foxyseta" },
|
||||
}
|
||||
|
||||
list.prolog = {
|
||||
install_info = {
|
||||
url = "https://codeberg.org/foxy/tree-sitter-prolog",
|
||||
files = { "src/parser.c" },
|
||||
location = "grammars/prolog",
|
||||
},
|
||||
maintainers = { "@foxyseta" },
|
||||
}
|
||||
|
||||
list.promql = {
|
||||
install_info = {
|
||||
url = "https://github.com/MichaHoffmann/tree-sitter-promql",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue