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: elisp.nanorc
## Syntax highlighting for Emacs Lisp. syntax elisp "\.el$" magic "Lisp/Scheme program" comment ";" # Basic functions/macros color brightcyan "\<(if|when|unless|cond|and|or|lambda|let|progn|while|dolist|dotimes)\>" color brightcyan "\<save-((window-)?excursion|restriction)\>" color brightcyan "\<eval-(and|when)-compile\>" # Defining functions color brightcyan "\<def(un|macro|subst|generic|alias)\>" color brightcyan "\<cl-def(un|macro|subst|generic|struct|type)\>" color brightcyan "\<define-(derived|minor|generic)-mode\>" # Defining variables color brightcyan "\<def(class|const|var(-local|alias)?)\>" # Customization functions color brightcyan "\<def(custom|face|group|theme)\>" # Setting values color brightcyan "\<(setq(-default|-local)?|setf|push|pop|declare(-function)?)\>" # Feature functions color brightcyan "\<(require|provide)\>" # Quoted symbols color brightyellow "#?'\<(\w|-)+\>" # Booleans color brightred "\<(t|nil)\>" # Keywords color blue ":(\w|[?-])+" # Strings color yellow start="^[[:blank:]]+"" end="[^\]"" color yellow ""(\\.|[^"])*"" # Comments color cyan "(^|[[:space:]]);.*"
SIMPAN PERUBAHAN