mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +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"
|
||||
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