Skip to content

Commit 9706e32

Browse files
committed
correct highlightning of variables
1 parent a32cb9b commit 9706e32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

syntaxes/robotframework.tmLanguage.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
}
8888
],
8989
"name": "meta.setting.tags.robotframework"
90-
},
90+
},
9191
"settings_table_setting_imports": {
9292
"begin": "(?i)^(Library|Resource|Variables)((?: {2,}| ?\\t)+(.*?)(?= {2}| ?\\t| ?$))?",
9393
"beginCaptures": {
@@ -231,7 +231,7 @@
231231
"name": "keyword.operator.robotframework"
232232
},
233233
"2": {
234-
"name": "variable.parameter.robotframework"
234+
"name": "variable.other.readwrite.robotframework"
235235
},
236236
"3": {
237237
"name": "keyword.operator.robotframework"
@@ -734,7 +734,7 @@
734734
},
735735
{
736736
"include": "#BREAK_CONTINUE"
737-
},
737+
},
738738
{
739739
"include": "#END"
740740
}
@@ -1023,7 +1023,7 @@
10231023
"name": "keyword.operator.robotframework"
10241024
},
10251025
"2": {
1026-
"name": "variable.parameter.robotframework"
1026+
"name": "variable.other.readwrite.robotframework"
10271027
},
10281028
"3": {
10291029
"name": "keyword.operator.robotframework"
@@ -1039,13 +1039,13 @@
10391039
"name": "keyword.operator.robotframework"
10401040
},
10411041
"2": {
1042-
"name": "variable.parameter.robotframework"
1042+
"name": "variable.other.readwrite.robotframework"
10431043
},
10441044
"3": {
10451045
"name": "keyword.operator.robotframework"
10461046
},
10471047
"4": {
1048-
"name": "variable.parameter.robotframework"
1048+
"name": "variable.other.readwrite.robotframework"
10491049
},
10501050
"5": {
10511051
"name": "keyword.operator.robotframework"
@@ -1078,7 +1078,7 @@
10781078
"begin": "(?<=\\s)(?=\\s*(?:(?=[$@&])))((?:\\s)*(?:[$&@]{(?:.*?)}(?:\\[.*?\\])?(?: ?=?\\s*))*)(.*?)(?: {2,}| ?\\t ?|$)",
10791079
"beginCaptures": {
10801080
"1": {
1081-
"name": "variable.parameter.robotframework",
1081+
"name": "variable.other.readwrite.robotframework",
10821082
"patterns": [
10831083
{
10841084
"include": "#variable_assignment_from_kw"

0 commit comments

Comments
 (0)