Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

The description of Escape Sequences in the reference is missing a bunch #330

Open
@pragdave

Description

The current list contains the single-character C escapes (\b, \r, \n etc). It's missing

  • two character specials: \LF, \CR, \FF, \VT, \SP, \BS, \HT
  • decimal escapes: \ddd
  • hex escapes: \xdd
  • octal escapes: \oddd

(Guess who's writing a SkyLighting syntax for Unison... :)

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions