SM0 She11
Path:
/
/
usr
/
share
/
nano
Full Path (server): /usr/share/nano
Create Fil3
Upl04d Fil3
📄 asm.nanorc
[E]
[D]
[R]
📄 awk.nanorc
[E]
[D]
[R]
📄 c.nanorc
[E]
[D]
[R]
📄 cmake.nanorc
[E]
[D]
[R]
📄 css.nanorc
[E]
[D]
[R]
📄 debian.nanorc
[E]
[D]
[R]
📄 fortran.nanorc
[E]
[D]
[R]
📄 gentoo.nanorc
[E]
[D]
[R]
📄 groff.nanorc
[E]
[D]
[R]
📄 html.nanorc
[E]
[D]
[R]
📄 java.nanorc
[E]
[D]
[R]
📄 lua.nanorc
[E]
[D]
[R]
📄 makefile.nanorc
[E]
[D]
[R]
📁 man-html
Open
[D]
[R]
📄 man.nanorc
[E]
[D]
[R]
📄 mgp.nanorc
[E]
[D]
[R]
📄 mutt.nanorc
[E]
[D]
[R]
📄 nanorc.nanorc
[E]
[D]
[R]
📄 objc.nanorc
[E]
[D]
[R]
📄 ocaml.nanorc
[E]
[D]
[R]
📄 patch.nanorc
[E]
[D]
[R]
📄 perl.nanorc
[E]
[D]
[R]
📄 php.nanorc
[E]
[D]
[R]
📄 pov.nanorc
[E]
[D]
[R]
📄 python.nanorc
[E]
[D]
[R]
📄 ruby.nanorc
[E]
[D]
[R]
📄 sh.nanorc
[E]
[D]
[R]
📄 spec.nanorc
[E]
[D]
[R]
📄 tcl.nanorc
[E]
[D]
[R]
📄 tex.nanorc
[E]
[D]
[R]
📄 xml.nanorc
[E]
[D]
[R]
Editing: awk.nanorc
## Here is an example for awk. ## syntax "awk" "\.awk$" magic "awk.*script text" ## records icolor brightred "\$[0-9A-Z_!@#$*?-]+" ## awk-set variables color red "\<(ARGC|ARGIND|ARGV|BINMODE|CONVFMT|ENVIRON|ERRNO|FIELDWIDTHS)\>" color red "\<(FILENAME|FNR|FS|IGNORECASE|LINT|NF|NR|OFMT|OFS|ORS)\>" color red "\<(PROCINFO|RS|RT|RSTART|RLENGTH|SUBSEP|TEXTDOMAIN)\>" ## function declarations and special patterns color brightgreen "\<(function|extension|BEGIN|END)\>" ## operators color green "(\{|\}|\(|\)|\;|\]|\[|\\|<|>|!|=|&|\+|-|\*|%|/|\?:|\^|\|)" ## flow control color brightyellow "\<(for|if|while|do|else|in|delete|exit)\>" color brightyellow "\<(break|continue|return)\>" ## I/O statements color brightgreen "\<(close|getline|next|nextfile|print|printf)\>" color brightgreen "\<(system|fflush)\>" ## standard functions color magenta "\<(atan2|cos|exp|int|log|rand|sin|sqrt|srand)\>" color magenta "\<(asort|asorti|gensub|gsub|index|length|match)\>" color magenta "\<(split|sprintf|strtonum|sub|substr|tolower|toupper)\>" color magenta "\<(mktime|strftime|systime)\>" color magenta "\<(and|compl|lshift|or|rshift|xor)\>" color magenta "\<(bindtextdomain|dcgettext|dcngettext)\>" ## ## String highlighting. You will in general want your comments and ## strings to come last, because syntax highlighting rules will be ## applied in the order they are read in. color brightyellow "<[^= ]*>" ""(\\.|[^"])*"" ## Comment highlighting color brightblue "(^|[[:space:]])#.*$" ## Trailing whitespace color ,green "[[:space:]]+$"
Save