diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5ff4206a0..9ac34e475 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -538,6 +538,8 @@ <td>Gokul Krishnan</td> <td>John Horigan</td> <td>jj5</td> + </tr><tr> + <td>Jad Altahan</td> </tr> </table> <p> @@ -564,6 +566,12 @@ <li> Updated case conversion and character categories to Unicode 11. </li> + <li> + Added "nim" lexer (SCLEX_NIM) for the Nim language which was previously called Nimrod. + For compatibility, the old "nimrod" lexer is still present but is deprecated and will be removed at the + next major version. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1242/">Feature #1242.</a> + </li> <li> On Cocoa, fix a crash that occurred when entering a dead key diacritic then a character that can not take that diacritic, such as option+e (acute accent) followed by g. |