Skip to content

Plugin complains on code blocks #89

Description

@serg-bloim

This code gives an error, even though it's correct.

function test{
    print "begin".
    { // Error highlighted here: '{' Unexpected
        print "inside a code block".
    }
    print "end".
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions