File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
// symbols used as brackets
7
7
"brackets" : [
8
+ [" ${{" , " }}" ],
8
9
[" ${" , " }" ],
9
10
[" @{" , " }" ],
10
11
[" %{" , " }" ],
13
14
[" [" , " ]" ],
14
15
[" (" , " )" ]
15
16
],
17
+ "colorizedBracketPairs" : [
18
+ [" ${{" , " }}" ],
19
+ [" ${" , " }" ],
20
+ [" @{" , " }" ],
21
+ [" %{" , " }" ],
22
+ [" &{" , " }" ],
23
+ [" {" , " }" ],
24
+ [" [" , " ]" ],
25
+ [" (" , " )" ]
26
+ ],
16
27
// symbols that are auto closed when typing
17
28
"autoClosingPairs" : [
29
+ [" ${{" , " }}" ],
18
30
[" ${" , " }" ],
19
31
[" @{" , " }" ],
20
32
[" %{" , " }" ],
27
39
],
28
40
// symbols that can be used to surround a selection
29
41
"surroundingPairs" : [
42
+ [" ${{" , " }}" ],
30
43
[" ${" , " }" ],
31
44
[" @{" , " }" ],
32
45
[" %{" , " }" ],
Original file line number Diff line number Diff line change 337
337
{
338
338
"language" : " robotframework" ,
339
339
"scopeName" : " source.robotframework" ,
340
- "path" : " ./syntaxes/robotframework.tmLanguage.json"
340
+ "path" : " ./syntaxes/robotframework.tmLanguage.json" ,
341
+ "tokenTypes" : {
342
+ "string.unquoted.argument.robotframework" : " other"
343
+ },
344
+ "embeddedLanguages" : {
345
+ "meta.expression.robotframework" : " python"
346
+ }
341
347
}
342
348
],
343
349
"keybindings" : [
You can’t perform that action at this time.
0 commit comments