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
commit bc3287e5d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 },