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 | a48306f317a02679b1b17f846733bc5148dc7a82 (patch) | |
| tree | 7e8bda2e6e13cbcc7f04e205018f21ce4cf6a84d /src | |
| parent | f6b876ef1f4c1621dc4822ace7673e45dd30ea0b (diff) | |
| download | scintilla-mirror-a48306f317a02679b1b17f846733bc5148dc7a82.tar.gz | |
Backport: Feature [feature-requests:#1242]. Add lexer for Nim
Backport of changeset 7173:3e6cf75864cc.
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 2a42d9f99..b7b722a51 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -143,6 +143,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); |
