X7ROOT File Manager
Current Path:
/usr/share/nano
usr
/
share
/
nano
/
ðŸ“
..
📄
asm.nanorc
(882 B)
📄
autoconf.nanorc
(555 B)
📄
awk.nanorc
(1.32 KB)
📄
c.nanorc
(1.71 KB)
📄
changelog.nanorc
(713 B)
📄
cmake.nanorc
(825 B)
📄
css.nanorc
(344 B)
📄
debian.nanorc
(757 B)
📄
default.nanorc
(419 B)
📄
elisp.nanorc
(1.08 KB)
📄
fortran.nanorc
(1.92 KB)
📄
gentoo.nanorc
(4.13 KB)
📄
go.nanorc
(1.36 KB)
📄
groff.nanorc
(711 B)
📄
guile.nanorc
(588 B)
📄
html.nanorc
(1.18 KB)
📄
java.nanorc
(653 B)
📄
javascript.nanorc
(763 B)
📄
json.nanorc
(879 B)
📄
lua.nanorc
(2.31 KB)
📄
makefile.nanorc
(535 B)
📄
man.nanorc
(456 B)
📄
mgp.nanorc
(229 B)
📄
mutt.nanorc
(185 B)
📄
nanohelp.nanorc
(390 B)
📄
nanorc.nanorc
(2.64 KB)
📄
nftables.nanorc
(792 B)
📄
objc.nanorc
(1.76 KB)
📄
ocaml.nanorc
(859 B)
📄
patch.nanorc
(590 B)
📄
perl.nanorc
(1.43 KB)
📄
php.nanorc
(1.04 KB)
📄
po.nanorc
(920 B)
📄
postgresql.nanorc
(3 KB)
📄
pov.nanorc
(632 B)
📄
python.nanorc
(966 B)
📄
ruby.nanorc
(1.48 KB)
📄
rust.nanorc
(1.09 KB)
📄
sh.nanorc
(1.36 KB)
📄
spec.nanorc
(1.88 KB)
📄
tcl.nanorc
(2.13 KB)
📄
tex.nanorc
(200 B)
📄
texinfo.nanorc
(465 B)
📄
xml.nanorc
(527 B)
Editing: go.nanorc
## Here is an example for Go. syntax go "\.go$" comment "//" # Set up a formatter since spelling is probably useless... formatter gofmt -w # Types. color green "\<(bool|u?int(8|16|32|64)?|float(32|64)|complex(64|128)|byte|rune|uintptr|string|error)\>" color green "\<((<-[[:space:]]*)chan|chan[[:space:]]*<-|const|func|interface|map|struct|type|var)\>" # Predefined functions. color blue "\<(append|cap|close|complex|copy|delete|imag|len|make|new|panic|print|println|real|recover)\>" # Control structures. color brightyellow "\<(case|default|defer|else|for|go|if|range|select|switch)\>" # Control flow. color magenta "\<(break|continue|fallthrough|goto|return)\>" # Declarations. color brightcyan "\<(package|import)\>" color brightcyan "//[[:space:]]*\+build[[:space:]]+(([a-zA-Z_0-9]+[[:space:]]*)+,[[:space:]]*)*[a-zA-Z_0-9]+" # Literals. color red "\<([1-9][0-9]*|0[0-7]*|0[xX][0-9A-Fa-f]+)\>" color red "\<[0-9]+\.[0-9]*([eE][+-]?[0-9]+)?i?\>" color red "\<[0-9]+[eE][+-]?[0-9]+i?\>" color red "\B\.[0-9]+([eE][+-]?[0-9]+)?i?\>" color red "\<[0-9]+i\>" # Strings and characters; slightly fuzzy. color red "\<(true|false|nil|iota|_)\>" color red "'(\\.|[^'])+'" color red ""(\\.|[^"])*"" color red start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*"" # Comments. color brightblue "//.*" color brightblue start="/\*" end="\*/" # Trailing whitespace. color ,green "[[:space:]]+$"
Upload File
Create Folder