Skip to content

Commit 8fcfce3

Browse files
committed
Merge branch 'zig-0.14'
2 parents f1f032d + 2e108df commit 8fcfce3

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/release_tarball.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- zig-0.14
67
- zig-0.13
78

89
permissions:

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,6 @@
202202
[submodule "tree-sitter-powershell"]
203203
path = tree-sitter-powershell
204204
url = https://github.com/airbus-cert/tree-sitter-powershell.git
205+
[submodule "tree-sitter-fsharp"]
206+
path = tree-sitter-fsharp
207+
url = https://github.com/ionide/tree-sitter-fsharp.git

build.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ pub fn build(b: *std.Build) void {
3737
.{ "dockerfile", null },
3838
.{ "elixir", null },
3939
.{ "fish", null },
40+
.{ "fsharp", "fsharp" },
41+
.{ "fsharp-signature", "fsharp-signature" },
4042
.{ "gitcommit", null },
4143
.{ "git-rebase", null },
4244
.{ "gleam", null },

tree-sitter-fsharp

Submodule tree-sitter-fsharp added at 02929f0

0 commit comments

Comments
 (0)