Add tree-sitter-markdown, set up simple markdown higlighting

This commit is contained in:
Max Brunsfeld 2021-12-05 21:37:31 -08:00
parent 026c3476db
commit b1ed9c88a4
7 changed files with 61 additions and 2 deletions

View file

@ -86,6 +86,7 @@ tiny_http = "0.8"
toml = "0.5"
tree-sitter = "0.20.0"
tree-sitter-rust = "0.20.0"
tree-sitter-markdown = { git = "https://github.com/maxbrunsfeld/tree-sitter-markdown", rev = "b2b4eefd51ada972ef8bb581b83b6b8e7a28c7a6" }
url = "2.2"
[dev-dependencies]