Skip to content

Recover from ":" semicolon after an Uppercase property name #26

Description

@ratijas

Apparently, with custom parser it is legal to have Uppercase property names in QML:

    ListModel {
        id: baseModel
        ListElement {
            Description: "Us"
        }
        ListElement {
            Description: "Them"
        }
    }

But currently the rules that process property names aren't stopping at semicolon or at "}" closing braces, resulting in broken syntax and unclosed meta.block contexts/scopes:

image

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions