diff options
author | 2020-04-25 17:16:42 -0400 | |
---|---|---|
committer | 2020-04-25 17:16:42 -0400 | |
commit | 1848772a842bcb304e6dbb110fbe9014704ac145 (patch) | |
tree | 232311a39af4c9dbd8d43bb9c159d570cfac70fb | |
parent | 54ce4ac81d315f75a520094b607a4163ee9b58b4 (diff) | |
download | textadept-1848772a842bcb304e6dbb110fbe9014704ac145.tar.gz textadept-1848772a842bcb304e6dbb110fbe9014704ac145.zip |
Updated to latest Scintilla hg with lexer updates.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 2b976805..6e0ddc80 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 = dc97b60f8c63.zip +scintilla_zip = e44f9f926f0c.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |