From 21fe6139c683240c6be4718e448c4915b2fc1021 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 11 Mar 2020 22:50:30 -0400 Subject: Replaced `buffer.style_name` table with `buffer:name_of_style()`. This requires Scintilla changeset 429993cf4429. --- src/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3