language-lua icon indicating copy to clipboard operation
language-lua copied to clipboard

A table name end with a NUMBER,

Open lymenglei opened this issue 9 years ago • 0 comments

wnd_firework1 = i3k_class("wnd_firework1", ui.wnd_base)
function wnd_firework1:ctor()

end

the function i3k_classreturn a Class,while "wnd_firework1" the name of the table is end with a NUMBER, wnd_firewor1 will not highlight like others do.

lymenglei avatar Oct 21 '16 03:10 lymenglei