OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
nano
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
asm.nanorc
884 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
autoconf.nanorc
557 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
awk.nanorc
1.32 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
c.nanorc
1.72 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
changelog.nanorc
711 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
cmake.nanorc
827 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
css.nanorc
346 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
debian.nanorc
790 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
default.nanorc
421 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
elisp.nanorc
1.08 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
fortran.nanorc
1.92 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
gentoo.nanorc
4.13 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
go.nanorc
1.3 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
groff.nanorc
713 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
guile.nanorc
590 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
html.nanorc
1.18 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
java.nanorc
655 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
javascript.nanorc
765 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
json.nanorc
881 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
lua.nanorc
2.31 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
makefile.nanorc
338 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
man.nanorc
458 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
mgp.nanorc
231 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
mutt.nanorc
187 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
nanohelp.nanorc
392 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
nanorc.nanorc
2.58 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
nftables.nanorc
794 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
objc.nanorc
1.76 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
ocaml.nanorc
861 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
patch.nanorc
592 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
perl.nanorc
1.43 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
php.nanorc
1.05 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
po.nanorc
900 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
postgresql.nanorc
3 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
pov.nanorc
634 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
python.nanorc
968 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
ruby.nanorc
1.48 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
rust.nanorc
1.08 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
sh.nanorc
1.17 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
spec.nanorc
1.88 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
tcl.nanorc
2.13 KB
03/06/2018 02:46:39 PM
rw-r--r--
📄
tex.nanorc
202 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
texinfo.nanorc
467 bytes
03/06/2018 02:46:39 PM
rw-r--r--
📄
xml.nanorc
529 bytes
03/06/2018 02:46:39 PM
rw-r--r--
Editing: objc.nanorc
Close
## 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:]]+$"