benanders / ST2-ComputerCraft-Package

Sublime Text 2 syntax highlighting and code completion package for ComputerCraft
18 stars 5 forks source link

Reindent fails with curly braces #15

Open afk-mario opened 9 years ago

afk-mario commented 9 years ago

Reintend function fails with something like this

local function foo()
    local options =
    {
    parent = group,
    text = text,
    x =  centerX,
    y =  centerY,
    width = 100,
    height = 100,
     font = "Helvetica",
    fontSize = 35,
    align = "center",
}
end
BitForger commented 9 years ago

Whats happening again?