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,21 @@
3.14j
10.j
10j
.001j
1e100j
3.14e-10j
3.14 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
10. : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
10 : constant.numeric.dec.python, source.python
j : constant.numeric.dec.python, source.python, storage.type.imaginary.number.python
.001 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
1e100 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
3.14e-10 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python

View File

@@ -0,0 +1,21 @@
3.141_592j
10_000.j
10_000j
.001_123j
1e10_000j
3.141_592e-10_000j
3.141_592 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
10_000. : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
10_000 : constant.numeric.dec.python, source.python
j : constant.numeric.dec.python, source.python, storage.type.imaginary.number.python
.001_123 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
1e10_000 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python
3.141_592e-10_000 : constant.numeric.float.python, source.python
j : constant.numeric.float.python, source.python, storage.type.imaginary.number.python

View File

@@ -0,0 +1,11 @@
123
000
123_456
1_2_3_4_5_6
123 : constant.numeric.dec.python, source.python
000 : constant.numeric.dec.python, source.python
123_456 : constant.numeric.dec.python, source.python
1_2_3_4_5_6 : constant.numeric.dec.python, source.python

View File

@@ -0,0 +1,21 @@
123.456
0.456
000.0001
.01234
123e5
123e-5
000123e-005
123.456e+5
0.456e-5
123.456 : constant.numeric.float.python, source.python
0.456 : constant.numeric.float.python, source.python
000.0001 : constant.numeric.float.python, source.python
.01234 : constant.numeric.float.python, source.python
123e5 : constant.numeric.float.python, source.python
123e-5 : constant.numeric.float.python, source.python
000123e-005 : constant.numeric.float.python, source.python
123.456e+5 : constant.numeric.float.python, source.python
0.456e-5 : constant.numeric.float.python, source.python

View File

@@ -0,0 +1,21 @@
1_234.567_890
0.456_789
000.000_1
.012_34
1_234e5_000
1_234e-5_000
000_123e-000_5
1_234.567_8e+5_000
0.456_78e-5_000
1_234.567_890 : constant.numeric.float.python, source.python
0.456_789 : constant.numeric.float.python, source.python
000.000_1 : constant.numeric.float.python, source.python
.012_34 : constant.numeric.float.python, source.python
1_234e5_000 : constant.numeric.float.python, source.python
1_234e-5_000 : constant.numeric.float.python, source.python
000_123e-000_5 : constant.numeric.float.python, source.python
1_234.567_8e+5_000 : constant.numeric.float.python, source.python
0.456_78e-5_000 : constant.numeric.float.python, source.python

View File

@@ -0,0 +1,18 @@
0123
0123l
123f
123d
123A
123__456
123_
0 : constant.numeric.dec.python, source.python
123 : constant.numeric.dec.python, invalid.illegal.dec.python, source.python
0123l : invalid.illegal.name.python, source.python
123f : invalid.illegal.name.python, source.python
123d : invalid.illegal.name.python, source.python
123A : invalid.illegal.name.python, source.python
123__456 : invalid.illegal.name.python, source.python
123_ : invalid.illegal.name.python, source.python

View File

@@ -0,0 +1,48 @@
0o1234567
0O1234567
0o1_234_567
0b0000
0B0001
0b_0011_1001
0xabcdef01234567890
0XFF12
0xab_cd_ef_01_23_45_67_89_00
0o
0b
0x
0z
0b02
0x0z
0o90
0o : constant.numeric.oct.python, source.python, storage.type.number.python
1234567 : constant.numeric.oct.python, source.python
0O : constant.numeric.oct.python, source.python, storage.type.number.python
1234567 : constant.numeric.oct.python, source.python
0o : constant.numeric.oct.python, source.python, storage.type.number.python
1_234_567 : constant.numeric.oct.python, source.python
0b : constant.numeric.bin.python, source.python, storage.type.number.python
0000 : constant.numeric.bin.python, source.python
0B : constant.numeric.bin.python, source.python, storage.type.number.python
0001 : constant.numeric.bin.python, source.python
0b : constant.numeric.bin.python, source.python, storage.type.number.python
_0011_1001 : constant.numeric.bin.python, source.python
0x : constant.numeric.hex.python, source.python, storage.type.number.python
abcdef01234567890 : constant.numeric.hex.python, source.python
0X : constant.numeric.hex.python, source.python, storage.type.number.python
FF12 : constant.numeric.hex.python, source.python
0x : constant.numeric.hex.python, source.python, storage.type.number.python
ab_cd_ef_01_23_45_67_89_00 : constant.numeric.hex.python, source.python
: source.python
0o : invalid.illegal.name.python, source.python
0b : invalid.illegal.name.python, source.python
0x : invalid.illegal.name.python, source.python
0z : invalid.illegal.name.python, source.python
: source.python
0b02 : invalid.illegal.name.python, source.python
0x0z : invalid.illegal.name.python, source.python
0o90 : invalid.illegal.name.python, source.python

View File

@@ -0,0 +1,11 @@
123l
123L
1_234l
123 : constant.numeric.bin.python, source.python
l : constant.numeric.bin.python, source.python, storage.type.number.python
123 : constant.numeric.bin.python, source.python
L : constant.numeric.bin.python, source.python, storage.type.number.python
1_234l : invalid.illegal.name.python, source.python