Skip to content

Commit ced47ca

Browse files
authored
feat: Add reStructuredText support (#252)
1 parent 9fbe660 commit ced47ca

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@
394394
branch = master
395395
update = none
396396
ignore = dirty
397+
[submodule "repos/rst"]
398+
path = repos/rst
399+
url = https://github.com/stsewd/tree-sitter-rst/
400+
branch = master
401+
update = none
402+
ignore = dirty
397403
[submodule "repos/ocaml-interface"]
398404
path = repos/ocaml-interface
399405
url = https://github.com/tree-sitter/tree-sitter-ocaml

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Add `reStructuredText` support
45

56
## 0.12.52 - 2023-10-04
67
- Add `OCaml` interface support

repos/rst

Submodule rst added at 2ca8c12

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ See `tree-sitter-langs-repos'."
159159
(python-mode . python)
160160
(pygn-mode . pgn)
161161
(rjsx-mode . javascript)
162+
(rst-mode . rst)
162163
(ruby-mode . ruby)
163164
(rust-mode . rust)
164165
(rustic-mode . rust)

0 commit comments

Comments
 (0)