aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexBash.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Removed description of fold.comment as it is shared with other lexers and theNeil1-2/+1
2018-11-28Bug [#2054]. Reimplemented as an object lexer to support substyles for multipleKacper Kasper1-44/+221
2018-09-04Feature [feature-requests:#1144]. Add folding for shell if, do, and case.Colomban Wendling1-0/+15
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
2017-05-08Bug [#1944]. Recognize strings in lists in more cases.Kein-Hong Man1-2/+15
2015-12-28Bug [#1778]. Recognize more characters as here-doc delimiters.Kein-Hong Man1-7/+8
2015-12-21Bug [#1794]. Update previous change for '#' to get priority correct.Kein-Hong Man1-5/+4
2015-12-20Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.Kein-Hong Man1-0/+42
2015-12-10Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.Kein-Hong Man1-16/+10
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-10/+10
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-2/+2
2014-12-12LexBash: Empty heredoc delimiters can also be indentedColomban Wendling1-1/+2
2014-12-12LexBash: Only tabulations are allowed as prefix with `<<-` heredocColomban Wendling1-1/+1
2014-12-12LexBash: Don't allow spaces between `<<` and `-` in a heredoc operatorColomban Wendling1-3/+6
2014-06-02Bug [#1605]. Fix fold matching problem caused by "<<<".Neil1-1/+10
2013-12-02Fixed a problem when lexing started at the start of a comment line so theNeil1-0/+1
2013-11-18Bash: fix comment detection inside a wordColomban Wendling1-1/+7
2013-07-22Bash: Fix handling of quoted HereDoc delimitersColomban Wendling1-2/+12
2012-09-19Handle nested delimiter pairs. Feature #3569352.nyamatongwe1-7/+124
2012-09-16Fix multiple issues with Bash lexing and folding. Bug #3526563.nyamatongwe1-5/+20
2012-03-29Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug T...James Ribe1-2/+9
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-12-09Folding for Bash here documents. Feature #3118223.nyamatongwe1-0/+8
2010-10-27Fix for bug #3063822 for bash here docs starting with <<-nyamatongwe1-2/+2
2010-07-23Casts to avoid compiler warnings.nyamatongwe1-3/+3
2010-07-23Patch from Kein-Hong Man as feature #3033135nyamatongwe1-37/+183
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-6/+8
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+521