File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 193193 branch = master
194194 update = none
195195 ignore = dirty
196+ [submodule "repos/zig "]
197+ path = repos/zig
198+ url = https://github.com/maxxnino/tree-sitter-zig
199+ branch = main
200+ update = none
201+ ignore = dirty
Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+ - Added ` zig ` grammar.
45
56## 0.11.2 - 2022-02-11
67- Updated ` python ` grammar and highlighting (add support for pattern matching).
Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ See `tree-sitter-langs-repos'."
132132 (scala-mode . scala)
133133 (swift-mode . swift)
134134 (tuareg-mode . ocaml)
135- (typescript-mode . typescript))))
135+ (typescript-mode . typescript)
136+ (zig-mode . zig))))
136137 (cl-pushnew entry tree-sitter-major-mode-language-alist
137138 :key #'car ))
138139 (advice-remove 'tree-sitter--setup #'tree-sitter-langs--init-major-mode-alist ))
You can’t perform that action at this time.
0 commit comments