From da6788350854dab19eba264abf760970142c186d Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 7 May 2017 19:47:34 +0200
Subject: [PATCH] syntax: nanohelp: color also ^6 as a shortcut keystroke

(Hadn't seen that one because of my additional bindings.)
---
 syntax/nanohelp.nanorc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/nanohelp.nanorc b/syntax/nanohelp.nanorc
index 07559775..72f5b554 100644
--- a/syntax/nanohelp.nanorc
+++ b/syntax/nanohelp.nanorc
@@ -4,7 +4,7 @@
 syntax "nanohelp"
 
 # Key combos:
-color cyan "\^([]A-Z^\_←→↑↓]|Home|End)"  "[←→↑↓]"
+color cyan "\^([]4-8A-Z^\_←→↑↓]|Home|End)"  "[←→↑↓]"
 color cyan "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn)\>"
 color cyan "\<M-."  "\<F1?[0-9]"  "(\^|M-)Space"
 
-- 
GitLab