<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexBash.cxx, branch rel-4-0-4</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>The Scintilla namespace is always active for internal symbols and for the lexer</title>
<updated>2017-09-10T23:05:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-09-10T23:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf'/>
<id>313a81f7f8419b3c1ac6ac57ea7719c7b8aa28cf</id>
<content type='text'>
interfaces ILexer4 and IDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interfaces ILexer4 and IDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1944]. Recognize strings in lists in more cases.</title>
<updated>2017-05-07T22:30:18+00:00</updated>
<author>
<name>Kein-Hong Man</name>
<email>unknown</email>
</author>
<published>2017-05-07T22:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e42c4cfeda5fe1a71f8402cf8f64704c976ee8ba'/>
<id>e42c4cfeda5fe1a71f8402cf8f64704c976ee8ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1778]. Recognize more characters as here-doc delimiters.</title>
<updated>2015-12-27T23:50:34+00:00</updated>
<author>
<name>Kein-Hong Man</name>
<email>unknown</email>
</author>
<published>2015-12-27T23:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=27e2cb45a058817845e98465d41d63d15a1d45c3'/>
<id>27e2cb45a058817845e98465d41d63d15a1d45c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1794]. Update previous change for '#' to get priority correct.</title>
<updated>2015-12-21T07:03:27+00:00</updated>
<author>
<name>Kein-Hong Man</name>
<email>unknown</email>
</author>
<published>2015-12-21T07:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f427177902cb8adcaf896f9b56bfaaff3c17b126'/>
<id>f427177902cb8adcaf896f9b56bfaaff3c17b126</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.</title>
<updated>2015-12-20T02:45:58+00:00</updated>
<author>
<name>Kein-Hong Man</name>
<email>unknown</email>
</author>
<published>2015-12-20T02:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=57073d32adb66241ad2c3a11ea8db131a2b1f65d'/>
<id>57073d32adb66241ad2c3a11ea8db131a2b1f65d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.</title>
<updated>2015-12-10T02:07:42+00:00</updated>
<author>
<name>Kein-Hong Man</name>
<email>unknown</email>
</author>
<published>2015-12-10T02:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c47c131ac48d22044f787c384958ec2fc7bb6a40'/>
<id>c47c131ac48d22044f787c384958ec2fc7bb6a40</id>
<content type='text'>
Avoid heap allocations for here delimiter and quote stack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid heap allocations for here delimiter and quote stack.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sci_Position / Sci_PositionU for variables in lexers that represent</title>
<updated>2015-07-30T04:35:17+00:00</updated>
<author>
<name>Joe Mueller</name>
<email>unknown</email>
</author>
<published>2015-07-30T04:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=58471e908a3b74b27379bb19a13d62cd8d4476b0'/>
<id>58471e908a3b74b27379bb19a13d62cd8d4476b0</id>
<content type='text'>
positions and line numbers and may be widened to 64-bits in a future release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
positions and line numbers and may be widened to 64-bits in a future release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and</title>
<updated>2015-07-25T01:25:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-25T01:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c30768f1167cfe590e0b6a12c4a986e82a210cc3'/>
<id>c30768f1167cfe590e0b6a12c4a986e82a210cc3</id>
<content type='text'>
comment recognizers to allow for future implementation of 64-bit positions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
comment recognizers to allow for future implementation of 64-bit positions.
</pre>
</div>
</content>
</entry>
<entry>
<title>LexBash: Empty heredoc delimiters can also be indented</title>
<updated>2014-12-12T17:49:09+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-12-12T17:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f6081f332cb26c53f858899ccd46610d45330c9'/>
<id>1f6081f332cb26c53f858899ccd46610d45330c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LexBash: Only tabulations are allowed as prefix with `&lt;&lt;-` heredoc</title>
<updated>2014-12-12T17:49:02+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-12-12T17:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8457f0ff5ce63c872efba707e7c83dc15f885171'/>
<id>8457f0ff5ce63c872efba707e7c83dc15f885171</id>
<content type='text'>
Only tabulations are allowed to prefix the delimiter on indented
here-documents, not any white space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only tabulations are allowed to prefix the delimiter on indented
here-documents, not any white space.
</pre>
</div>
</content>
</entry>
</feed>
