9 lines
304 B
TOML
9 lines
304 B
TOML
name = "Markdown"
|
|
path_suffixes = ["md"]
|
|
brackets = [
|
|
{ start = "{", end = "}", close = true, newline = true },
|
|
{ start = "[", end = "]", close = true, newline = true },
|
|
{ start = "(", end = ")", close = true, newline = true },
|
|
{ start = "<", end = ">", close = true, newline = true },
|
|
]
|