From 3d69ae01c0f2421a89b862ec5fea635a40826896 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 13 Apr 2021 00:02:12 -0400 Subject: Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm. Some of the Scintilla API has changed, and by extension the Scintillua API. --- test/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.lua') diff --git a/test/test.lua b/test/test.lua index cc3458b6..aab38934 100644 --- a/test/test.lua +++ b/test/test.lua @@ -2279,7 +2279,7 @@ end function test_file_types_load_lexers() local lexers = {} - for name in buffer:private_lexer_call(_SCINTILLA.functions.property_names[1]):gmatch('[^\n]+') do + for name in buffer:private_lexer_call(_SCINTILLA.properties.lexer_language[1]):gmatch('[^\n]+') do lexers[#lexers + 1] = name end print('Loading lexers...') -- cgit v1.2.3