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

Authored by jpoelen on Aug 7 2019, 10:07 PM.

Details

Summary

if x then

function foo()
  if x then
  end -- control (before: keyword)
end -- keyword (before: control)

end -- control

Diff Detail

Repository
R216 Syntax Highlighting
Branch
lua (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14888
Build 14906: arc lint + arc unit
jpoelen requested review of this revision.Aug 7 2019, 10:07 PM
jpoelen created this revision.
cullmann accepted this revision.Aug 8 2019, 7:07 AM

Fell free to push this, but please increase the version number first ;=)

This revision is now accepted and ready to land.Aug 8 2019, 7:07 AM
jpoelen updated this revision to Diff 63376.Aug 8 2019, 11:27 PM

increase the version number

This revision was automatically updated to reflect the committed changes.