Skip to content

Commit

Permalink
Including mdx as part of the markdown.nanorc
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeFoden authored and Efreak committed Sep 28, 2023
1 parent 8432d99 commit 1d09d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markdown.nanorc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax "Markdown" "\.(md|mdown|mkd|mkdn|markdown)$"
syntax "Markdown" "\.(md|mdown|mkd|mkdn|markdown|mdx)$"

# @tag +tag #tag
color brightgreen "\+{1}[a-zA-Z0-9_!:\-\.]*"
Expand Down Expand Up @@ -54,4 +54,4 @@ color yellow start="^```[^$]" end="^```$"
color yellow "^```$"

## Trailing spaces
color ,green "[[:space:]]+$"
color ,green "[[:space:]]+$"

0 comments on commit 1d09d01

Please sign in to comment.