Skip to content

Commit 6c1160d

Browse files
egrajedameain
authored andcommitted
Add Markdown support
Using the one listed in the official tree-sitter website.
1 parent 2901901 commit 6c1160d

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,9 @@
240240
url = https://github.com/ikatyang/tree-sitter-toml.git
241241
update = none
242242
ignore = dirty
243+
[submodule "repos/markdown"]
244+
path = repos/markdown
245+
url = https://github.com/ikatyang/tree-sitter-markdown
246+
branch = master
247+
update = none
248+
ignore = dirty

repos/markdown

Submodule markdown added at 8b8b77a

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ See `tree-sitter-langs-repos'."
115115
(hcl-mode . hcl)
116116
(terraform-mode . hcl)
117117
(html-mode . html)
118+
(markdown-mode . markdown)
118119
(mhtml-mode . html)
119120
(nix-mode . nix)
120121
(java-mode . java)

0 commit comments

Comments
 (0)