aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 7b90f7517..fee151b72 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -499,6 +499,15 @@
<a href="http://sourceforge.net/p/scintilla/feature-requests/1053/">Feature #1053.</a>
</li>
<li>
+ Ruby lexer fixes bugs with the syntax of symbols including allowing a symbol to end with '?'.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1627/">Bug #1627</a>.
+ </li>
+ <li>
+ Rust lexer supports byte string literals, naked CR can be escaped in strings, and files starting with
+ "#![" are not treated as starting with a hashbang comment.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1063/">Feature #1063.</a>
+ </li>
+ <li>
Bug fixed where style data was stale when deleting a rectangular selection.
</li>
<li>