[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
nano
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 asm.nanorc
882 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoconf.nanorc
555 B
SET
[ EDIT ]
|
[ DEL ]
📄 awk.nanorc
1,350 B
SET
[ EDIT ]
|
[ DEL ]
📄 c.nanorc
1,748 B
SET
[ EDIT ]
|
[ DEL ]
📄 changelog.nanorc
713 B
SET
[ EDIT ]
|
[ DEL ]
📄 cmake.nanorc
825 B
SET
[ EDIT ]
|
[ DEL ]
📄 css.nanorc
344 B
SET
[ EDIT ]
|
[ DEL ]
📄 debian.nanorc
757 B
SET
[ EDIT ]
|
[ DEL ]
📄 default.nanorc
419 B
SET
[ EDIT ]
|
[ DEL ]
📄 elisp.nanorc
1,109 B
SET
[ EDIT ]
|
[ DEL ]
📄 fortran.nanorc
1,967 B
SET
[ EDIT ]
|
[ DEL ]
📄 gentoo.nanorc
4,230 B
SET
[ EDIT ]
|
[ DEL ]
📄 go.nanorc
1,396 B
SET
[ EDIT ]
|
[ DEL ]
📄 groff.nanorc
711 B
SET
[ EDIT ]
|
[ DEL ]
📄 guile.nanorc
588 B
SET
[ EDIT ]
|
[ DEL ]
📄 html.nanorc
1,211 B
SET
[ EDIT ]
|
[ DEL ]
📄 java.nanorc
653 B
SET
[ EDIT ]
|
[ DEL ]
📄 javascript.nanorc
763 B
SET
[ EDIT ]
|
[ DEL ]
📄 json.nanorc
879 B
SET
[ EDIT ]
|
[ DEL ]
📄 lua.nanorc
2,363 B
SET
[ EDIT ]
|
[ DEL ]
📄 makefile.nanorc
535 B
SET
[ EDIT ]
|
[ DEL ]
📄 man.nanorc
456 B
SET
[ EDIT ]
|
[ DEL ]
📄 mgp.nanorc
229 B
SET
[ EDIT ]
|
[ DEL ]
📄 mutt.nanorc
185 B
SET
[ EDIT ]
|
[ DEL ]
📄 nanohelp.nanorc
390 B
SET
[ EDIT ]
|
[ DEL ]
📄 nanorc.nanorc
2,707 B
SET
[ EDIT ]
|
[ DEL ]
📄 nftables.nanorc
792 B
SET
[ EDIT ]
|
[ DEL ]
📄 objc.nanorc
1,800 B
SET
[ EDIT ]
|
[ DEL ]
📄 ocaml.nanorc
859 B
SET
[ EDIT ]
|
[ DEL ]
📄 patch.nanorc
590 B
SET
[ EDIT ]
|
[ DEL ]
📄 perl.nanorc
1,466 B
SET
[ EDIT ]
|
[ DEL ]
📄 php.nanorc
1,070 B
SET
[ EDIT ]
|
[ DEL ]
📄 po.nanorc
920 B
SET
[ EDIT ]
|
[ DEL ]
📄 postgresql.nanorc
3,071 B
SET
[ EDIT ]
|
[ DEL ]
📄 pov.nanorc
632 B
SET
[ EDIT ]
|
[ DEL ]
📄 python.nanorc
966 B
SET
[ EDIT ]
|
[ DEL ]
📄 ruby.nanorc
1,517 B
SET
[ EDIT ]
|
[ DEL ]
📄 rust.nanorc
1,116 B
SET
[ EDIT ]
|
[ DEL ]
📄 sh.nanorc
1,397 B
SET
[ EDIT ]
|
[ DEL ]
📄 spec.nanorc
1,925 B
SET
[ EDIT ]
|
[ DEL ]
📄 tcl.nanorc
2,181 B
SET
[ EDIT ]
|
[ DEL ]
📄 tex.nanorc
200 B
SET
[ EDIT ]
|
[ DEL ]
📄 texinfo.nanorc
465 B
SET
[ EDIT ]
|
[ DEL ]
📄 xml.nanorc
527 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: objc.nanorc
## Here is an example for C/C++/Obj-C. syntax m "\.m$" magic "Objective-C source" comment "//" # Stuffs, color brightwhite "\<[A-Z_][0-9A-Z_]+\>" color green "\<(float|double|BOOL|bool|char|int|short|long|id|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline)\>" color green "\<[[:alpha:]_][[:alnum:]_]*_t\>" color green "\<(class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)\>" color brightgreen "\<(for|if|while|do|else|case|default|switch)\>" color brightgreen "\<(try|throw|catch|operator|new|delete)\>" color brightgreen "\<(goto|continue|break|return)\>" color brightgreen "@(encode|end|implementation|interface)|selector)\>" # GCC builtins. color cyan "__attribute__[[:space:]]*\(\([^)]*\)\)" "__(aligned|asm|builtin|hidden|inline|packed|restrict|section|typeof|weak)__" # Selector/method. color brightmagenta "(^|[[:space:]])\[.*[[:space:]].*\]" color white ":[[:alnum:]]*" color magenta "[[:alnum:]]*:" color white "\[[^][:space:]]*\]" # Strings. color brightblack "'([^'\]|(\\["'abfnrtv\\]))'" "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'" color brightblack "<[^= ]*>" ""(\\.|[^"])*"" color brightblue "@"(\\.|[^"])*"" # Multiline strings. This regex is VERY resource intensive, # and sometimes colours things that shouldn't be coloured. ###color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*"" # Preprocessor commands. color brightblue "^[[:space:]]*#[[:space:]]*(define|include|import|(un|ifn?)def|endif|el(if|se)|if|warning|error)" # Comments. color yellow "//.*" color yellow start="/\*" end="\*/" # Trailing whitespace. Â color ,green "[[:space:]]+$"