We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2901901 commit 6c1160dCopy full SHA for 6c1160d
.gitmodules
@@ -240,3 +240,9 @@
240
url = https://github.com/ikatyang/tree-sitter-toml.git
241
update = none
242
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
tree-sitter-langs.el
@@ -115,6 +115,7 @@ See `tree-sitter-langs-repos'."
115
(hcl-mode . hcl)
116
(terraform-mode . hcl)
117
(html-mode . html)
118
+ (markdown-mode . markdown)
119
(mhtml-mode . html)
120
(nix-mode . nix)
121
(java-mode . java)
0 commit comments