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 55 },
66 // symbols used as brackets
77 "brackets" : [
8+ [" ${{" , " }}" ],
89 [" ${" , " }" ],
910 [" @{" , " }" ],
1011 [" %{" , " }" ],
1314 [" [" , " ]" ],
1415 [" (" , " )" ]
1516 ],
17+ "colorizedBracketPairs" : [
18+ [" ${{" , " }}" ],
19+ [" ${" , " }" ],
20+ [" @{" , " }" ],
21+ [" %{" , " }" ],
22+ [" &{" , " }" ],
23+ [" {" , " }" ],
24+ [" [" , " ]" ],
25+ [" (" , " )" ]
26+ ],
1627 // symbols that are auto closed when typing
1728 "autoClosingPairs" : [
29+ [" ${{" , " }}" ],
1830 [" ${" , " }" ],
1931 [" @{" , " }" ],
2032 [" %{" , " }" ],
2739 ],
2840 // symbols that can be used to surround a selection
2941 "surroundingPairs" : [
42+ [" ${{" , " }}" ],
3043 [" ${" , " }" ],
3144 [" @{" , " }" ],
3245 [" %{" , " }" ],
Original file line number Diff line number Diff line change 337337 {
338338 "language" : " robotframework" ,
339339 "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+ }
341347 }
342348 ],
343349 "keybindings" : [
You can’t perform that action at this time.
0 commit comments