Closed winstliu closed 7 years ago
Unicode escape sequences currently are not tokenized correctly.
unicode: "\u263A"
hex esc: "\x0a"
Expected behavior: \u263A and \x0a to all be highlighted as an escape sequence
\u263A
\x0a
Actual behavior: Only \u and \x are
\u
\x
Reproduces how often: 100%
language-yaml@0.28.0
Prerequisites
Description
Unicode escape sequences currently are not tokenized correctly.
Steps to Reproduce
unicode: "\u263A"
orhex esc: "\x0a"
Expected behavior:
\u263A
and\x0a
to all be highlighted as an escape sequenceActual behavior: Only
\u
and\x
areReproduces how often: 100%
Versions
language-yaml@0.28.0