mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat: add the zathurarc parser (#5948)
This commit is contained in:
parent
e0420e73c9
commit
94bd4bcc5b
5 changed files with 57 additions and 0 deletions
|
|
@ -2167,6 +2167,14 @@ list.yuck = {
|
|||
maintainers = { "@Philipp-M", "@amaanq" },
|
||||
}
|
||||
|
||||
list.zathurarc = {
|
||||
install_info = {
|
||||
url = "https://github.com/Freed-Wu/tree-sitter-zathurarc",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@Freed-Wu" },
|
||||
}
|
||||
|
||||
list.zig = {
|
||||
install_info = {
|
||||
url = "https://github.com/maxxnino/tree-sitter-zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue