syntax: nanohelp: change the hue of the keystrokes to match sample.nanorc
And because I think it looks slightly better.master
parent
3275c4e514
commit
17cf7d1c62
|
@ -4,9 +4,9 @@
|
||||||
syntax "nanohelp"
|
syntax "nanohelp"
|
||||||
|
|
||||||
# Key combos:
|
# Key combos:
|
||||||
color brightblue "\^([]A-Z^\_←→↑↓]|Home|End)" "[←→↑↓]"
|
color cyan "\^([]A-Z^\_←→↑↓]|Home|End)" "[←→↑↓]"
|
||||||
color brightblue "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn)\>"
|
color cyan "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn)\>"
|
||||||
color brightblue "\<M-." "\<F1?[0-9]" "(\^|M-)Space"
|
color cyan "\<M-." "\<F1?[0-9]" "(\^|M-)Space"
|
||||||
|
|
||||||
# Quoted indicators:
|
# Quoted indicators:
|
||||||
color brightred "'(\^|M-)'"
|
color brightred "'(\^|M-)'"
|
||||||
|
|
Loading…
Reference in New Issue