PATH: //usr/share/nano
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 ada.nanorc
↓
X
📄 asm.nanorc
↓
X
📄 autoconf.nanorc
↓
X
📄 awk.nanorc
↓
X
📄 c.nanorc
↓
X
📄 changelog.nanorc
↓
X
📄 cmake.nanorc
↓
X
📄 css.nanorc
↓
X
📄 debian.nanorc
↓
X
📄 default.nanorc
↓
X
📄 elisp.nanorc
↓
X
📄 email.nanorc
↓
X
📄 fortran.nanorc
↓
X
📄 gentoo.nanorc
↓
X
📄 go.nanorc
↓
X
📄 groff.nanorc
↓
X
📄 guile.nanorc
↓
X
📄 haskell.nanorc
↓
X
📄 html.nanorc
↓
X
📄 java.nanorc
↓
X
📄 javascript.nanorc
↓
X
📄 json.nanorc
↓
X
📄 lua.nanorc
↓
X
📄 makefile.nanorc
↓
X
📄 man.nanorc
↓
X
📄 markdown.nanorc
↓
X
📄 nanohelp.nanorc
↓
X
📄 nanorc.nanorc
↓
X
📄 nftables.nanorc
↓
X
📄 objc.nanorc
↓
X
📄 ocaml.nanorc
↓
X
📄 patch.nanorc
↓
X
📄 perl.nanorc
↓
X
📄 php.nanorc
↓
X
📄 po.nanorc
↓
X
📄 povray.nanorc
↓
X
📄 python.nanorc
↓
X
📄 ruby.nanorc
↓
X
📄 rust.nanorc
↓
X
📄 sh.nanorc
↓
X
📄 spec.nanorc
↓
X
📄 sql.nanorc
↓
X
📄 tcl.nanorc
↓
X
📄 tex.nanorc
↓
X
📄 texinfo.nanorc
↓
X
📄 xml.nanorc
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: ocaml.nanorc
## Syntax highlighting for OCaml. syntax ocaml "\.mli?$" magic "OCaml" comment "(*|*)" # 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)\>" # Pattern modifiers: color yellow "\<(as|when|of)\>" # Conditions: color cyan "\<(if|then|else)\>" # Blocks: color magenta "\<(begin|end|object|struct|sig|for|while|do|done|to|downto)\>" # Constants: color green "\<(true|false)\>" # Modules/classes: color green "\<(include|inherit|initializer)\>" # Expression modifiers: color yellow "\<(new|ref|mutable|lazy|assert|raise)\>" # Comments: color white start="\(\*" end="\*\)" # Strings: (no multiline handling yet) color brightblack ""[^\"]*""
SIMPAN PERUBAHAN