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,61 @@
QQQQ QQQQ_123 QQQQ123 PROTOCOL_v2 QQQ.bar baz.AA_a _AAA foo._AAA
QQQq QQQq123 self.FOOO() _ _1 __1 _1A __1A _a __a __ ___ ___a ___1 __aA ___Aa
QQQQ : constant.other.caps.python, source.python
: source.python
QQQQ_123 : constant.other.caps.python, source.python
: source.python
QQQQ123 : constant.other.caps.python, source.python
: source.python
PROTOCOL_v2 : constant.other.caps.python, source.python
: source.python
QQQ : constant.other.caps.python, source.python
. : punctuation.separator.period.python, source.python
bar : source.python
: source.python
baz : source.python
. : punctuation.separator.period.python, source.python
AA_a : constant.other.caps.python, source.python
: source.python
_AAA : constant.other.caps.python, source.python
: source.python
foo : source.python
. : punctuation.separator.period.python, source.python
_AAA : constant.other.caps.python, source.python
QQQq : source.python
: source.python
QQQq123 : source.python
: source.python
self : source.python, variable.language.special.self.python
. : punctuation.separator.period.python, source.python
FOOO : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
: source.python
_ : source.python
: source.python
_1 : source.python
: source.python
__1 : source.python
: source.python
_1A : source.python
: source.python
__1A : source.python
: source.python
_a : source.python
: source.python
__a : source.python
: source.python
__ : source.python
: source.python
___ : source.python
: source.python
___a : source.python
: source.python
___1 : source.python
: source.python
__aA : source.python
: source.python
___Aa : source.python

View File

@@ -0,0 +1,23 @@
_AA __AB ___AA
_A __A ___A A1 A_1 _A_1 A_foo
_AA : constant.other.caps.python, source.python
: source.python
__AB : constant.other.caps.python, source.python
: source.python
___AA : constant.other.caps.python, source.python
_A : source.python
: source.python
__A : source.python
: source.python
___A : source.python
: source.python
A1 : source.python
: source.python
A_1 : source.python
: source.python
_A_1 : source.python
: source.python
A_foo : source.python

View File

@@ -0,0 +1,27 @@
T61STRING = 20
T61_STRING
T_STRING
_T_S_T_R_I_N_G_
A_CLASS
# not enough upper-case letters in the beginning
_T_s_TRING
A_Class
T61STRING : constant.other.caps.python, source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
20 : constant.numeric.dec.python, source.python
T61_STRING : constant.other.caps.python, source.python
T_STRING : constant.other.caps.python, source.python
_T_S_T_R_I_N_G_ : constant.other.caps.python, source.python
A_CLASS : constant.other.caps.python, source.python
: source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
not enough upper-case letters in the beginning : comment.line.number-sign.python, source.python
_T_s_TRING : source.python
A_Class : source.python

View File

@@ -0,0 +1,39 @@
~a + b @ c ^ d // e % f & e and not g or h
~ : keyword.operator.bitwise.python, source.python
a : source.python
: source.python
+ : keyword.operator.arithmetic.python, source.python
: source.python
b : source.python
: source.python
@ : keyword.operator.arithmetic.python, source.python
: source.python
c : source.python
: source.python
^ : keyword.operator.bitwise.python, source.python
: source.python
d : source.python
: source.python
// : keyword.operator.arithmetic.python, source.python
: source.python
e : source.python
: source.python
% : keyword.operator.arithmetic.python, source.python
: source.python
f : source.python
: source.python
& : keyword.operator.bitwise.python, source.python
: source.python
e : source.python
: source.python
and : keyword.operator.logical.python, source.python
: source.python
not : keyword.operator.logical.python, source.python
: source.python
g : source.python
: source.python
or : keyword.operator.logical.python, source.python
: source.python
h : source.python

View File

