diff options
author | 2020-03-11 22:50:30 -0400 | |
---|---|---|
committer | 2020-03-11 22:50:30 -0400 | |
commit | 21fe6139c683240c6be4718e448c4915b2fc1021 (patch) | |
tree | 2ffb5879684cd60adabff8c418dfb68c12e67555 /src/Makefile | |
parent | b9d6697007bc10244f542fc8d3b6386823bd99c3 (diff) | |
download | textadept-21fe6139c683240c6be4718e448c4915b2fc1021.tar.gz textadept-21fe6139c683240c6be4718e448c4915b2fc1021.zip |
Replaced `buffer.style_name` table with `buffer:name_of_style()`.
This requires Scintilla changeset 429993cf4429.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 444a8afd..70446771 100644 --- a/src/Makefile +++ b/src/Makefile @@ -114,9 +114,9 @@ sci_objs = AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o Catalogue.o \ Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o \ PositionCache.o RESearch.o RunStyles.o ScintillaBase.o Selection.o \ Style.o UniConversion.o ViewStyle.o UniqueString.o XPM.o -sci_lex_objs = Accessor.o CharacterCategory.o CharacterSet.o LexerBase.o \ - LexerModule.o LexerNoExceptions.o LexerSimple.o PropSetSimple.o \ - StyleContext.o WordList.o +sci_lex_objs = Accessor.o CharacterCategory.o CharacterSet.o DefaultLexer.o \ + LexerBase.o LexerModule.o LexerNoExceptions.o LexerSimple.o \ + PropSetSimple.o StyleContext.o WordList.o sci_lexer_objs = LexLPeg.o LexLPeg-curses.o sci_gtk_objs = PlatGTK.o ScintillaGTK.o ScintillaGTKAccessible.o sci_curses_objs = ScintillaCurses.o @@ -366,7 +366,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = 0c14c2086500.zip +scintilla_zip = 429993cf4429.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |