Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed May 10, 2024
1 parent f6bf8d2 commit b499341
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 28 deletions.
7 changes: 6 additions & 1 deletion spin2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/Propeller.ico",
"author": "IronSheep",
"license": "MIT",
"version": "2.2.16",
"version": "2.2.17",
"repository": {
"type": "git",
"url": "https://github.com/ironsheep/P2-vscode-langserv-extension"
Expand Down Expand Up @@ -654,6 +654,11 @@
"superType": "label",
"description": "user name for debug display"
},
{
"id": "filename",
"superType": "string",
"description": "A #included file"
},
{
"id": "setupParameter",
"superType": "parameter",
Expand Down
257 changes: 230 additions & 27 deletions spin2/scripts/LIVE-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/Propeller.ico",
"author": "IronSheep",
"license": "MIT",
"version": "2.2.16",
"version": "2.2.17",
"repository": {
"type": "git",
"url": "https://github.com/ironsheep/P2-vscode-langserv-extension"
Expand Down Expand Up @@ -113,7 +113,11 @@
"spinExtension.trace.server": {
"scope": "window",
"type": "string",
"enum": ["off", "messages", "verbose"],
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Traces the communication between VSCode client and the spin2 language server."
},
Expand Down Expand Up @@ -147,7 +151,11 @@
"spinExtension.elasticTabstops.choice": {
"type": "string",
"default": "PropellerTool",
"enum": ["PropellerTool", "IronSheep", "User1"],
"enum": [
"PropellerTool",
"IronSheep",
"User1"
],
"description": "Select the set of Tabstops you wish to use."
},
"spinExtension.elasticTabstops.blocks.PropellerTool": {
Expand All @@ -161,22 +169,78 @@
},
"default": {
"con": {
"tabStops": [2, 8, 16, 18, 32, 56, 78, 80]
"tabStops": [
2,
8,
16,
18,
32,
56,
78,
80
]
},
"var": {
"tabStops": [2, 8, 22, 32, 56, 80]
"tabStops": [
2,
8,
22,
32,
56,
80
]
},
"obj": {
"tabStops": [2, 8, 16, 18, 32, 56, 80]
"tabStops": [
2,
8,
16,
18,
32,
56,
80
]
},
"pub": {
"tabStops": [2, 4, 6, 8, 10, 12, 14, 16, 32, 56, 80]
"tabStops": [
2,
4,
6,
8,
10,
12,
14,
16,
32,
56,
80
]
},
"pri": {
"tabStops": [2, 4, 6, 8, 10, 12, 14, 16, 32, 56, 80]
"tabStops": [
2,
4,
6,
8,
10,
12,
14,
16,
32,
56,
80
]
},
"dat": {
"tabStops": [8, 14, 24, 32, 48, 56, 80]
"tabStops": [
8,
14,
24,
32,
48,
56,
80
]
}
}
},
Expand All @@ -191,22 +255,87 @@
},
"default": {
"con": {
"tabStops": [4, 8, 16, 20, 32, 44, 56, 68, 80]
"tabStops": [
4,
8,
16,
20,
32,
44,
56,
68,
80
]
},
"var": {
"tabStops": [4, 12, 24, 28, 32, 44, 56, 68, 80]
"tabStops": [
4,
12,
24,
28,
32,
44,
56,
68,
80
]
},
"obj": {
"tabStops": [4, 8, 16, 20, 32, 44, 56, 68, 80]
"tabStops": [
4,
8,
16,
20,
32,
44,
56,
68,
80
]
},
"pub": {
"tabStops": [4, 8, 12, 16, 20, 24, 28, 32, 56, 80]
"tabStops": [
4,
8,
12,
16,
20,
24,
28,
32,
56,
80
]
},
"pri": {
"tabStops": [4, 8, 12, 16, 20, 24, 28, 32, 56, 80]
"tabStops": [
4,
8,
12,
16,
20,
24,
28,
32,
56,
80
]
},
"dat": {
"tabStops": [4, 16, 20, 24, 28, 48, 52, 56, 60, 64, 68, 80]
"tabStops": [
4,
16,
20,
24,
28,
48,
52,
56,
60,
64,
68,
80
]
}
}
},
Expand All @@ -221,22 +350,80 @@
},
"default": {
"con": {
"tabStops": [2, 8, 16, 18, 32, 56, 76, 77, 78, 80]
"tabStops": [
2,
8,
16,
18,
32,
56,
76,
77,
78,
80
]
},
"var": {
"tabStops": [2, 8, 22, 32, 56, 80]
"tabStops": [
2,
8,
22,
32,
56,
80
]
},
"obj": {
"tabStops": [2, 8, 16, 18, 32, 56, 80]
"tabStops": [
2,
8,
16,
18,
32,
56,
80
]
},
"pub": {
"tabStops": [2, 4, 6, 8, 10, 12, 14, 16, 32, 56, 80]
"tabStops": [
2,
4,
6,
8,
10,
12,
14,
16,
32,
56,
80
]
},
"pri": {
"tabStops": [2, 4, 6, 8, 10, 12, 14, 16, 32, 56, 80]
"tabStops": [
2,
4,
6,
8,
10,
12,
14,
16,
32,
56,
80
]
},
"dat": {
"tabStops": [8, 14, 24, 32, 48, 56, 80]
"tabStops": [
8,
14,
24,
32,
48,
56,
80
]
}
}
}
Expand Down Expand Up @@ -423,14 +610,26 @@
"languages": [
{
"id": "spin2",
"aliases": ["spin2", "Spin2", "SPIN2"],
"extensions": [".spin2"],
"aliases": [
"spin2",
"Spin2",
"SPIN2"
],
"extensions": [
".spin2"
],
"configuration": "./spin2.language-configuration.json"
},
{
"id": "spin",
"aliases": ["spin", "Spin", "SPIN"],
"extensions": [".spin"],
"aliases": [
"spin",
"Spin",
"SPIN"
],
"extensions": [
".spin"
],
"configuration": "./spin1.language-configuration.json"
}
],
Expand Down Expand Up @@ -505,8 +704,12 @@
"semanticTokenScopes": [
{
"scopes": {
"returnValue": ["meta.returntype.spin"],
"storageType": ["storage.type.pasm.spin2"]
"returnValue": [
"meta.returntype.spin"
],
"storageType": [
"storage.type.pasm.spin2"
]
}
}
],
Expand Down

0 comments on commit b499341

Please sign in to comment.