mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
fist stab at asciidoc
This commit is contained in:
parent
ecfdac7396
commit
9611872cd2
2 changed files with 41 additions and 0 deletions
40
asciidoc.nanorc
Normal file
40
asciidoc.nanorc
Normal 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
1
nanorc
|
|
@ -1,4 +1,5 @@
|
||||||
include ~/.nano/apacheconf.nanorc
|
include ~/.nano/apacheconf.nanorc
|
||||||
|
include ~/.nano/asciidoc.nanorc
|
||||||
include ~/.nano/asm.nanorc
|
include ~/.nano/asm.nanorc
|
||||||
include ~/.nano/awk.nanorc
|
include ~/.nano/awk.nanorc
|
||||||
include ~/.nano/c.nanorc
|
include ~/.nano/c.nanorc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue