Skip to content

Commit b2ace3e

Browse files
jonathanpoelenchristoph-cullmann
authored andcommitted
Lua: add # as additional deliminator to activate auto-completion with #something
Reviewers: #framework_syntax_highlighting, dhaumann, cullmann Reviewed By: #framework_syntax_highlighting, cullmann Subscribers: kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D28045
1 parent 755904a commit b2ace3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/syntax/lua.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- NOTE, FIXME, TODO alerts added on comments
4949
- improved highlighting
5050
-->
51-
<language name="Lua" version="8" indenter="lua" kateversion="5.0" section="Scripts" extensions="*.lua" mimetype="text/x-lua">
51+
<language name="Lua" version="9" indenter="lua" kateversion="5.0" section="Scripts" extensions="*.lua" mimetype="text/x-lua">
5252
<highlighting>
5353
<list name="keywords">
5454
<item>and</item>
@@ -563,7 +563,7 @@
563563
<comment name="singleLine" start="--" />
564564
<comment name="multiLine" start="--[[" end="]]" />
565565
</comments>
566-
<keywords casesensitive="1" weakDeliminator="." additionalDeliminator="'&quot;"/>
566+
<keywords casesensitive="1" weakDeliminator="." additionalDeliminator="'&quot;#"/>
567567
</general>
568568
</language>
569569
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

0 commit comments

Comments
 (0)