Added Zig grammar

This commit is contained in:
Himujjal 2021-03-23 06:18:43 +05:30 committed by Stephan Seitz
parent 74234bc0e0
commit 597ec69378
7 changed files with 266 additions and 0 deletions

View file

@ -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
}