Commit d0119833 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: reshuffle some regexes, for order and compactness

parent d4074ca8
Showing with 2 additions and 3 deletions
+2 -3
......@@ -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-)'"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment