File tree Expand file tree Collapse file tree 3 files changed +864
-2562
lines changed Expand file tree Collapse file tree 3 files changed +864
-2562
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
// symbols used as brackets
7
7
"brackets" : [
8
- [" ${{" , " }}" ],
9
- [" &{{" , " }}" ],
10
- [" @{{" , " }}" ],
11
8
[" ${" , " }" ],
12
9
[" @{" , " }" ],
13
10
[" %{" , " }" ],
17
14
[" (" , " )" ]
18
15
],
19
16
"colorizedBracketPairs" : [
20
- [" ${{" , " }}" ],
21
- [" &{{" , " }}" ],
22
- [" @{{" , " }}" ],
23
17
[" ${" , " }" ],
24
18
[" @{" , " }" ],
25
19
[" %{" , " }" ],
30
24
],
31
25
// symbols that are auto closed when typing
32
26
"autoClosingPairs" : [
33
- [" ${{" , " }}" ],
34
- [" &{{" , " }}" ],
35
- [" @{{" , " }}" ],
36
27
[" ${" , " }" ],
37
28
[" @{" , " }" ],
38
29
[" %{" , " }" ],
45
36
],
46
37
// symbols that can be used to surround a selection
47
38
"surroundingPairs" : [
48
- [" ${{" , " }}" ],
49
- [" &{{" , " }}" ],
50
- [" @{{" , " }}" ],
51
39
[" ${" , " }" ],
52
40
[" @{" , " }" ],
53
41
[" %{" , " }" ],
Original file line number Diff line number Diff line change 284
284
" keyword.modifier.bdd-prefix.robotframework"
285
285
],
286
286
"continuation" : [
287
- " punctuation.separator.continuation.robotframework"
287
+ " keyword.operator.continuation.robotframework"
288
+ ],
289
+ "separator" : [
290
+ " keyword.operator.terminator.robotframework"
288
291
],
289
- "separator" : [],
290
292
"terminator" : [
291
- " punctuation .terminator.robotframework"
293
+ " keyword.operator .terminator.robotframework"
292
294
],
293
295
"variableBegin" : [
294
296
" punctuation.definition.variable.begin.robotframework"
343
345
"tokenTypes" : {
344
346
"string.unquoted.argument.robotframework" : " other" ,
345
347
"variable.expression.robotframework" : " other"
346
- }
348
+ },
349
+ "unbalancedBracketScopes" : [" comment.robotframework" , " comment" ]
347
350
}
348
351
],
349
352
"keybindings" : [
You can’t perform that action at this time.
0 commit comments