Merge pull request #1209 from zed-industries/mdx-highlighting
Highlight files ending in `mdx` as Markdown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name = "Markdown"
|
||||
path_suffixes = ["md"]
|
||||
path_suffixes = ["md", "mdx"]
|
||||
brackets = [
|
||||
{ start = "{", end = "}", close = true, newline = true },
|
||||
{ start = "[", end = "]", close = true, newline = true },
|
||||
|
||||
Reference in New Issue
Block a user