IncludeCPP 3.7.11__tar.gz → 3.7.13__tar.gz
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-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/PKG-INFO +1 -1
- {includecpp-3.7.11 → includecpp-3.7.13}/PKG-INFO +1 -1
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/__init__.py +1 -1
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/package.json +21 -2
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json +26 -28
- {includecpp-3.7.11 → includecpp-3.7.13}/pyproject.toml +1 -1
- {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/SOURCES.txt +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/dependency_links.txt +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/entry_points.txt +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/requires.txt +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/top_level.txt +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/LICENSE +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/MANIFEST.in +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/README.md +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/__init__.pyi +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/__main__.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/cli/__init__.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/cli/commands.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/cli/config_parser.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/__init__.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/ai_integration.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/build_manager.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cpp_api.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cpp_api.pyi +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cppy_converter.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/CSSL_DOCUMENTATION.md +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/__init__.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_builtins.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_builtins.pyi +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_events.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_modules.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_parser.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_runtime.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_syntax.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_types.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl_bridge.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl_bridge.pyi +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/error_catalog.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/error_formatter.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/exceptions.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/path_discovery.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/project_ui.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/settings_ui.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/__init__.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/parser.cpp +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/parser.h +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/type_resolver.cpp +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/type_resolver.h +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/py.typed +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/templates/cpp.proj.template +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/__init__.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/__init__.py +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/images/cssl.png +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/images/cssl_pl.png +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/language-configuration.json +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/snippets/cssl.snippets.json +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/requirements.txt +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/setup.cfg +0 -0
- {includecpp-3.7.11 → includecpp-3.7.13}/setup.py +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": {
|
|
@@ -25,13 +25,23 @@
|
|
|
25
25
|
{
|
|
26
26
|
"id": "cssl",
|
|
27
27
|
"aliases": ["CSSL", "cssl", "CSO Service Script"],
|
|
28
|
-
"extensions": [".cssl"
|
|
28
|
+
"extensions": [".cssl"],
|
|
29
29
|
"configuration": "./language-configuration.json",
|
|
30
30
|
"icon": {
|
|
31
31
|
"light": "./images/cssl.png",
|
|
32
32
|
"dark": "./images/cssl.png"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
{
|
|
36
|
+
"id": "cssl-mod",
|
|
37
|
+
"aliases": ["CSSL Module", "cssl-mod"],
|
|
38
|
+
"extensions": [".cssl-mod"],
|
|
39
|
+
"configuration": "./language-configuration.json",
|
|
40
|
+
"icon": {
|
|
41
|
+
"light": "./images/cssl_pl.png",
|
|
42
|
+
"dark": "./images/cssl_pl.png"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
35
45
|
{
|
|
36
46
|
"id": "cssl-pl",
|
|
37
47
|
"aliases": ["CSSL Payload", "cssl-pl"],
|
|
@@ -49,6 +59,11 @@
|
|
|
49
59
|
"scopeName": "source.cssl",
|
|
50
60
|
"path": "./syntaxes/cssl.tmLanguage.json"
|
|
51
61
|
},
|
|
62
|
+
{
|
|
63
|
+
"language": "cssl-mod",
|
|
64
|
+
"scopeName": "source.cssl",
|
|
65
|
+
"path": "./syntaxes/cssl.tmLanguage.json"
|
|
66
|
+
},
|
|
52
67
|
{
|
|
53
68
|
"language": "cssl-pl",
|
|
54
69
|
"scopeName": "source.cssl",
|
|
@@ -60,6 +75,10 @@
|
|
|
60
75
|
"language": "cssl",
|
|
61
76
|
"path": "./snippets/cssl.snippets.json"
|
|
62
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"language": "cssl-mod",
|
|
80
|
+
"path": "./snippets/cssl.snippets.json"
|
|
81
|
+
},
|
|
63
82
|
{
|
|
64
83
|
"language": "cssl-pl",
|
|
65
84
|
"path": "./snippets/cssl.snippets.json"
|
{includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json
RENAMED
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
{ "include": "#function-calls" },
|
|
28
28
|
{ "include": "#builtins" },
|
|
29
29
|
{ "include": "#operators" },
|
|
30
|
-
{ "include": "#constants" }
|
|
30
|
+
{ "include": "#constants" },
|
|
31
|
+
{ "include": "#variables" }
|
|
31
32
|
],
|
|
32
33
|
"repository": {
|
|
33
34
|
"super-functions": {
|
|
@@ -356,11 +357,11 @@
|
|
|
356
357
|
"captured-references": {
|
|
357
358
|
"patterns": [
|
|
358
359
|
{
|
|
359
|
-
"comment": "%identifier - % is light blue, identifier is
|
|
360
|
+
"comment": "%identifier - % is light blue/cyan, identifier is pink",
|
|
360
361
|
"match": "(%)([a-zA-Z_][a-zA-Z0-9_]*)",
|
|
361
362
|
"captures": {
|
|
362
|
-
"1": { "name": "support.
|
|
363
|
-
"2": { "name": "
|
|
363
|
+
"1": { "name": "support.type.cssl" },
|
|
364
|
+
"2": { "name": "entity.other.inherited-class.cssl" }
|
|
364
365
|
}
|
|
365
366
|
}
|
|
366
367
|
]
|
|
@@ -368,40 +369,37 @@
|
|
|
368
369
|
"global-references": {
|
|
369
370
|
"patterns": [
|
|
370
371
|
{
|
|
371
|
-
"comment": "@identifier - magenta color
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"1": { "name": "constant.other.symbol.global-prefix.cssl" },
|
|
375
|
-
"2": { "name": "constant.other.symbol.global.cssl" }
|
|
376
|
-
}
|
|
372
|
+
"comment": "@identifier - magenta color (full)",
|
|
373
|
+
"name": "constant.other.symbol.cssl",
|
|
374
|
+
"match": "@[a-zA-Z_][a-zA-Z0-9_]*"
|
|
377
375
|
},
|
|
378
376
|
{
|
|
379
|
-
"comment": "r@identifier -
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"1": { "name": "constant.other.symbol.global-prefix.cssl" },
|
|
383
|
-
"2": { "name": "constant.other.symbol.global.cssl" }
|
|
384
|
-
}
|
|
377
|
+
"comment": "r@identifier - magenta color",
|
|
378
|
+
"name": "constant.other.symbol.cssl",
|
|
379
|
+
"match": "r@[a-zA-Z_][a-zA-Z0-9_]*"
|
|
385
380
|
},
|
|
386
381
|
{
|
|
387
|
-
"comment": "s@identifier -
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"1": { "name": "constant.other.symbol.global-prefix.cssl" },
|
|
391
|
-
"2": { "name": "constant.other.symbol.global.cssl" }
|
|
392
|
-
}
|
|
382
|
+
"comment": "s@identifier - magenta color",
|
|
383
|
+
"name": "constant.other.symbol.cssl",
|
|
384
|
+
"match": "s@[a-zA-Z_][a-zA-Z0-9_]*"
|
|
393
385
|
}
|
|
394
386
|
]
|
|
395
387
|
},
|
|
396
388
|
"shared-references": {
|
|
397
389
|
"patterns": [
|
|
398
390
|
{
|
|
399
|
-
"comment": "$identifier - same color as 'new' keyword",
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
391
|
+
"comment": "$identifier - same color as 'new' keyword (full)",
|
|
392
|
+
"name": "keyword.operator.new.cssl",
|
|
393
|
+
"match": "\\$[a-zA-Z_][a-zA-Z0-9_]*"
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
"variables": {
|
|
398
|
+
"patterns": [
|
|
399
|
+
{
|
|
400
|
+
"comment": "Regular variables - pink/salmon color",
|
|
401
|
+
"name": "entity.other.inherited-class.cssl",
|
|
402
|
+
"match": "\\b[a-z_][a-zA-Z0-9_]*\\b"
|
|
405
403
|
}
|
|
406
404
|
]
|
|
407
405
|
},
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "IncludeCPP"
|
|
7
|
-
version = "3.7.
|
|
7
|
+
version = "3.7.13"
|
|
8
8
|
description = "Professional C++ Python bindings with type-generic templates, pystubs and native threading"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|