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: ocaml.nanorc
# OCaml sample nanorc # syntax "ocaml" "\.mli?$" #uid color red "\<[A-Z][0-9a-z_]{2,}\>" #declarations color green "\<(let|val|method|in|and|rec|private|virtual|constraint)\>" #structure items color red "\<(type|open|class|module|exception|external)\>" #patterns color blue "\<(fun|function|functor|match|try|with)\>" #patterns-modifiers color yellow "\<(as|when|of)\>" #conditions color cyan "\<(if|then|else)\>" #blocs color magenta "\<(begin|end|object|struct|sig|for|while|do|done|to|downto)\>" #constantes color green "\<(true|false)\>" #modules/classes color green "\<(include|inherit|initializer)\>" #expr modifiers color yellow "\<(new|ref|mutable|lazy|assert|raise)\>" #comments color white start="\(\*" end="\*\)" #strings (no multiline handling yet) color brightblack ""[^\"]*""
Save