diff options
author | Neil <nyamatongwe@gmail.com> | 2014-08-09 14:46:35 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-08-09 14:46:35 +1000 |
commit | 4f382b2e4a37af5f9d04242cbcc08001533c9157 (patch) | |
tree | a563afa5835e88cbdbfae1250694577741199376 /src | |
parent | 1bdbc3873317db426e8eb0199d487295a097c9fb (diff) | |
download | scintilla-mirror-4f382b2e4a37af5f9d04242cbcc08001533c9157.tar.gz |
Added lexer for registry files.
From nkmathew.
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 ac1fc3818..097fe7659 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -163,6 +163,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmPython); LINK_LEXER(lmR); LINK_LEXER(lmREBOL); + LINK_LEXER(lmRegistry); LINK_LEXER(lmRuby); LINK_LEXER(lmRust); LINK_LEXER(lmScriptol); |