|
87 | 87 | }
|
88 | 88 | ],
|
89 | 89 | "name": "meta.setting.tags.robotframework"
|
90 |
| - }, |
| 90 | + }, |
91 | 91 | "settings_table_setting_imports": {
|
92 | 92 | "begin": "(?i)^(Library|Resource|Variables)((?: {2,}| ?\\t)+(.*?)(?= {2}| ?\\t| ?$))?",
|
93 | 93 | "beginCaptures": {
|
|
231 | 231 | "name": "keyword.operator.robotframework"
|
232 | 232 | },
|
233 | 233 | "2": {
|
234 |
| - "name": "variable.parameter.robotframework" |
| 234 | + "name": "variable.other.readwrite.robotframework" |
235 | 235 | },
|
236 | 236 | "3": {
|
237 | 237 | "name": "keyword.operator.robotframework"
|
|
734 | 734 | },
|
735 | 735 | {
|
736 | 736 | "include": "#BREAK_CONTINUE"
|
737 |
| - }, |
| 737 | + }, |
738 | 738 | {
|
739 | 739 | "include": "#END"
|
740 | 740 | }
|
|
1023 | 1023 | "name": "keyword.operator.robotframework"
|
1024 | 1024 | },
|
1025 | 1025 | "2": {
|
1026 |
| - "name": "variable.parameter.robotframework" |
| 1026 | + "name": "variable.other.readwrite.robotframework" |
1027 | 1027 | },
|
1028 | 1028 | "3": {
|
1029 | 1029 | "name": "keyword.operator.robotframework"
|
|
1039 | 1039 | "name": "keyword.operator.robotframework"
|
1040 | 1040 | },
|
1041 | 1041 | "2": {
|
1042 |
| - "name": "variable.parameter.robotframework" |
| 1042 | + "name": "variable.other.readwrite.robotframework" |
1043 | 1043 | },
|
1044 | 1044 | "3": {
|
1045 | 1045 | "name": "keyword.operator.robotframework"
|
1046 | 1046 | },
|
1047 | 1047 | "4": {
|
1048 |
| - "name": "variable.parameter.robotframework" |
| 1048 | + "name": "variable.other.readwrite.robotframework" |
1049 | 1049 | },
|
1050 | 1050 | "5": {
|
1051 | 1051 | "name": "keyword.operator.robotframework"
|
|
1078 | 1078 | "begin": "(?<=\\s)(?=\\s*(?:(?=[$@&])))((?:\\s)*(?:[$&@]{(?:.*?)}(?:\\[.*?\\])?(?: ?=?\\s*))*)(.*?)(?: {2,}| ?\\t ?|$)",
|
1079 | 1079 | "beginCaptures": {
|
1080 | 1080 | "1": {
|
1081 |
| - "name": "variable.parameter.robotframework", |
| 1081 | + "name": "variable.other.readwrite.robotframework", |
1082 | 1082 | "patterns": [
|
1083 | 1083 | {
|
1084 | 1084 | "include": "#variable_assignment_from_kw"
|
|
0 commit comments