diff options
author | 2015-09-29 09:35:53 -0400 | |
---|---|---|
committer | 2015-09-29 09:35:53 -0400 | |
commit | 200f7017f13e057cfd64650f4720d2fb116c4c5c (patch) | |
tree | e736c4ac43e041c84d1415f71e7a47709df07ae3 /src | |
parent | bc975051ce0e9bb8775dfc95dc5ce21d8f1837d2 (diff) | |
download | textadept-200f7017f13e057cfd64650f4720d2fb116c4c5c.tar.gz textadept-200f7017f13e057cfd64650f4720d2fb116c4c5c.zip |
Added Gherkin lexer.
Requires Scintillua r514 (changeset 8bce8ef421d7).
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index e00d8933..5dadd1e1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -369,7 +369,8 @@ osx-deps: $(base_deps) gtkosx termkey ifndef NIGHTLY scinterm_url = http://foicica.com/scinterm/download/$@ - scintillua_url = http://foicica.com/scintillua/download/$@ + #scintillua_url = http://foicica.com/scintillua/download/$@ + scintillua_url = http://foicica.com/hg/scintillua/archive/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ else @@ -381,7 +382,7 @@ endif scintilla_tgz = scintilla361.tgz scinterm_zip = scinterm_1.6.zip -scintillua_zip = scintillua_3.6.1-1.zip +scintillua_zip = 8bce8ef421d7.zip lua_tgz = lua-5.3.1.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip |