fist stab at asciidoc

This commit is contained in:
Anthony Scopatz 2014-02-22 19:26:13 -06:00
parent ecfdac7396
commit 9611872cd2
2 changed files with 41 additions and 0 deletions

40
asciidoc.nanorc Normal file
View File

@ -0,0 +1,40 @@
syntax "asciidoc" "\.(asc|asciidoc)$"
# main header
color red "^====+$"
# h1
color red "^==[[:space:]].*$"
color red "^----+$"
# h2
color magenta "^===[[:space:]].*$"
color magenta "^~~~~+$"
# h4
color green "^====[[:space:]].*$"
color green "^\^\^\^\^+$"
# h5
color brightblue "^=====[[:space:]].*$"
color brightblue "^\+\+\+\++$"
# attributes
color brightgreen ":.*:"
color brightred "\{[a-z0-9]*\}"
color red "\\\{[a-z0-9]*\}"
color red "\+\+\+\{[a-z0-9]*\}\+\+\+"
# Paragraph Title
color yellow "^\..*$"
# source
color magenta "^\[(source,.+|NOTE|TIP|IMPORTANT|WARNING|CAUTION)\]"
# Other markup
color yellow ".*\+$"
color yellow "_.+_"
color yellow "\*.+\*"
color yellow "\+.+\+"
color yellow "`.+`"
color yellow "\^.+\^"
color yellow "~.+~"
color yellow "'.+'"
color cyan "`{1,2}.+'{1,2}"

1
nanorc
View File

@ -1,4 +1,5 @@
include ~/.nano/apacheconf.nanorc
include ~/.nano/asciidoc.nanorc
include ~/.nano/asm.nanorc
include ~/.nano/awk.nanorc
include ~/.nano/c.nanorc