File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "comments" : {
3- // symbol used for single line comment. Remove this entry if your language does not support line comments
4- "lineComment" : " //" ,
5- // symbols used for start and end a block comment. Remove this entry if your language does not support block comments
63 "blockComment" : [ " {" , " }" ]
74 },
8- // symbols used as brackets
95 "brackets" : [
10- [" {" , " }" ],
116 [" [" , " ]" ],
127 [" (" , " )" ]
138 ],
149 // symbols that are auto closed when typing
1510 "autoClosingPairs" : [
16- [" {" , " }" ],
1711 [" [" , " ]" ],
1812 [" (" , " )" ],
19- [" \" " , " \" " ],
2013 [" '" , " '" ]
2114 ],
2215 // symbols that that can be used to surround a selection
2316 "surroundingPairs" : [
24- [" {" , " }" ],
2517 [" [" , " ]" ],
2618 [" (" , " )" ],
27- [" \" " , " \" " ],
2819 [" '" , " '" ]
2920 ]
3021}
Original file line number Diff line number Diff line change 11{
2- "name" : " dfm" ,
2+ "name" : " dfm-vscode " ,
33 "displayName" : " dfm" ,
44 "description" : " Delphi Forms" ,
5+ "author" : " Victor Molero" ,
56 "version" : " 0.0.1" ,
67 "publisher" : " vmolero" ,
78 "engines" : {
1011 "categories" : [
1112 " Programming Languages"
1213 ],
14+ "license" : " MIT" ,
1315 "contributes" : {
1416 "languages" : [{
1517 "id" : " dfm" ,
You can’t perform that action at this time.
0 commit comments