* syntax/sh.syntax: Require two '<' before EOF. Recognize END

like EOF.
This commit is contained in:
Pavel Roskin 2001-08-28 08:11:05 +00:00
parent cd3aea07d9
commit 3fe54a54a0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-28 Pavel Roskin <proski@gnu.org>
* syntax/sh.syntax: Require two '<' before EOF. Recognize END
like EOF.
2001-08-26 Pavel Roskin <proski@gnu.org>
* configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and

View File

@ -144,7 +144,8 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_
context # \n brown/22
spellcheck
context exclusive whole <\[\s\\\]EOF EOF green/6
context exclusive whole <<\[\s\]\[\\\]EOF EOF green/6
context exclusive whole <<\[\s\]\[\\\]END END green/6
context ' ' green/6