diff options
| author | Matt Gilarde <unknown> | 2017-03-07 12:05:15 +1100 |
|---|---|---|
| committer | Matt Gilarde <unknown> | 2017-03-07 12:05:15 +1100 |
| commit | 996f8a51b5c4138baf95a032e5dc0901c80485f2 (patch) | |
| tree | 602d7e2509b38c1974ba51e43758b327dc06c0e3 /doc/ScintillaHistory.html | |
| parent | 069d842392251d56167e08c005d51fa9ccc12147 (diff) | |
| download | scintilla-mirror-996f8a51b5c4138baf95a032e5dc0901c80485f2.tar.gz | |
Handle nested comments for adjacent markers like "/*/*" or "*/*/".
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 b48700be2..a8bad7678 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -530,6 +530,10 @@ Lexer added for "indent" language which is styled as plain text but folded by indentation level. </li> <li> + The Progress ABL lexer handles nested comments where comment starts or ends + are adjacent like "/*/*" or "*/*/". + </li> + <li> The VHDL folder folds an "entity" on the first line of the file. </li> <li> |
