solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/regexp/escaping3.re
2022-04-28 21:17:01 +03:00

36 lines
3.1 KiB
C++

[start\A\b\B\d\D\s\S\w\W\Z\\\1\01\1111\0011\xfab\u123fb\U1234aaaab\c]
[ : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.begin.regexp, source.regexp.python
s : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
t : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
a : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
r : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
t : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\A : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\b : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\B : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\d : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\D : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\s : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\S : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\w : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\W : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\Z : meta.character.set.regexp, source.regexp.python, support.other.escape.special.regexp
\\ : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\1 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\01 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
\111 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
1 : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\001 : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
1 : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\xfa : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
b : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\u123f : constant.character.unicode.regexp, meta.character.set.regexp, source.regexp.python
b : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\U1234aaaa : constant.character.unicode.regexp, meta.character.set.regexp, source.regexp.python
b : constant.character.set.regexp, meta.character.set.regexp, source.regexp.python
\c : constant.character.escape.regexp, meta.character.set.regexp, source.regexp.python
] : constant.other.set.regexp, meta.character.set.regexp, punctuation.character.set.end.regexp, source.regexp.python