Highlight files ending in mdx as Markdown

This is clearly a stopgap solution but it'll make our life easier
while hacking on zed.dev.
This commit is contained in:
Antonio Scandurra 2022-06-20 15:53:45 +02:00
parent 041e230d24
commit 0e20782b53

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