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 | 4a53993e80edfdc3a15f679f2e0762e185a62e95 (patch) | |
tree | 3e09464651a4f950a06989aa7f63f6cc9d5e3886 | |
parent | 1e2d91b4dff41076f01d8c3f5515e3ea930c8977 (diff) | |
download | scintilla-mirror-4a53993e80edfdc3a15f679f2e0762e185a62e95.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> |