Skip to content

Commit 772776d

Browse files
committed
feat: add tree-sitter-asm
1 parent 42b2cb6 commit 772776d

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,6 @@
238238
[submodule "tree-sitter-objc"]
239239
path = tree-sitter-objc
240240
url = https://github.com/tree-sitter-grammars/tree-sitter-objc
241+
[submodule "tree-sitter-asm"]
242+
path = tree-sitter-asm
243+
url = https://github.com/RubixDev/tree-sitter-asm

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void {
2626

2727
const language_list = .{
2828
.{ "agda", null },
29+
.{ "asm", null },
2930
.{ "astro", null },
3031
.{ "awk", null },
3132
.{ "bash", null },

build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"queries",
1212
"scripts",
1313
"tree-sitter",
14-
"tree-sitter-awk",
1514
"tree-sitter-agda",
15+
"tree-sitter-asm",
1616
"tree-sitter-astro",
17+
"tree-sitter-awk",
1718
"tree-sitter-bash",
1819
"tree-sitter-c",
1920
"tree-sitter-cmake",

tree-sitter-asm

Submodule tree-sitter-asm added at 839741f

0 commit comments

Comments
 (0)