Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 7bf104dbf63bf6c91543fb652c9f6b37 > files > 50

txt2tags-2.6-7.mga5.noarch.rpm

#
# Nano Editor syntax highlight rules for txt2tags tool
# http://nano-editor.org        http://txt2tags.org
#
# Initial release by Aurelio Jargas on Nov/2003
#
# Install: Just append this contents to your ~/.nanorc file
#
#  (((-----------------)))  If you are a Nano user and want to
#  (( MAINTAINER WANTED ))  be the official maintainer of this
#  (((-----------------)))  file, contact verde(a)aurelio.net.
#

syntax "txt2tags"  ".*.t2t"
color brightwhite  "\*\*.*\*\*"
color black,white  "//.*//"
color brightcyan   "__.*__"
color brightyellow "^ *[:+-] "
color brightcyan   "^ *\|\| .*"
color cyan         "^ *\| .*"
color brightwhite  "^ *[_=-]{20,} *$"
color white,red        "^ *=[^=].*[^=]=(\[.+\])?\s*$"
color white,red       "^ *==[^=].*[^=]==(\[.+\])?\s*$"
color white,red      "^ *===[^=].*[^=]===(\[.+\])?\s*$"
color white,red     "^ *====[^=].*[^=]====(\[.+\])?\s*$"
color white,red    "^ *=====[^=].*[^=]=====(\[.+\])?\s*$"
color brightblue   "\[.*\]"
color yellow       "^%.*"
color brightyellow "%%date(\(.*\))?"
color brightgreen  "``.*``"
color brightgreen  "^``` .*"
color brightgreen  start="^``` *$" end="^``` *$"