File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+ - Add ` reStructuredText ` support
45
56## 0.12.52 - 2023-10-04
67- Add ` OCaml ` interface support
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments