Skip to content

Commit

Permalink
feat: Add reStructuredText support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 4, 2023
1 parent 9c40ce4 commit 88b6d3a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,9 @@
branch = master
update = none
ignore = dirty
[submodule "repos/rst"]
path = repos/rst
url = https://github.com/stsewd/tree-sitter-rst/
branch = master
update = none
ignore = dirty
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Add `reStructuredText` support

## 0.12.51 - 2023-10-02
- Add `Mermaid` support
Expand Down
1 change: 1 addition & 0 deletions repos/rst
Submodule rst added at 2ca8c1
1 change: 1 addition & 0 deletions tree-sitter-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ See `tree-sitter-langs-repos'."
(python-mode . python)
(pygn-mode . pgn)
(rjsx-mode . javascript)
(rst-mode . rst)
(ruby-mode . ruby)
(rust-mode . rust)
(rustic-mode . rust)
Expand Down

0 comments on commit 88b6d3a

Please sign in to comment.