Correctly handle [[
autoclosing in Markdown (#24662)
This commit is contained in:
parent
759ea0ec48
commit
7378ab9ba5
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ grammar = "markdown"
|
|||
path_suffixes = ["md", "mdx", "mdwn", "markdown", "MD"]
|
||||
word_characters = ["-"]
|
||||
block_comment = ["<!-- ", " -->"]
|
||||
autoclose_before = "}])>"
|
||||
brackets = [
|
||||
{ start = "{", end = "}", close = true, newline = true },
|
||||
{ start = "[", end = "]", close = true, newline = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue