Created
November 16, 2016 04:54
-
-
Save ldante86/14238c4d59be74cd038278965a1d60a0 to your computer and use it in GitHub Desktop.
markdown syntax highlighting for nano
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Here is an example for markdown. | |
## | |
syntax "markdown" "\.(md|MD)$" | |
color brightred "#*" | |
color white "^\* " | |
color red "\*\*" | |
color green "````*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment