Lua: update for Lua54 and end of function as Keyword rather than Control
ClosedPublic

Authored by jpoelen on Jun 4 2019, 7:41 PM.

Details

Summary
function foo()
  if x then
  end <--- Control Flow
end <--- Keyword

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jpoelen requested review of this revision.Jun 4 2019, 7:41 PM
jpoelen created this revision.
jpoelen edited the summary of this revision. (Show Details)Jun 4 2019, 7:42 PM
dhaumann accepted this revision.Jun 4 2019, 9:40 PM

Lgtm

This revision is now accepted and ready to land.Jun 4 2019, 9:40 PM
This revision was automatically updated to reflect the committed changes.