mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Added Zig grammar
This commit is contained in:
parent
74234bc0e0
commit
597ec69378
7 changed files with 266 additions and 0 deletions
|
|
@ -524,6 +524,15 @@ list.bibtex = {
|
|||
filetype = 'bib',
|
||||
}
|
||||
|
||||
list.zig = {
|
||||
install_info = {
|
||||
url = "https://github.com/Himujjal/tree-sitter-zig",
|
||||
files = { "src/parser.c" }
|
||||
},
|
||||
filetype = "zig",
|
||||
maintainers = { "@Himujjal" }
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue