Skip to content

Commit b366c47

Browse files
committed
Merge branch 'release/1.13.2'
2 parents 8daf3c6 + dc17156 commit b366c47

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cSpell.language": "ru,en",
3-
"workbench.colorTheme": "Default Dark+",
3+
"workbench.colorTheme": "Dark+",
44
"spellright.language": [
55
"en"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-st",
33
"displayName": "Structured Text language Support",
44
"description": "Supports for syntax highlights, snippets for IEC 61131-3 Structured Text",
5-
"version": "1.13.1",
5+
"version": "1.13.2",
66
"publisher": "Serhioromano",
77
"sponsor": {
88
"url": "https://www.paypal.com/donate/?hosted_button_id=UTU4EMPLLLX54"

syntaxes/st.tmLanguage.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@
520520
}
521521
},
522522
{
523-
"name": "comment.block.st",
524523
"begin": "(?<=:=\\s*)'",
525524
"beginCaptures": {
526525
"0": {

text/t.tcGVL

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.0">
3+
<GVL Name="GVL_Global" Id="{...some-guid-id...}">
4+
<Declaration><![CDATA[{attribute 'qualified_only'}
5+
VAR_GLOBAL
6+
bSystemReady : BOOL; // Example boolean variable
7+
nMachineState : INT := 1; // Example integer with initial value
8+
fPressureSet : REAL := 10.5; // Example real number
9+
sStatusMessage : STRING(80); // Example string
10+
END_VAR
11+
]]></Declaration>
12+
</GVL>
13+
</TcPlcObject>

0 commit comments

Comments
 (0)