diff options
author | nyamatongwe <devnull@localhost> | 2007-09-08 02:43:28 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-09-08 02:43:28 +0000 |
commit | d37eaaf5490aca3923b1617e48172ee6d8df5945 (patch) | |
tree | 8f276bbb2300c49cf5e50f313101fd6fa337dc63 /src/KeyWords.cxx | |
parent | 5d44df4f005722f63755b256d018edc247bae323 (diff) | |
download | scintilla-mirror-d37eaaf5490aca3923b1617e48172ee6d8df5945.tar.gz |
Lexer for Asymptote.
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 6eb217104..df85e0456 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -147,6 +147,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmAPDL); LINK_LEXER(lmAsm); LINK_LEXER(lmASP); + LINK_LEXER(lmASY); LINK_LEXER(lmAU3); LINK_LEXER(lmAVE); LINK_LEXER(lmBaan); |