Added vscode settings

This commit is contained in:
Kristofers Solo
2022-04-28 20:54:44 +03:00
parent 245c3ca779
commit 837a479d82
25004 changed files with 2499800 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
^a{10}b{,10}c{10,}d{10,100}$
^ : source.regexp.python, support.other.match.begin.regexp
a : source.regexp.python
{10} : keyword.operator.quantifier.regexp, source.regexp.python
b : source.regexp.python
{,10} : keyword.operator.quantifier.regexp, source.regexp.python
c : source.regexp.python
{10,} : keyword.operator.quantifier.regexp, source.regexp.python
d : source.regexp.python
{10,100} : keyword.operator.quantifier.regexp, source.regexp.python
$ : source.regexp.python, support.other.match.end.regexp