@@ -0,0 +1,36 @@
a = ...
a(..., c=...)
a = ((...), ...)
....__class__
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
... : constant.other.ellipsis.python, source.python
a : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
... : constant.other.ellipsis.python, meta.function-call.arguments.python, meta.function-call.python, source.python
, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python
: meta.function-call.arguments.python, meta.function-call.python, source.python
c : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python
= : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
... : constant.other.ellipsis.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
( : punctuation.parenthesis.begin.python, source.python
( : punctuation.parenthesis.begin.python, source.python
... : constant.other.ellipsis.python, source.python
) : punctuation.parenthesis.end.python, source.python
, : punctuation.separator.element.python, source.python
: source.python
... : constant.other.ellipsis.python, source.python
) : punctuation.parenthesis.end.python, source.python
... : constant.other.ellipsis.python, source.python
. : punctuation.separator.period.python, source.python
__class__ : source.python, support.variable.magic.python

View File

@@ -0,0 +1,16 @@
a = self.some_list[1:2]
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
self : source.python, variable.language.special.self.python
. : punctuation.separator.period.python, source.python
some_list : meta.item-access.python, source.python
[ : meta.item-access.python, punctuation.definition.arguments.begin.python, source.python
1 : constant.numeric.dec.python, meta.item-access.arguments.python, meta.item-access.python, source.python
: : meta.item-access.arguments.python, meta.item-access.python, punctuation.separator.slice.python, source.python
2 : constant.numeric.dec.python, meta.item-access.arguments.python, meta.item-access.python, source.python
] : meta.item-access.python, punctuation.definition.arguments.end.python, source.python

View File

@@ -0,0 +1,17 @@
print []
print {}
print 1
print : meta.item-access.python, source.python, support.function.builtin.python
: meta.item-access.python, source.python
[ : meta.item-access.python, punctuation.definition.arguments.begin.python, source.python
] : meta.item-access.python, punctuation.definition.arguments.end.python, source.python
print : source.python, support.function.builtin.python
: source.python
{ : punctuation.definition.dict.begin.python, source.python
} : punctuation.definition.dict.end.python, source.python
print : source.python, support.function.builtin.python
: source.python
1 : constant.numeric.dec.python, source.python

View File

@@ -0,0 +1,7 @@
super()
super : meta.function-call.python, source.python, support.type.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python

View File

@@ -0,0 +1,10 @@
a <> b
a : source.python
: source.python
< : keyword.operator.comparison.python, source.python
> : keyword.operator.comparison.python, source.python
: source.python
b : source.python

View File

@@ -0,0 +1,7 @@
foofrom.something
foofrom : source.python
. : punctuation.separator.period.python, source.python
something : source.python

View File

@@ -0,0 +1,10 @@
foo(djsgfjs==123)
foo : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
djsgfjs : meta.function-call.arguments.python, meta.function-call.python, source.python
== : keyword.operator.comparison.python, meta.function-call.arguments.python, meta.function-call.python, source.python
123 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python

View File

@@ -0,0 +1,29 @@
a++
b--
++a
--b
a++c
c--b
a(--a)
a : source.python
++ : invalid.illegal.operator.python, source.python
b : source.python
-- : invalid.illegal.operator.python, source.python
++ : invalid.illegal.operator.python, source.python
a : source.python
-- : invalid.illegal.operator.python, source.python
b : source.python
a : source.python
++ : invalid.illegal.operator.python, source.python
c : source.python
c : source.python
-- : invalid.illegal.operator.python, source.python
b : source.python
a : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
-- : invalid.illegal.operator.python, meta.function-call.arguments.python, meta.function-call.python, source.python
a : meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python

View File

@@ -0,0 +1,11 @@
a.Exception
Exception.a
a : source.python
. : punctuation.separator.period.python, source.python
Exception : source.python
Exception : source.python, support.type.exception.python
. : punctuation.separator.period.python, source.python
a : source.python

View File

