<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers/LexMarkdown.cxx, branch rel-4-4-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>Fix highlighting of non-ASCII characters in links.</title>
<updated>2018-09-20T00:19:58+00:00</updated>
<author>
<name>maboroshin</name>
<email>unknown</email>
</author>
<published>2018-09-20T00:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=756607afb6cd74445c220ac1d96776a35a4d537f'/>
<id>756607afb6cd74445c220ac1d96776a35a4d537f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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 [#1766]. Treat line starts consistently to always highlight *foo* or similar</title>
<updated>2015-10-14T03:55:30+00:00</updated>
<author>
<name>ActiveState</name>
<email>unknown</email>
</author>
<published>2015-10-14T03:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a4777c79f37a179047c5ee4eb11406ba47c514b2'/>
<id>a4777c79f37a179047c5ee4eb11406ba47c514b2</id>
<content type='text'>
at line start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at line start.
</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>Avoid warnings.</title>
<updated>2014-02-02T07:15:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-02-02T07:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e35076efb13a7287b79a62ec67a1df3ab8022be8'/>
<id>e35076efb13a7287b79a62ec67a1df3ab8022be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing Markdown lexer to not change state inside term. Bug #3398184.</title>
<updated>2011-08-25T22:57:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-08-25T22:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d0443a3bd7c34e204b4e918a4184f0fb18f6cd79'/>
<id>d0443a3bd7c34e204b4e918a4184f0fb18f6cd79</id>
<content type='text'>
From Eric Promislow at ActiveState.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Eric Promislow at ActiveState.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple directly.</title>
<updated>2011-01-27T05:45:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2011-01-27T05:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=201f983949deb606ea73180328d3399b582ccd1e'/>
<id>201f983949deb606ea73180328d3399b582ccd1e</id>
<content type='text'>
Dropped declaration not needed in LexCPP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dropped declaration not needed in LexCPP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3045386 fixed: Markdown lexer can hang in an infinite loop</title>
<updated>2010-08-16T07:11:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-08-16T07:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6683e39412174c147507a661db8b9b81fafa8abe'/>
<id>6683e39412174c147507a661db8b9b81fafa8abe</id>
<content type='text'>
Fix from Colomban Wendling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix from Colomban Wendling.
</pre>
</div>
</content>
</entry>
<entry>
<title>For new lexer design change includes to add new files and remove unused files.</title>
<updated>2010-07-13T11:44:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-07-13T11:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=87a3a96b3d5047f28d5d89b935014da1fcde1975'/>
<id>87a3a96b3d5047f28d5d89b935014da1fcde1975</id>
<content type='text'>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normalise order of includes.
Minor fixes for compatibility with new lexer design.
</pre>
</div>
</content>
</entry>
</feed>
