diff options
author | darmar <unknown> | 2017-04-18 09:32:34 +1000 |
---|---|---|
committer | darmar <unknown> | 2017-04-18 09:32:34 +1000 |
commit | 4d6694eccc5db0f9748cbda9152cec7b3c916169 (patch) | |
tree | 276c0c852e55a2e95b8fa280115816930f1201e1 /doc/ScintillaHistory.html | |
parent | 602902a69c52c8db02b376853800694868d6e65d (diff) | |
download | scintilla-mirror-4d6694eccc5db0f9748cbda9152cec7b3c916169.tar.gz |
Bug [#1935]. Recognize a preprocessor line after a line continuation.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e1ba4e841..47ab6305d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -537,6 +537,10 @@ Updated case conversion and character categories to Unicode 9. </li> <li> + The Fortran lexer recognizes a preprocessor line after a line continuation &. + <a href="http://sourceforge.net/p/scintilla/bugs/1935/">Bug #1935</a>. + </li> + <li> The PowerShell lexer recognizes escaped quotes in strings. <a href="http://sourceforge.net/p/scintilla/bugs/1929/">Bug #1929</a>. </li> |