diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-14 08:04:34 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-14 08:04:34 +1100 |
commit | f8c8abef5246cd06f3eb2613627c725bde6a4c52 (patch) | |
tree | e7744cb866a9d46cace8eab8f93a88ca259694b7 /src | |
parent | 3dc9469ca1ec5d627eb0b6e2fc221f318008312c (diff) | |
download | scintilla-mirror-f8c8abef5246cd06f3eb2613627c725bde6a4c52.tar.gz |
Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'
for comments and ';' to separate statements.
From nkmathew.
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 b7f816d76..41d5d5489 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -80,6 +80,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmAbaqus); LINK_LEXER(lmAda); LINK_LEXER(lmAPDL); + LINK_LEXER(lmAs); LINK_LEXER(lmAsm); LINK_LEXER(lmAsn1); LINK_LEXER(lmASY); |