aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-03-14 08:04:34 +1100
committerNeil <nyamatongwe@gmail.com>2014-03-14 08:04:34 +1100
commit5041adf635ce4aa8d7111e11c47c3b20152e4543 (patch)
treeeeaf9db86fdfc4009a619b79cec9a1830d6ddb5b /src
parentab36a29350f892beaf0ecae22dea74a6b01bab44 (diff)
downloadscintilla-mirror-5041adf635ce4aa8d7111e11c47c3b20152e4543.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.cxx1
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);