diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-10 13:02:45 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-10 13:02:45 +1100 |
commit | e81f72a162f570fd09cea90b30f09e9510471972 (patch) | |
tree | c66c3a43c10bf15a31bebb77743dcc3e0f24a003 | |
parent | 39ffe8274124f4b385fa8c7bba1e2605b0adeef7 (diff) | |
download | scintilla-mirror-e81f72a162f570fd09cea90b30f09e9510471972.tar.gz |
Log for previous Verilog change.
-rw-r--r-- | doc/ScintillaHistory.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c7e5fbed8..cc32d4a9f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -499,6 +499,7 @@ SQL lexer fixes a bug with the q-quote operator. </li> <li> + Verilog lexer handles escaped identifiers that begin with \ and end with space like \reset* . Verilog folder fixes a bug with inconsistent folding when fold.comment is on. </li> <li> |