D23014: Lua: fix color of end with several levels of condition and function nesting

2019-08-08 Thread jonathan poelen
This revision was automatically updated to reflect the committed changes. Closed by commit R216:2b06bf42be04: Lua: fix color of end with several levels of condition and function nesting (authored by jpoelen). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D23014?vs=63376&id=63377#toc REPO

D23014: Lua: fix color of end with several levels of condition and function nesting

2019-08-08 Thread jonathan poelen
jpoelen updated this revision to Diff 63376. jpoelen added a comment. increase the version number REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23014?vs=63320&id=63376 BRANCH lua (branched from master) REVISION DETAIL https://phabricator.

D23014: Lua: fix color of end with several levels of condition and function nesting

2019-08-08 Thread Christoph Cullmann
cullmann accepted this revision. cullmann added a comment. This revision is now accepted and ready to land. Fell free to push this, but please increase the version number first ;=) REPOSITORY R216 Syntax Highlighting BRANCH lua (branched from master) REVISION DETAIL https://phabricator

D23014: Lua: fix color of end with several levels of condition and function nesting

2019-08-07 Thread jonathan poelen
jpoelen created this revision. jpoelen added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. jpoelen added projects: Kate, Frameworks. jpoelen requested review of this revision. REVISION SUMMARY if x then function foo() if x then end -- control (before: keyword)