Current Path: > > usr > share > nano
Operation : Linux premium107.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 : 198.54.126.246 | Your IP: 216.73.216.181 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. |
## Here is an example for C/C++.
syntax c "\.([ch](pp|xx)?|C|cc|c\+\+|H|hh|ii?)$"
magic "^(C|C\+\+) (source|program)"
comment "//"
# Constants.
color brightred "\<[A-Z_][0-9A-Z_]+\>"
# Labels.
color brightmagenta "^[[:space:]]*[A-Z_a-z]+:[[:space:]]*$"
color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|auto|static|const|struct|union|typedef|extern|(un)?signed|inline)\>"
color green "\<((s?size)|((u_?)?int(8|16|32|64|ptr)))_t\>"
color green "\<(class|namespace|template|public|protected|private|typename|this|friend|virtual|override|using|mutable|volatile|register|explicit)\>"
color brightyellow "\<(for|if|while|do|else|case|default|switch)\>"
color brightyellow "\<(try|throw|catch|operator|new|delete)\>"
color magenta "\<(goto|continue|break|return)\>"
color brightcyan "^[[:space:]]*#[[:space:]]*(define|include(_next)?|(un|ifn?)def|endif|el(if|se)|if|warning|error|pragma)"
color brightmagenta "'([^'\]|(\\["'abfnrtv\\]))'" "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'"
# GCC builtins.
color cyan "__attribute__[[:space:]]*\(\([^)]*\)\)" "__(aligned|asm|builtin|hidden|inline|packed|restrict|section|typeof|weak)__"
# Strings. In general you will want your strings and comments to come last,
# because highlighting rules are applied in the order they are read in.
color brightyellow ""([^"]|\\")*"" "<[^[:blank:]=]*>"
# Multiline strings. This regex is VERY resource intensive,
# and sometimes colours things that shouldn't be coloured.
###color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
# Comments.
color brightblue "//.*"
color brightblue start="/\*" end="\*/"
# Reminders.
color brightwhite,yellow "\<(FIXME|TODO|XXX)\>"
# Trailing whitespace.
color ,green "[[:space:]]+$"
SILENT KILLER Tool