aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/desktop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/desktop.lua')
-rw-r--r--lua/lexers/desktop.lua6
1 files changed, 3 insertions, 3 deletions
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'] = '#'