diff options
Diffstat (limited to 'test/test.lua')
-rw-r--r-- | test/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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...') |