diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7caf33425..0cca9f7a0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -543,6 +543,11 @@ The Python lexer recognizes identifiers more accurately when they include non-ASCII characters. </li> <li> + The YAML lexer recognizes comments in more situations and styles a + "..." line like a "---" line. + <a href="http://sourceforge.net/p/scintilla/bugs/1931/">Bug #1931</a>. + </li> + <li> On Cocoa, the autocompletion is 4 pixels wider to avoid text truncation. </li> <li> |