diff options
author | Neil <nyamatongwe@gmail.com> | 2018-11-18 09:51:54 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-11-18 09:51:54 +1100 |
commit | 62c61d05045371e0bd205b4ef6bd13743f6799ae (patch) | |
tree | 5a7417c956ba1884a30e76ce850ba2bf81520a80 | |
parent | d6f80fb1137d7cf42939fb55e35f4ba1060d4beb (diff) | |
download | scintilla-mirror-62c61d05045371e0bd205b4ef6bd13743f6799ae.tar.gz |
Bug [#2059]. Update URL in comment.
-rw-r--r-- | lexers/LexAU3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexAU3.cxx b/lexers/LexAU3.cxx index b4029413c..417c832e0 100644 --- a/lexers/LexAU3.cxx +++ b/lexers/LexAU3.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // @file LexAU3.cxx -// Lexer for AutoIt3 http://www.hiddensoft.com/autoit3 +// Lexer for AutoIt3 https://www.autoitscript.com/site/ // by Jos van der Zande, jvdzande@yahoo.com // // Changes: |