diff options
author | 2020-03-29 20:27:33 -0400 | |
---|---|---|
committer | 2020-03-29 20:27:33 -0400 | |
commit | 5dd2cae040b48ef2b5e80e2fb12524a923dac967 (patch) | |
tree | fa6f8d46f53296eb47aae5795ef8f6c00ddba57d /src | |
parent | b4b6a054d5a81054649762f6399d7024e1af66ff (diff) | |
download | textadept-5dd2cae040b48ef2b5e80e2fb12524a923dac967.tar.gz textadept-5dd2cae040b48ef2b5e80e2fb12524a923dac967.zip |
Updated to latest Scintilla to fix embedded lexer issue.
This fixes PHP, Django, and other lexers that embed themselves.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index dd310bad..345fd494 100644 --- a/src/Makefile +++ b/src/Makefile @@ -374,7 +374,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = d5675dbd273d.zip +scintilla_zip = faaabc636de6.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |