index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
/
LexBash.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-28
Bug [#1778]. Recognize more characters as here-doc delimiters.
Kein-Hong Man
1
-7
/
+8
2015-12-21
Bug [#1794]. Update previous change for '#' to get priority correct.
Kein-Hong Man
1
-5
/
+4
2015-12-20
Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.
Kein-Hong Man
1
-0
/
+42
2015-12-10
Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.
Kein-Hong Man
1
-16
/
+10
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-10
/
+10
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
1
-2
/
+2
2014-12-12
LexBash: Empty heredoc delimiters can also be indented
Colomban Wendling
1
-1
/
+2
2014-12-12
LexBash: Only tabulations are allowed as prefix with `<<-` heredoc
Colomban Wendling
1
-1
/
+1
2014-12-12
LexBash: Don't allow spaces between `<<` and `-` in a heredoc operator
Colomban Wendling
1
-3
/
+6
2014-06-02
Bug [#1605]. Fix fold matching problem caused by "<<<".
Neil
1
-1
/
+10
2013-12-02
Fixed a problem when lexing started at the start of a comment line so the
Neil
1
-0
/
+1
2013-11-18
Bash: fix comment detection inside a word
Colomban Wendling
1
-1
/
+7
2013-07-22
Bash: Fix handling of quoted HereDoc delimiters
Colomban Wendling
1
-2
/
+12
2012-09-19
Handle nested delimiter pairs. Feature #3569352.
nyamatongwe
1
-7
/
+124
2012-09-16
Fix multiple issues with Bash lexing and folding. Bug #3526563.
nyamatongwe
1
-5
/
+20
2012-03-29
Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug T...
James Ribe
1
-2
/
+9
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-1
/
+0
2010-12-09
Folding for Bash here documents. Feature #3118223.
nyamatongwe
1
-0
/
+8
2010-10-27
Fix for bug #3063822 for bash here docs starting with <<-
nyamatongwe
1
-2
/
+2
2010-07-23
Casts to avoid compiler warnings.
nyamatongwe
1
-3
/
+3
2010-07-23
Patch from Kein-Hong Man as feature #3033135
nyamatongwe
1
-37
/
+183
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-6
/
+8
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+521