@@ -0,0 +1,50 @@
a. #foo
a.
#foo
a. \
#foo
a. 'bar'
a.
'bar'
a. \
'bar'
a : source.python
. : punctuation.separator.period.python, source.python
: source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
foo : comment.line.number-sign.python, source.python
a : source.python
. : punctuation.separator.period.python, source.python
: source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
foo : comment.line.number-sign.python, source.python
a : source.python
. : punctuation.separator.period.python, source.python
: source.python
\ : punctuation.separator.continuation.line.python, source.python
: source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
foo : comment.line.number-sign.python, source.python
a : source.python
. : punctuation.separator.period.python, source.python
: source.python
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
bar : source.python, string.quoted.single.python
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python
a : source.python
. : punctuation.separator.period.python, source.python
: source.python
' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.single.python
bar : source.python, string.quoted.docstring.single.python
' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.single.python
a : source.python
. : punctuation.separator.period.python, source.python
: source.python
\ : punctuation.separator.continuation.line.python, source.python
: source.python
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
bar : source.python, string.quoted.single.python
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python

View File

@@ -0,0 +1,21 @@
a @= b
a -= c
a ^= d
a : source.python
: source.python
@= : keyword.operator.assignment.python, source.python
: source.python
b : source.python
a : source.python
: source.python
-= : keyword.operator.assignment.python, source.python
: source.python
c : source.python
a : source.python
: source.python
^= : keyword.operator.assignment.python, source.python
: source.python
d : source.python

View File

@@ -0,0 +1,39 @@
a == b
a != b
a < b
a <= b
a > b
a >= b
a : source.python
: source.python
== : keyword.operator.comparison.python, source.python
: source.python
b : source.python
a : source.python
: source.python
!= : keyword.operator.comparison.python, source.python
: source.python
b : source.python
a : source.python
: source.python
< : keyword.operator.comparison.python, source.python
: source.python
b : source.python
a : source.python
: source.python
<= : keyword.operator.comparison.python, source.python
: source.python
b : source.python
a : source.python
: source.python
> : keyword.operator.comparison.python, source.python
: source.python
b : source.python
a : source.python
: source.python
>= : keyword.operator.comparison.python, source.python
: source.python
b : source.python

View File

@@ -0,0 +1,21 @@
(a, *rest, b) = range(5)
( : punctuation.parenthesis.begin.python, source.python
a : source.python
, : punctuation.separator.element.python, source.python
: source.python
* : keyword.operator.arithmetic.python, source.python
rest : source.python
, : punctuation.separator.element.python, source.python
: source.python
b : source.python
) : punctuation.parenthesis.end.python, source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
range : meta.function-call.python, source.python, support.function.builtin.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
5 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python

View File

@@ -0,0 +1,30 @@
arr2 = [i for i in range(7) if i != 3]
arr2 : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
[ : punctuation.definition.list.begin.python, source.python
i : source.python
: source.python
for : keyword.control.flow.python, source.python
: source.python
i : source.python
: source.python
in : keyword.operator.logical.python, source.python
: source.python
range : meta.function-call.python, source.python, support.function.builtin.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
7 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
: source.python
if : keyword.control.flow.python, source.python
: source.python
i : source.python
: source.python
!= : keyword.operator.comparison.python, source.python
: source.python
3 : constant.numeric.dec.python, source.python
] : punctuation.definition.list.end.python, source.python

View File

@@ -0,0 +1,41 @@
a = (from, a)
b = [from, b]
c = {from: {import: a}}
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
( : punctuation.parenthesis.begin.python, source.python
from : keyword.control.flow.python, source.python
, : punctuation.separator.element.python, source.python
: source.python
a : source.python
) : punctuation.parenthesis.end.python, source.python
b : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
[ : punctuation.definition.list.begin.python, source.python
from : keyword.control.flow.python, source.python
, : punctuation.separator.element.python, source.python
: source.python
b : source.python
] : punctuation.definition.list.end.python, source.python
c : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
{ : punctuation.definition.dict.begin.python, source.python
from : keyword.control.flow.python, source.python
: : punctuation.separator.dict.python, source.python
: source.python
{ : punctuation.definition.dict.begin.python, source.python
import : keyword.control.import.python, source.python
: : punctuation.separator.dict.python, source.python
: source.python
a : source.python
} : punctuation.definition.dict.end.python, source.python
} : punctuation.definition.dict.end.python, source.python

View File

