mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-13 03:13:08 +03:00
syntax/sh.syntax: trivial: highlight 'unset', 'read', 'export' as keywords
References: http://opengroup.org/onlinepubs/009695399/utilities/export.html http://opengroup.org/onlinepubs/009695399/utilities/unset.html http://opengroup.org/onlinepubs/009695399/utilities/read.html Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
956d356a01
commit
9dda06f489
@ -1156,11 +1156,13 @@ wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._
|
||||
keyword whole else yellow
|
||||
keyword whole esac yellow
|
||||
keyword whole exit yellow
|
||||
keyword whole export yellow
|
||||
keyword whole fi yellow
|
||||
keyword whole for yellow
|
||||
keyword whole getopts yellow
|
||||
keyword whole if yellow
|
||||
keyword whole in yellow
|
||||
keyword whole read yellow
|
||||
keyword whole return yellow
|
||||
keyword whole select yellow
|
||||
keyword whole shift yellow
|
||||
@ -1168,6 +1170,7 @@ wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._
|
||||
keyword whole then yellow
|
||||
keyword whole trap yellow
|
||||
keyword whole until yellow
|
||||
keyword whole unset yellow
|
||||
keyword whole wait yellow
|
||||
keyword whole while yellow
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user