diff options
| author | nyamatongwe <devnull@localhost> | 2006-02-03 23:13:31 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-02-03 23:13:31 +0000 | 
| commit | 7e37844ea349b580b3c5557d7244cb43f15326d2 (patch) | |
| tree | fb2b338888e159915358697069cab2ae0387d205 /src/KeyWords.cxx | |
| parent | d70d2f8e3d9cf3d1d3025aad8d9e7e40af19af72 (diff) | |
| download | scintilla-mirror-7e37844ea349b580b3c5557d7244cb43f15326d2.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); | 
