|
|
@ -1623,6 +1623,11 @@ block-comment-tokens = { start = "<!--", end = "-->" }
|
|
|
|
name = "markdown"
|
|
|
|
name = "markdown"
|
|
|
|
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }
|
|
|
|
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[language]]
|
|
|
|
|
|
|
|
name = "markdown"
|
|
|
|
|
|
|
|
file-types = [ "mdx" ]
|
|
|
|
|
|
|
|
block-comment-tokens = { start = "{/*", end = "*/}" }
|
|
|
|
|
|
|
|
|
|
|
|
[[language]]
|
|
|
|
[[language]]
|
|
|
|
name = "markdown.inline"
|
|
|
|
name = "markdown.inline"
|
|
|
|
scope = "source.markdown.inline"
|
|
|
|
scope = "source.markdown.inline"
|
|
|
|