Skip to content

Commit 3cfb01c

Browse files
committed
feat: add tree-sitter-rst
1 parent 026db2b commit 3cfb01c

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,6 @@
229229
[submodule "tree-sitter-perl"]
230230
path = tree-sitter-perl
231231
url = https://github.com/tree-sitter-perl/tree-sitter-perl.git
232+
[submodule "tree-sitter-rst"]
233+
path = tree-sitter-rst
234+
url = https://github.com/stsewd/tree-sitter-rst.git

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ pub fn build(b: *std.Build) void {
8484
.{ "python", null },
8585
.{ "regex", null },
8686
.{ "rpmspec", null },
87+
.{ "rst", null },
8788
.{ "ruby", null },
8889
.{ "rust", null },
8990
.{ "scala", null },

build.zig.zon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"tree-sitter-python",
6767
"tree-sitter-regex",
6868
"tree-sitter-rpmspec",
69+
"tree-sitter-rst",
6970
"tree-sitter-ruby",
7071
"tree-sitter-rust",
7172
"tree-sitter-scala",

tree-sitter-rst

Submodule tree-sitter-rst added at 4e562e1

0 commit comments

Comments
 (0)