Current Path: > > usr > share > nano
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
asm.nanorc | File | 882 bytes | April 10 2018 09:57:51. | |
autoconf.nanorc | File | 555 bytes | April 10 2018 09:57:51. | |
awk.nanorc | File | 1350 bytes | April 10 2018 09:57:51. | |
c.nanorc | File | 1748 bytes | May 27 2018 17:04:47. | |
changelog.nanorc | File | 713 bytes | May 27 2018 17:04:47. | |
cmake.nanorc | File | 825 bytes | April 10 2018 09:57:51. | |
css.nanorc | File | 344 bytes | April 10 2018 09:57:51. | |
debian.nanorc | File | 757 bytes | May 27 2018 17:04:47. | |
default.nanorc | File | 419 bytes | April 10 2018 09:57:51. | |
elisp.nanorc | File | 1109 bytes | April 10 2018 09:57:51. | |
fortran.nanorc | File | 1967 bytes | April 10 2018 09:57:51. | |
gentoo.nanorc | File | 4230 bytes | April 10 2018 09:57:51. | |
go.nanorc | File | 1396 bytes | April 10 2018 09:57:51. | |
groff.nanorc | File | 711 bytes | May 27 2018 17:04:47. | |
guile.nanorc | File | 588 bytes | April 10 2018 09:57:51. | |
html.nanorc | File | 1211 bytes | April 10 2018 09:57:51. | |
java.nanorc | File | 653 bytes | April 10 2018 09:57:51. | |
javascript.nanorc | File | 763 bytes | April 10 2018 09:57:51. | |
json.nanorc | File | 879 bytes | April 10 2018 09:57:51. | |
lua.nanorc | File | 2363 bytes | April 10 2018 09:57:51. | |
makefile.nanorc | File | 535 bytes | June 02 2018 08:20:07. | |
man.nanorc | File | 456 bytes | April 10 2018 09:57:51. | |
mgp.nanorc | File | 229 bytes | April 10 2018 09:57:51. | |
mutt.nanorc | File | 185 bytes | April 10 2018 09:57:51. | |
nanohelp.nanorc | File | 390 bytes | April 10 2018 09:57:51. | |
nanorc.nanorc | File | 2707 bytes | May 10 2018 11:18:29. | |
nftables.nanorc | File | 792 bytes | April 10 2018 09:57:51. | |
objc.nanorc | File | 1800 bytes | April 10 2018 09:57:51. | |
ocaml.nanorc | File | 859 bytes | April 10 2018 09:57:51. | |
patch.nanorc | File | 590 bytes | April 10 2018 09:57:51. | |
perl.nanorc | File | 1466 bytes | April 10 2018 09:57:51. | |
php.nanorc | File | 1070 bytes | April 10 2018 09:57:51. | |
po.nanorc | File | 920 bytes | April 24 2018 15:57:10. | |
postgresql.nanorc | File | 3071 bytes | April 10 2018 09:57:51. | |
pov.nanorc | File | 632 bytes | April 10 2018 09:57:51. | |
python.nanorc | File | 966 bytes | April 10 2018 09:57:51. | |
ruby.nanorc | File | 1517 bytes | April 10 2018 09:57:51. | |
rust.nanorc | File | 1116 bytes | May 27 2018 17:04:47. | |
sh.nanorc | File | 1397 bytes | April 10 2018 09:57:51. | |
spec.nanorc | File | 1925 bytes | May 27 2018 17:04:47. | |
tcl.nanorc | File | 2181 bytes | April 10 2018 09:57:51. | |
tex.nanorc | File | 200 bytes | April 10 2018 09:57:51. | |
texinfo.nanorc | File | 465 bytes | April 10 2018 09:57:51. | |
xml.nanorc | File | 527 bytes | April 10 2018 09:57:51. |
## 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 ""(\\.|[^"\])*"|'(\\.|[^'\])*'"
SILENT KILLER Tool