@@ -0,0 +1,48 @@
a = (a, b(a=1), {c: d(b=1), e: [a, b(z=1)]})
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
( : punctuation.parenthesis.begin.python, source.python
a : source.python
, : punctuation.separator.element.python, source.python
: source.python
b : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
a : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python
= : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
1 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
, : punctuation.separator.element.python, source.python
: source.python
{ : punctuation.definition.dict.begin.python, source.python
c : source.python
: : punctuation.separator.dict.python, source.python
: source.python
d : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
b : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python
= : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
1 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
, : punctuation.separator.element.python, source.python
: source.python
e : source.python
: : punctuation.separator.dict.python, source.python
: source.python
[ : punctuation.definition.list.begin.python, source.python
a : source.python
, : punctuation.separator.element.python, source.python
: source.python
b : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
z : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.python
= : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
1 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
] : punctuation.definition.list.end.python, source.python
} : punctuation.definition.dict.end.python, source.python
) : punctuation.parenthesis.end.python, source.python

View File

@@ -0,0 +1,19 @@
a.True = b.False = d.None
a : source.python
. : punctuation.separator.period.python, source.python
True : keyword.illegal.name.python, source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
b : source.python
. : punctuation.separator.period.python, source.python
False : keyword.illegal.name.python, source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
d : source.python
. : punctuation.separator.period.python, source.python
None : keyword.illegal.name.python, source.python

View File

@@ -0,0 +1,16 @@
assert a or b, 'aaa'
assert : keyword.control.flow.python, source.python
: source.python
a : source.python
: source.python
or : keyword.operator.logical.python, source.python
: source.python
b : source.python
, : punctuation.separator.element.python, source.python
: source.python
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
aaa : source.python, string.quoted.single.python
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python

View File

@@ -0,0 +1,11 @@
yield from a
yield a
yield from : keyword.control.flow.python, source.python
: source.python
a : source.python
yield : keyword.control.flow.python, source.python
: source.python
a : source.python

View File

@@ -0,0 +1,54 @@
as async await continue del assert break finally for
from elif else if import except pass raise
return try while with
nonlocal global class def
as : keyword.control.flow.python, source.python
: source.python
async : keyword.control.flow.python, source.python
: source.python
await : keyword.control.flow.python, source.python
: source.python
continue : keyword.control.flow.python, source.python
: source.python
del : keyword.control.flow.python, source.python
: source.python
assert : keyword.control.flow.python, source.python
: source.python
break : keyword.control.flow.python, source.python
: source.python
finally : keyword.control.flow.python, source.python
: source.python
for : keyword.control.flow.python, source.python
from : keyword.control.flow.python, source.python
: source.python
elif : keyword.control.flow.python, source.python
: source.python
else : keyword.control.flow.python, source.python
: source.python
if : keyword.control.flow.python, source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
except : keyword.control.flow.python, source.python
: source.python
pass : keyword.control.flow.python, source.python
: source.python
raise : keyword.control.flow.python, source.python
return : keyword.control.flow.python, source.python
: source.python
try : keyword.control.flow.python, source.python
: source.python
while : keyword.control.flow.python, source.python
: source.python
with : keyword.control.flow.python, source.python
: source.python
nonlocal : source.python, storage.modifier.declaration.python
: source.python
global : source.python, storage.modifier.declaration.python
: source.python
class : source.python, storage.type.class.python
def : source.python, storage.type.function.python

View File

@@ -0,0 +1,11 @@
__version__ __doc__ __file__
__author__
__version__ : source.python, support.variable.magic.python
: source.python
__doc__ : source.python, support.variable.magic.python
: source.python
__file__ : source.python, support.variable.magic.python
__author__ : source.python

View File

@@ -0,0 +1,16 @@
__post_init__
def __class_getitem__(): pass
__mro_entries__
__post_init__ : source.python, support.variable.magic.python
def : meta.function.python, source.python, storage.type.function.python
: meta.function.python, source.python
__class_getitem__ : meta.function.python, source.python, support.variable.magic.python
( : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.begin.python, source.python
) : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.end.python, source.python
: : meta.function.python, punctuation.section.function.begin.python, source.python
: source.python
pass : keyword.control.flow.python, source.python
__mro_entries__ : source.python, support.variable.magic.python