Skip to content

IndentationBear doesn't run

Test file used:

print('hello world')
dict = {'a':1,'b':2}
def hey():
    print('hmm')
    if True:
        if True:
         h = 5
    g = 8

I suspect this is because there is a prompt from coala to enter language of the source code