tweaks: reshuffle some regexes, for order and compactness
parent
d4074ca85b
commit
d0119833c1
|
@ -4,9 +4,8 @@
|
||||||
syntax "nanohelp"
|
syntax "nanohelp"
|
||||||
|
|
||||||
# Key combos:
|
# Key combos:
|
||||||
color cyan "\^([]4-8A-Z^\_←→↑↓]|Home|End)" "[←→↑↓]"
|
color cyan "\^[]4-8A-Z^\_←→↑↓]" "[←→↑↓]" "(\^|M-)Space" "\<M-." "\<F1?[0-9]"
|
||||||
color cyan "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn|Up|Down|Left|Right)\>"
|
color cyan "\<(Tab|Enter|Ins|Del|Bsp|Up|Down|Left|Right|Home|End|PgUp|PgDn)\>"
|
||||||
color cyan "\<M-." "\<F1?[0-9]" "(\^|M-)Space"
|
|
||||||
|
|
||||||
# Quoted indicators:
|
# Quoted indicators:
|
||||||
color brightred "'(\^|M-)'"
|
color brightred "'(\^|M-)'"
|
||||||
|
|
Loading…
Reference in New Issue