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 8b6a1d43c..0f70a53e4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -528,6 +528,8 @@ </tr><tr> <td>maboroshin</td> <td>Gokul Krishnan</td> + </tr><tr> + <td>Jad Altahan</td> </tr> </table> <p> @@ -546,6 +548,12 @@ <li> Released 31 October 2018. </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. |
