diff options
| author | Jad Altahan <xviyy@aol.com> | 2018-11-21 19:39:33 +1100 |
|---|---|---|
| committer | Jad Altahan <xviyy@aol.com> | 2018-11-21 19:39:33 +1100 |
| commit | ff40789bb65ac03c27b6c1dd889bdda57a2c2f15 (patch) | |
| tree | 3eaa9fe4276a9751cc7aed9deb59f60b7932fe32 /doc/ScintillaHistory.html | |
| parent | 7f872570ea7a2855e3bb603eb53f2250097efadc (diff) | |
| download | scintilla-mirror-ff40789bb65ac03c27b6c1dd889bdda57a2c2f15.tar.gz | |
Feature [feature-requests:#1242]. Add lexer for Nim
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. |
