Merge pull request #1209 from zed-industries/mdx-highlighting

Highlight files ending in `mdx` as Markdown
This commit is contained in:
Antonio Scandurra
2022-06-20 15:56:14 +02:00
committed by GitHub
@@ -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 },