diff options
author | 2020-07-07 21:02:07 -0400 | |
---|---|---|
committer | 2020-07-07 21:02:07 -0400 | |
commit | 584e580c2213f91a17425be10d57aa5bd2f3d509 (patch) | |
tree | f47ca2ee2a85bcfba437ddd989b27284827c542c /src/Makefile | |
parent | 021866de868fd074526fc63270639ec2f3ce9aa5 (diff) | |
download | textadept-584e580c2213f91a17425be10d57aa5bd2f3d509.tar.gz textadept-584e580c2213f91a17425be10d57aa5bd2f3d509.zip |
Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.
This allows for a more Lua table-oriented approach to defining and using colors
and styles, instead of manually manipulating Scintilla property strings.
Themes are still backwards compatible, as the underlying mechanisms are still
in place.
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 58fe53a5..232f097c 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 = 1757848f5635.zip +scintilla_zip = d51c7ec9ec78.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |