diff options
author | nyamatongwe <unknown> | 2009-08-27 01:20:39 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-08-27 01:20:39 +0000 |
commit | 514b19dcb0fe53d453a313866395fb8d96b26956 (patch) | |
tree | 1a2c2fa2bdb2035abd07561d700a620edb9422e9 /src/KeyWords.cxx | |
parent | e00e26cb6dc4a2fd589069550e34960d0f06be31 (diff) | |
download | scintilla-mirror-514b19dcb0fe53d453a313866395fb8d96b26956.tar.gz |
Markdown lexer from FR #2844081.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index 366cb47dc..5e4de668d 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -375,6 +375,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmLua); LINK_LEXER(lmMagikSF); LINK_LEXER(lmMake); + LINK_LEXER(lmMarkdown); LINK_LEXER(lmMatlab); LINK_LEXER(lmMETAPOST); LINK_LEXER(lmMMIXAL); |