From 200f7017f13e057cfd64650f4720d2fb116c4c5c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 29 Sep 2015 09:35:53 -0400 Subject: Added Gherkin lexer. Requires Scintillua r514 (changeset 8bce8ef421d7). --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3