Add a sample markdown grammar to honor the new soft wrap override

This commit is contained in:
Antonio Scandurra
2021-11-29 09:39:16 +01:00
parent 93de2bcfed
commit cc78ae14d4
4 changed files with 29 additions and 3 deletions
Generated
+11
View File
@@ -5132,6 +5132,16 @@ dependencies = [
"regex",
]
[[package]]
name = "tree-sitter-markdown"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7c1cfe0396b0e500cc99067bcd2d48720eb08a077e2690194f0c3a3d105f9a0"
dependencies = [
"cc",
"tree-sitter",
]
[[package]]
name = "tree-sitter-rust"
version = "0.19.0"
@@ -5721,6 +5731,7 @@ dependencies = [
"tiny_http",
"toml",
"tree-sitter",
"tree-sitter-markdown",
"tree-sitter-rust",
"unindent",
"url",