[ 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: lua.nanorc
## Syntax highlighting for Lua. # ## Original author: Matthew Wild <mwild1 (at) gmail.com> ## License: GPL 3 or later syntax lua "\.lua$" magic "Lua script" comment "--" color brightwhite "\[\[.*\]\]" # Operators color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>" # Statements color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>" # Keywords color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawlen|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\(" # Standard library color brightyellow "\<coroutine\.(create|isyieldable|resume|running|status|wrap|yield)\>" color brightyellow "\<debug\.(debug|(get|set)(fenv|hook|local|metatable|(up|user)value)|getinfo|getregistry|traceback|upvalue(id|join))\>" color brightyellow "\<io\.(close|flush|input|lines|output|p?open|read|tmpfile|type|write|std(in|out|err))\>" color brightyellow "\<math\.(abs|acos|asin|atan2?|ceil|cosh?|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log)\>" color brightyellow "\<math\.((max|min)(integer)?|modf?|pi|pow|rad|random(seed)?|sinh?|sqrt|tan|tointeger|type|ult)\>" color brightyellow "\<os\.(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>" color brightyellow "\<package\.(config|cpath|loaded|loadlib|path|preload|searchers|searchpath|seeall)\>" color brightyellow "\<string\.(byte|char|dump|find|format|gmatch|gsub|len|lower|match|pack|packsize|rep|reverse|sub|unpack|upper)\>" color brightyellow "\<table\.(concat|insert|maxn|move|pack|remove|sort|unpack)\>" color brightyellow "\<utf8\.(char|charpattern|codepoint|codes|len|offset)\>" # File handle methods color brightyellow ":(close|flush|lines|read|seek|setvbuf|write)\>" # External files color brightgreen "\<(dofile|require)\>" # Special words color brightmagenta "\<(false|nil|true)\>" # Decimal and hexadecimal numbers color red "\<[0-9]+(\.[0-9]*)?([Ee][+-]?[0-9]+)?\>" icolor red "\<0x[0-9a-f]+(\.[0-9a-f]*)?(p[+-]?[0-9]+)?\>" # Brackets color brightmagenta "\(|\)|\[|\]|\{|\}" # Shebang color brightcyan "^#!.*" # Simple comments and multiline comments color green "--.*" color green start="--\[\[" end="\]\]" # Strings color red ""(\\.|[^"\])*"|'(\\.|[^'\])*'"