Skip to content

Expanding multiple elements #8

@dburles

Description

@dburles

The files i'm working with the newlines are CR LF (windows) and i'm using tabs for indentation

when expanding any element over multiple lines it's adding extra newlines and losing the indentation after the first element (as the tabs are before the extra newline) i.e:

(tab)(tab)div*3

then generates exactly:

(tab)(tab)div/divCRLF

(tab)(tab)CRLF

div/divCRLF

(tab)(tab)CRLF

div/divCRLF

CRLF

had to modify the div's github doesn't seem to like them when written as proper tags in that format

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions