IncludeCPP 3.7.12__py3-none-any.whl → 3.7.14__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- includecpp/__init__.py +1 -1
- includecpp/core/cssl/cssl_builtins.pyi +3218 -393
- includecpp/vscode/cssl/package.json +1 -1
- includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json +5 -5
- {includecpp-3.7.12.dist-info → includecpp-3.7.14.dist-info}/METADATA +1 -1
- {includecpp-3.7.12.dist-info → includecpp-3.7.14.dist-info}/RECORD +10 -10
- {includecpp-3.7.12.dist-info → includecpp-3.7.14.dist-info}/WHEEL +0 -0
- {includecpp-3.7.12.dist-info → includecpp-3.7.14.dist-info}/entry_points.txt +0 -0
- {includecpp-3.7.12.dist-info → includecpp-3.7.14.dist-info}/licenses/LICENSE +0 -0
- {includecpp-3.7.12.dist-info → includecpp-3.7.14.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "cssl",
|
|
3
3
|
"displayName": "CSSL - CSO Service Script Language",
|
|
4
4
|
"description": "Professional syntax highlighting, snippets, and language support for CSSL scripts (.cssl, .cssl-pl, .cssl-mod)",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.2",
|
|
6
6
|
"publisher": "IncludeCPP",
|
|
7
7
|
"icon": "images/cssl.png",
|
|
8
8
|
"engines": {
|
|
@@ -357,11 +357,11 @@
|
|
|
357
357
|
"captured-references": {
|
|
358
358
|
"patterns": [
|
|
359
359
|
{
|
|
360
|
-
"comment": "%identifier - % is light blue, identifier is
|
|
360
|
+
"comment": "%identifier - % is light blue/cyan, identifier is pink",
|
|
361
361
|
"match": "(%)([a-zA-Z_][a-zA-Z0-9_]*)",
|
|
362
362
|
"captures": {
|
|
363
|
-
"1": { "name": "support.
|
|
364
|
-
"2": { "name": "
|
|
363
|
+
"1": { "name": "support.type.cssl" },
|
|
364
|
+
"2": { "name": "entity.other.inherited-class.cssl" }
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
]
|
|
@@ -397,8 +397,8 @@
|
|
|
397
397
|
"variables": {
|
|
398
398
|
"patterns": [
|
|
399
399
|
{
|
|
400
|
-
"comment": "Regular variables -
|
|
401
|
-
"name": "
|
|
400
|
+
"comment": "Regular variables - pink/salmon color",
|
|
401
|
+
"name": "entity.other.inherited-class.cssl",
|
|
402
402
|
"match": "\\b[a-z_][a-zA-Z0-9_]*\\b"
|
|
403
403
|
}
|
|
404
404
|
]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
includecpp/__init__.py,sha256=
|
|
1
|
+
includecpp/__init__.py,sha256=GZEcVOgteuiPiTFFbjJTps5beAA6TjqSfnP2Ir8wJLU,1673
|
|
2
2
|
includecpp/__init__.pyi,sha256=c4gZW7_XQXcp6FBcTi5W7zXTmCtbgQhlC4cyeVqtRRM,7253
|
|
3
3
|
includecpp/__main__.py,sha256=d6QK0PkvUe1ENofpmHRAg3bwNbZr8PiRscfI3-WRfVg,72
|
|
4
4
|
includecpp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -22,7 +22,7 @@ includecpp/core/settings_ui.py,sha256=B2SlwgdplF2KiBk5UYf2l8Jjifjd0F-FmBP0DPsVCE
|
|
|
22
22
|
includecpp/core/cssl/CSSL_DOCUMENTATION.md,sha256=47sUPO-FMq_8_CrJBZFoFBgSO3gSi5zoB1Xp7oeifho,40773
|
|
23
23
|
includecpp/core/cssl/__init__.py,sha256=TYRlyheTw5OYkkmUxJYpAjyyQShu6NF4igYZYE76eR0,1811
|
|
24
24
|
includecpp/core/cssl/cssl_builtins.py,sha256=MJtWF7PeWkasxxkpN2zaCjeIJoQw5BPy-jQNYberMQo,85010
|
|
25
|
-
includecpp/core/cssl/cssl_builtins.pyi,sha256=
|
|
25
|
+
includecpp/core/cssl/cssl_builtins.pyi,sha256=AJpJKNsRYUCciQ__bCtp5i4NyKDDifiGiCRMAlHp1tk,114254
|
|
26
26
|
includecpp/core/cssl/cssl_events.py,sha256=nupIcXW_Vjdud7zCU6hdwkQRQ0MujlPM7Tk2u7eDAiY,21013
|
|
27
27
|
includecpp/core/cssl/cssl_modules.py,sha256=cUg0-zdymMnWWTsA_BUrW5dx4R04dHpKcUhm-Wfiwwo,103006
|
|
28
28
|
includecpp/core/cssl/cssl_parser.py,sha256=pOWe6kle4EvXLai3DNHfLcYGeb568EQ8upxscVVR5m0,113161
|
|
@@ -38,14 +38,14 @@ includecpp/templates/cpp.proj.template,sha256=Iy-L8I4Cl3tIgBMx1Qp5h6gURvkqOAqyod
|
|
|
38
38
|
includecpp/vscode/__init__.py,sha256=yLKw-_7MTX1Rx3jLk5JjharJQfFXbwtZVE7YqHpM7yg,39
|
|
39
39
|
includecpp/vscode/cssl/__init__.py,sha256=rQJAx5X05v-mAwqX1Qb-rbZO219iR73MziFNRUCNUIo,31
|
|
40
40
|
includecpp/vscode/cssl/language-configuration.json,sha256=61Q00cKI9may5L8YpxMmvfo6PAc-abdJqApfR85DWuw,904
|
|
41
|
-
includecpp/vscode/cssl/package.json,sha256=
|
|
41
|
+
includecpp/vscode/cssl/package.json,sha256=ar-4DuLGjMFwGcCIzRMwyiRTl2_m2HMT66r9xSzQjYg,2777
|
|
42
42
|
includecpp/vscode/cssl/images/cssl.png,sha256=BxAGsnfS0ZzzCvqV6Zb1OAJAZpDUoXlR86MsvUGlSZw,510
|
|
43
43
|
includecpp/vscode/cssl/images/cssl_pl.png,sha256=z4WMk7g6YCTbUUbSFk343BO6yi_OmNEVYkRenWGydwM,799
|
|
44
44
|
includecpp/vscode/cssl/snippets/cssl.snippets.json,sha256=l4SCEPR3CsPxA8HIVLKYY__I979TfKzYWtH1KYIsboo,33062
|
|
45
|
-
includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json,sha256=
|
|
46
|
-
includecpp-3.7.
|
|
47
|
-
includecpp-3.7.
|
|
48
|
-
includecpp-3.7.
|
|
49
|
-
includecpp-3.7.
|
|
50
|
-
includecpp-3.7.
|
|
51
|
-
includecpp-3.7.
|
|
45
|
+
includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json,sha256=XKRLBOHlCqDDnGPvmNHDQPsIMR1UD9PBaJIlgZOiPqM,21173
|
|
46
|
+
includecpp-3.7.14.dist-info/licenses/LICENSE,sha256=fWCsGGsiWZir0UzDd20Hh-3wtRyk1zqUntvtVuAWhvc,1093
|
|
47
|
+
includecpp-3.7.14.dist-info/METADATA,sha256=d238gLQKqzwyajYg4FBPol9EcLgefWm-7sKpptq6jSc,32123
|
|
48
|
+
includecpp-3.7.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
49
|
+
includecpp-3.7.14.dist-info/entry_points.txt,sha256=6A5Mif9gi0139Bf03W5plAb3wnAgbNaEVe1HJoGE-2o,59
|
|
50
|
+
includecpp-3.7.14.dist-info/top_level.txt,sha256=RFUaR1KG-M6mCYwP6w4ydP5Cgc8yNbP78jxGAvyjMa8,11
|
|
51
|
+
includecpp-3.7.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|