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
Branch
lua54 (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 12411
Build 12429: arc lint + arc unit
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.