aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorVicente <unknown>2017-11-05 09:49:56 +1100
committerVicente <unknown>2017-11-05 09:49:56 +1100
commit57a581f6bc86f11ca668e23b1e9ea66c4e23f9ba (patch)
tree976771523861eec866b3b80e0954426d551d60e5 /doc/ScintillaHistory.html
parent0f4e2fa312e3450538e011f6919d0b325c3e2988 (diff)
downloadscintilla-mirror-57a581f6bc86f11ca668e23b1e9ea66c4e23f9ba.tar.gz
Stop treating '\' as an escape character in strings.
Detect character literals and assign SCE_VHDL_STRING to them.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 051baf916..36039a5b4 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -538,6 +538,9 @@
Django tag inside of a &#123;# #&#125; Django comment does not break highlighting of rest of file
</li>
<li>
+ Improve VHDL lexer's handling of character literals and escape characters in strings.
+ </li>
+ <li>
Fix failure on Cocoa with animated find indicator in large files with macOS 10.13
by disabling animation on 10.13.
</li>