Highlight files ending in mdwn
as Markdown (#12224)
Highlight files ending in `mdwn` as Markdown. (Ikiwiki uses `mdwn` as the file extension for Markdown.) This pull request was inspired by this one: - #1209/ Release Notes: - Added ".mdwn" as a Markdown file extension.
This commit is contained in:
parent
3ec94697b4
commit
2177ee8cc0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name = "Markdown"
|
name = "Markdown"
|
||||||
grammar = "markdown"
|
grammar = "markdown"
|
||||||
path_suffixes = ["md", "mdx"]
|
path_suffixes = ["md", "mdx", "mdwn"]
|
||||||
word_characters = ["-"]
|
word_characters = ["-"]
|
||||||
brackets = [
|
brackets = [
|
||||||
{ start = "{", end = "}", close = true, newline = true },
|
{ start = "{", end = "}", close = true, newline = true },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue