Skip to content

Multiline strings #15

@brettlangdon

Description

@brettlangdon

Got idea from #9

So, multiline strings are currently supported.

multi = "some
string
with
newlines";

Might be nice to maybe stripe whitespace from the left so that:

section {
  multi = "some
  multi
  line
  string";
}

Will be:

some
multi
line
string

Instead of:

some
  multi
  line
  string

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions