haxegon / zeedonk

Haxegon + Puzzlescript = Zeedonk!
http://www.zeedonk.net
12 stars 2 forks source link

indentation bug for functions starting with capital letters #183

Closed increpare closed 9 years ago

increpare commented 9 years ago
function a()
{}

vs

function A()
    {}
increpare commented 9 years ago

logged here https://github.com/codemirror/CodeMirror/issues/3500