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 /src | |
| parent | 7f872570ea7a2855e3bb603eb53f2250097efadc (diff) | |
| download | scintilla-mirror-ff40789bb65ac03c27b6c1dd889bdda57a2c2f15.tar.gz | |
Feature [feature-requests:#1242]. Add lexer for Nim
Diffstat (limited to 'src')
| -rw-r--r-- | src/Catalogue.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index 55c15cca6..a5a61ea8c 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -142,6 +142,7 @@ int Scintilla_LinkLexers() {  	LINK_LEXER(lmModula);  	LINK_LEXER(lmMSSQL);  	LINK_LEXER(lmMySQL); +	LINK_LEXER(lmNim);  	LINK_LEXER(lmNimrod);  	LINK_LEXER(lmNncrontab);  	LINK_LEXER(lmNsis); | 
