diff options
| author | nyamatongwe <devnull@localhost> | 2002-09-10 04:47:11 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-09-10 04:47:11 +0000 |
| commit | 845b6576ac4dc70c90ba88850a7e8febc0b022f6 (patch) | |
| tree | 8e4d6cd74bd29298c6b8f04c80c1a3ce56034a72 /src | |
| parent | 9094a45e8dc3ba223ee8e71e261ae53b7fb61580 (diff) | |
| download | scintilla-mirror-845b6576ac4dc70c90ba88850a7e8febc0b022f6.tar.gz | |
Including LexAsm.
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 8a03aa8ac..2cb2df25f 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -142,6 +142,7 @@ int Scintilla_LinkLexers() { //++Autogenerated -- run src/LexGen.py to regenerate //**\(\tLINK_LEXER(\*);\n\) LINK_LEXER(lmAda); + LINK_LEXER(lmAsm); LINK_LEXER(lmAVE); LINK_LEXER(lmBaan); LINK_LEXER(lmBullant); |
