Skip to content

BUG: '{' in a string will mess up indentation #90

@davidnorthetal

Description

@davidnorthetal

indent/json.vim seems to interpret '{' within a string equally as outside of it, thus it "thinks" that a '{' within a string starts a new json-object,

thus e.g. using autoindentation:

{
    "foo": "{",
        "bar": "qux"
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions