mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
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:
parent
041e230d24
commit
0e20782b53
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue