diff options
author | nyamatongwe <devnull@localhost> | 2012-01-23 17:33:32 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-01-23 17:33:32 +1100 |
commit | 4a7c38fed53a5b733842e6230f683237ca58a8d5 (patch) | |
tree | 33e0905ce78c2fb0f581c21ce026c71de8d7c051 /src | |
parent | 9f7103b95221dc5e96f26049ae191254c428b509 (diff) | |
download | scintilla-mirror-4a7c38fed53a5b733842e6230f683237ca58a8d5.tar.gz |
Lexer for AviSynth from Bruno Barbieri. Feature #3475611.
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 9c47eb4ea..4773fffc0 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -90,6 +90,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmASY); LINK_LEXER(lmAU3); LINK_LEXER(lmAVE); + LINK_LEXER(lmAVS); LINK_LEXER(lmBaan); LINK_LEXER(lmBash); LINK_LEXER(lmBatch); |