diff options
author | 2018-06-12 11:29:45 -0400 | |
---|---|---|
committer | 2018-06-12 11:29:45 -0400 | |
commit | b3a2fbb09dc1922a96e9f12c6f7887e4f2b57528 (patch) | |
tree | 2efa8b8e903914404459ade0f525e4cd25be78f4 /src/Makefile | |
parent | 9f4d23892343ccf9feba46b7d7d45a0629497e7c (diff) | |
download | textadept-b3a2fbb09dc1922a96e9f12c6f7887e4f2b57528.tar.gz textadept-b3a2fbb09dc1922a96e9f12c6f7887e4f2b57528.zip |
Fixed child lexers that embed themselves into parents and fixed proxy lexers.
Also removed temporary Scintilla patch that has been applied.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 962a4676..e5d09e60 100644 --- a/src/Makefile +++ b/src/Makefile @@ -367,7 +367,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_zip = b4eec2ff1794.zip +scintilla_zip = d5c585411cc5.zip lua_tgz = lua-5.3.4.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |