From c1f4d3f68787fa2ae964c468d28a84df37319b28 Mon Sep 17 00:00:00 2001 From: orbitalquark <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:30:49 -0400 Subject: lexers: switch to tabs for indentation --- lua/lexers/desktop.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/lexers/desktop.lua') diff --git a/lua/lexers/desktop.lua b/lua/lexers/desktop.lua index 93e007f..b7096a1 100644 --- a/lua/lexers/desktop.lua +++ b/lua/lexers/desktop.lua @@ -39,9 +39,9 @@ lex:add_rule('operator', lex:tag(lexer.OPERATOR, S('='))) -- Word lists. lex:set_word_list(lexer.VARIABLE_BUILTIN, { - 'Type', 'Version', 'Name', 'GenericName', 'NoDisplay', 'Comment', 'Icon', 'Hidden', 'OnlyShowIn', - 'NotShowIn', 'TryExec', 'Exec', 'Exec', 'Path', 'Terminal', 'MimeType', 'Categories', - 'StartupNotify', 'StartupWMClass', 'URL' + 'Type', 'Version', 'Name', 'GenericName', 'NoDisplay', 'Comment', 'Icon', 'Hidden', 'OnlyShowIn', + 'NotShowIn', 'TryExec', 'Exec', 'Exec', 'Path', 'Terminal', 'MimeType', 'Categories', + 'StartupNotify', 'StartupWMClass', 'URL' }) lexer.property['scintillua.comment'] = '#' -- cgit v1.2.3