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