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 55 },
66 // symbols used as brackets
77 "brackets" : [
8- [" ${{" , " }}" ],
9- [" &{{" , " }}" ],
10- [" @{{" , " }}" ],
118 [" ${" , " }" ],
129 [" @{" , " }" ],
1310 [" %{" , " }" ],
1714 [" (" , " )" ]
1815 ],
1916 "colorizedBracketPairs" : [
20- [" ${{" , " }}" ],
21- [" &{{" , " }}" ],
22- [" @{{" , " }}" ],
2317 [" ${" , " }" ],
2418 [" @{" , " }" ],
2519 [" %{" , " }" ],
3024 ],
3125 // symbols that are auto closed when typing
3226 "autoClosingPairs" : [
33- [" ${{" , " }}" ],
34- [" &{{" , " }}" ],
35- [" @{{" , " }}" ],
3627 [" ${" , " }" ],
3728 [" @{" , " }" ],
3829 [" %{" , " }" ],
4536 ],
4637 // symbols that can be used to surround a selection
4738 "surroundingPairs" : [
48- [" ${{" , " }}" ],
49- [" &{{" , " }}" ],
50- [" @{{" , " }}" ],
5139 [" ${" , " }" ],
5240 [" @{" , " }" ],
5341 [" %{" , " }" ],
Original file line number Diff line number Diff line change 284284 " keyword.modifier.bdd-prefix.robotframework"
285285 ],
286286 "continuation" : [
287- " punctuation.separator.continuation.robotframework"
287+ " keyword.operator.continuation.robotframework"
288+ ],
289+ "separator" : [
290+ " keyword.operator.terminator.robotframework"
288291 ],
289- "separator" : [],
290292 "terminator" : [
291- " punctuation .terminator.robotframework"
293+ " keyword.operator .terminator.robotframework"
292294 ],
293295 "variableBegin" : [
294296 " punctuation.definition.variable.begin.robotframework"
343345 "tokenTypes" : {
344346 "string.unquoted.argument.robotframework" : " other" ,
345347 "variable.expression.robotframework" : " other"
346- }
348+ },
349+ "unbalancedBracketScopes" : [" comment.robotframework" , " comment" ]
347350 }
348351 ],
349352 "keybindings" : [
You can’t perform that action at this time.
0 commit comments