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:
Sergei Trofimovich 2009-09-11 22:42:16 +03:00
parent 956d356a01
commit 9dda06f489

View File

@ -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