diff options
author | nyamatongwe <devnull@localhost> | 2003-05-09 09:53:04 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-05-09 09:53:04 +0000 |
commit | b279d766ab9188f0c1fec93d595dabc01ab34e1a (patch) | |
tree | 1592974344ffd0f1961c2ed8eadd6f2522762670 /src | |
parent | 302d9eb0c830e42e0c4364b3a5ef59276a3f0326 (diff) | |
download | scintilla-mirror-b279d766ab9188f0c1fec93d595dabc01ab34e1a.tar.gz |
Added Lout lexer by Kein-Hong Man.
Diffstat (limited to 'src')
-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 59b1bdea4..c278c7ca1 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -161,6 +161,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmASP); LINK_LEXER(lmPHP); LINK_LEXER(lmLISP); + LINK_LEXER(lmLout); LINK_LEXER(lmLua); LINK_LEXER(lmMatlab); LINK_LEXER(lmBatch); |