From d4074ca85b53953552616a33b6a9aa5b6a1c94e7 Mon Sep 17 00:00:00 2001
From: Brand Huntsman <alpha@qzx.com>
Date: Tue, 10 Oct 2017 15:23:56 -0600
Subject: [PATCH] syntax: nanohelp: colorize Up, Down, Left and Right (when not
 in UTF-8)

Signed-off-by: Brand Huntsman <alpha@qzx.com>
---
 syntax/nanohelp.nanorc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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