diff options
| author | nyamatongwe <devnull@localhost> | 2003-05-14 13:52:55 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-05-14 13:52:55 +0000 | 
| commit | f1cf6d0278a88ad722bd31af66891965c75ec1b7 (patch) | |
| tree | aeadf16c6ee9265b866f2025f48ebdb8523b0e98 /src/KeyWords.cxx | |
| parent | cdc0cb6a7459576de1d8e2d8641e929f088aa9a2 (diff) | |
| download | scintilla-mirror-f1cf6d0278a88ad722bd31af66891965c75ec1b7.tar.gz | |
EScript lexer added.
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 3002c7d45..8fb51bdb7 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -142,6 +142,7 @@ int Scintilla_LinkLexers() {  	LINK_LEXER(lmCss);  	LINK_LEXER(lmEiffel);  	LINK_LEXER(lmEiffelkw); +	LINK_LEXER(lmESCRIPT);  	LINK_LEXER(lmFortran);  	LINK_LEXER(lmF77);  	LINK_LEXER(lmHTML); | 
