diff options
| author | nyamatongwe <unknown> | 2010-11-06 09:14:26 +1100 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-11-06 09:14:26 +1100 | 
| commit | 76c6ce9e0780f0bc62c675f062537d075c507470 (patch) | |
| tree | 48ab27776c33ebd82bca9312e055e2121f3a4c63 /src | |
| parent | 39258eb09e8e17263c26036c8768f4656dcb9594 (diff) | |
| download | scintilla-mirror-76c6ce9e0780f0bc62c675f062537d075c507470.tar.gz | |
Lexer for Motorola 68000 assembler.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Catalogue.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index a7ec50018..8b2e9b342 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -81,6 +81,7 @@ int Scintilla_LinkLexers() {  //++Autogenerated -- run src/LexGen.py to regenerate  //**\(\tLINK_LEXER(\*);\n\) +	LINK_LEXER(lmA68k);  	LINK_LEXER(lmAbaqus);  	LINK_LEXER(lmAda);  	LINK_LEXER(lmAns1);  | 
