mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
feat: change comment string for mdx files
This commit is contained in:
parent
cbbeca6c52
commit
243a2943db
@ -1623,6 +1623,11 @@ block-comment-tokens = { start = "<!--", end = "-->" }
|
||||
name = "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]]
|
||||
name = "markdown.inline"
|
||||
scope = "source.markdown.inline"
|
||||
|
Loading…
Reference in New Issue
Block a user