Skip to content

Support json template literals (without templates) #22

@madeso

Description

@madeso

Let strings contain multiple lines.

Template literals are enclosed by the back-tick ( ` ) (grave accent) character instead of double or single quotes.

`string text`

`string text line 1
 string text line 2`

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

Such a feature would aid in writing code in a json file.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions