1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Add support for Zig

Adds syntax support for source code for the Zig programming
language. https://ziglang.org/
This commit is contained in:
Paul Smith
2021-01-02 13:22:31 -06:00
committed by David Peter
parent 8c0dcf3b57
commit c76e27851c
5 changed files with 483 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -210,3 +210,6 @@
[submodule "assets/syntaxes/02_Extra/Lean"]
path = assets/syntaxes/02_Extra/Lean
url = https://github.com/leanprover/vscode-lean.git
[submodule "assets/syntaxes/02_Extra/Zig"]
path = assets/syntaxes/02_Extra/Zig
url = https://github.com/ziglang/sublime-zig-language.git