mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 04:36:24 +00:00
Merge pull request #1209 from zed-industries/mdx-highlighting
Highlight files ending in `mdx` as Markdown
This commit is contained in:
commit
bc3287e5d0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
name = "Markdown"
|
name = "Markdown"
|
||||||
path_suffixes = ["md"]
|
path_suffixes = ["md", "mdx"]
|
||||||
brackets = [
|
brackets = [
|
||||||
{ start = "{", end = "}", close = true, newline = true },
|
{ start = "{", end = "}", close = true, newline = true },
|
||||||
{ start = "[", end = "]", close = true, newline = true },
|
{ start = "[", end = "]", close = true, newline = true },
|
||||||
|
|
Loading…
Reference in a new issue