diff options
author | nyamatongwe <unknown> | 2006-02-03 23:13:31 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-02-03 23:13:31 +0000 |
commit | 5907254a9ef71d37679aab2b6ad68c5a944d78a3 (patch) | |
tree | fb2b338888e159915358697069cab2ae0387d205 /src/KeyWords.cxx | |
parent | 4b2c2b2548b5aee8ba272b200b925a64ffbb3a22 (diff) | |
download | scintilla-mirror-5907254a9ef71d37679aab2b6ad68c5a944d78a3.tar.gz |
Support for Opal language from Sebastian Pipping.
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 342d068e4..322a8d84c 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -187,6 +187,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmNsis); LINK_LEXER(lmNull); LINK_LEXER(lmOctave); + LINK_LEXER(lmOpal); LINK_LEXER(lmPascal); LINK_LEXER(lmPB); LINK_LEXER(lmPerl); |