diff options
author | ActiveState <unknown> | 2016-09-24 15:40:32 +1000 |
---|---|---|
committer | ActiveState <unknown> | 2016-09-24 15:40:32 +1000 |
commit | 6f7b281e3f5ce743c78c41e51f7cd1c1ae40b3d9 (patch) | |
tree | 760ef7ac797f98be4b44e192dbb28bd720c280f7 /doc/ScintillaHistory.html | |
parent | eadbd5b47a18280a54d6223aca2383cd04d6007a (diff) | |
download | scintilla-mirror-6f7b281e3f5ce743c78c41e51f7cd1c1ae40b3d9.tar.gz |
Bug [#1865]. Style interpolated code in strings for CoffeeScript.
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 b5f9fdf07..99ae922f1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -538,6 +538,10 @@ and support for abridged keywords. </li> <li> + The CoffeeScript lexer styles interpolated code in strings. + <a href="http://sourceforge.net/p/scintilla/bugs/1865/">Bug #1865</a>. + </li> + <li> The Progress lexer "progress" has been replaced with a new lexer "abl" (Advanced Business Language) with a different set of lexical states and more functionality. |