From 27e2cb45a058817845e98465d41d63d15a1d45c3 Mon Sep 17 00:00:00 2001 From: Kein-Hong Man Date: Mon, 28 Dec 2015 10:50:34 +1100 Subject: Bug [#1778]. Recognize more characters as here-doc delimiters. --- doc/ScintillaHistory.html | 4 +++- lexers/LexBash.cxx | 15 ++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e03a8b344..ee6e719a4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -515,7 +515,9 @@ Bash lexer flags incomplete here doc delimiters as syntax errors. Bug #1789.
Support added for using '#' in non-comment ways as is possible with zsh. - Bug #1794. + Bug #1794.
+ Recognize more characters as here-doc delimiters. + Bug #1778.
  • Errorlist lexer highlights warning messages from the Microsoft linker. diff --git a/lexers/LexBash.cxx b/lexers/LexBash.cxx index 21a756120..af8507d7d 100644 --- a/lexers/LexBash.cxx +++ b/lexers/LexBash.cxx @@ -126,9 +126,9 @@ static void ColouriseBashDoc(Sci_PositionU startPos, Sci_Position length, int in CharacterSet setBashOperator(CharacterSet::setNone, "^&%()-+=|{}[]:;>,*/