Skip to content

Commit af8fddd

Browse files
committed
Merge branch 'zig-0.14'
2 parents 1eda347 + 36eca46 commit af8fddd

File tree

9 files changed

+35
-0
lines changed

9 files changed

+35
-0
lines changed

.gitmodules

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,24 @@
208208
[submodule "tree-sitter-commonlisp"]
209209
path = tree-sitter-commonlisp
210210
url = https://github.com/tree-sitter-grammars/tree-sitter-commonlisp.git
211+
[submodule "tree-sitter-po"]
212+
path = tree-sitter-po
213+
url = https://github.com/tree-sitter-grammars/tree-sitter-po.git
214+
[submodule "tree-sitter-awk"]
215+
path = tree-sitter-awk
216+
url = https://github.com/Beaglefoot/tree-sitter-awk.git
217+
[submodule "tree-sitter-latex"]
218+
path = tree-sitter-latex
219+
url = https://github.com/neurocyte/tree-sitter-latex.git
220+
[submodule "tree-sitter-nickel"]
221+
path = tree-sitter-nickel
222+
url = https://github.com/nickel-lang/tree-sitter-nickel.git
223+
[submodule "tree-sitter-elm"]
224+
path = tree-sitter-elm
225+
url = https://github.com/elm-tooling/tree-sitter-elm.git
226+
[submodule "tree-sitter-hcl"]
227+
path = tree-sitter-hcl
228+
url = https://github.com/tree-sitter-grammars/tree-sitter-hcl.git
229+
[submodule "tree-sitter-perl"]
230+
path = tree-sitter-perl
231+
url = https://github.com/tree-sitter-perl/tree-sitter-perl.git

build.zig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub fn build(b: *std.Build) void {
2727
const language_list = .{
2828
.{ "agda", null },
2929
.{ "astro", null },
30+
.{ "awk", null },
3031
.{ "bash", null },
3132
.{ "cmake", null },
3233
.{ "c", null },
@@ -37,6 +38,7 @@ pub fn build(b: *std.Build) void {
3738
.{ "diff", null },
3839
.{ "dockerfile", null },
3940
.{ "elixir", null },
41+
.{ "elm", null },
4042
.{ "fish", null },
4143
.{ "fsharp", "fsharp" },
4244
.{ "fsharp", "fsharp_signature" },
@@ -46,6 +48,7 @@ pub fn build(b: *std.Build) void {
4648
.{ "go", null },
4749
.{ "hare", null },
4850
.{ "haskell", null },
51+
.{ "hcl", null },
4952
.{ "html", null },
5053
.{ "hurl", null },
5154
.{ "java", null },
@@ -54,12 +57,14 @@ pub fn build(b: *std.Build) void {
5457
.{ "json", null },
5558
.{ "julia", null },
5659
.{ "kdl", null },
60+
.{ "latex", null },
5761
.{ "lua", null },
5862
.{ "mail", null },
5963
.{ "make", null },
6064
.{ "markdown", "tree-sitter-markdown" },
6165
.{ "markdown", "tree-sitter-markdown-inline" },
6266
.{ "nasm", null },
67+
.{ "nickel", null },
6368
.{ "nim", null },
6469
.{ "ninja", null },
6570
.{ "nix", null },
@@ -70,7 +75,9 @@ pub fn build(b: *std.Build) void {
7075
.{ "odin", null },
7176
.{ "openscad", null },
7277
.{ "org", null },
78+
.{ "perl", null },
7379
.{ "php", "php" },
80+
.{ "po", null },
7481
.{ "powershell", null },
7582
.{ "proto", null },
7683
.{ "purescript", null },

tree-sitter-awk

Submodule tree-sitter-awk added at 34bbdc7

tree-sitter-elm

Submodule tree-sitter-elm added at e34bdc5

tree-sitter-hcl

Submodule tree-sitter-hcl added at de10d49

tree-sitter-latex

Submodule tree-sitter-latex added at 3e40782

tree-sitter-nickel

Submodule tree-sitter-nickel added at 25464b3

tree-sitter-perl

Submodule tree-sitter-perl added at ecd90bd

tree-sitter-po

Submodule tree-sitter-po added at bd860a0

0 commit comments

Comments
 (0)