Skip to content

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

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"
    }

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions