diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6001a4802..d504bb6d3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -552,6 +552,9 @@ The Python lexer recognizes identifiers more accurately when they include non-ASCII characters. </li> <li> + The Python folder treats comments at the end of the file as separate from the preceding structure. + </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>. |