diff options
author | 2020-07-13 15:22:04 -0400 | |
---|---|---|
committer | 2020-07-13 15:22:04 -0400 | |
commit | 4860332233bb7ca7b635a0c9922546af559aa647 (patch) | |
tree | 403875878df404310cb32278fb519e0c772796cf /src/Makefile | |
parent | 5e2d3b835867311aafd8a8e89dc227c0a92cedab (diff) | |
download | textadept-4860332233bb7ca7b635a0c9922546af559aa647.tar.gz textadept-4860332233bb7ca7b635a0c9922546af559aa647.zip |
Test setting styles directly via `lexer.styles`.
Requires latest Scintilla for proper `lexer.colors` return types.
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 232f097c..f5688a53 100644 --- a/src/Makefile +++ b/src/Makefile @@ -376,7 +376,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = d51c7ec9ec78.zip +scintilla_zip = 4e081ee8d750.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |