diff options
author | Colomban Wendling <devnull@localhost> | 2016-02-16 23:33:34 +1100 |
---|---|---|
committer | Colomban Wendling <devnull@localhost> | 2016-02-16 23:33:34 +1100 |
commit | 1e4b9fa23f3818b5d89ad6b4cbb8f24e888a10e7 (patch) | |
tree | c49a34ba60740a082582d53075ae557946f73d3c /doc | |
parent | 99800d1c26d344983cd27bdf10f71d3572d3d2b8 (diff) | |
download | scintilla-mirror-1e4b9fa23f3818b5d89ad6b4cbb8f24e888a10e7.tar.gz |
Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol.
Diffstat (limited to 'doc')
-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 5071541a1..06ac8f9fc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -519,6 +519,10 @@ extends nested comments to unlimited levels. </li> <li> + Ruby lexer treats alternate hash key syntax 'key:' as a symbol. + <a href="http://sourceforge.net/p/scintilla/bugs/1810/">Bug #1810</a>. + </li> + <li> For GTK+ on Windows fix 64-bit build which was broken in 3.6.3. </li> <li> |