mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
17cf7d1c62
And because I think it looks slightly better.
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
## This is meant for highlighting key combos in a nano help text.
|
|
|
|
# It should not apply to any normal file, so no fileregex.
|
|
syntax "nanohelp"
|
|
|
|
# Key combos:
|
|
color cyan "\^([]A-Z^\_←→↑↓]|Home|End)" "[←→↑↓]"
|
|
color cyan "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn)\>"
|
|
color cyan "\<M-." "\<F1?[0-9]" "(\^|M-)Space"
|
|
|
|
# Quoted indicators:
|
|
color brightred "'(\^|M-)'"
|