Skip to content

Syntax Highlighting: Support Multiline Strings #15

@marfranke

Description

@marfranke

Taken from @usebruno/lang:

   // Multiline text block surrounded by '''
  multilinetextblockdelimiter = "'''"
  multilinetextblock = multilinetextblockdelimiter (~multilinetextblockdelimiter any)* multilinetextblockdelimiter

  // Dictionary Blocks
  ...
  value = multilinetextblock | valuechar*

Still not supported by vscode syntax highlighter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions