mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* syntax/sh.syntax: Require two '<' before EOF. Recognize END
like EOF.
This commit is contained in:
parent
cd3aea07d9
commit
3fe54a54a0
@ -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>
|
2001-08-26 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
|
* configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
|
||||||
|
@ -144,7 +144,8 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_
|
|||||||
context # \n brown/22
|
context # \n brown/22
|
||||||
spellcheck
|
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
|
context ' ' green/6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user