source: tools/vscode/uwaterloo.cforall-0.1.0/cforall.configuration.json@ 8ca3a72

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 8ca3a72 was 9452a2c, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

Added to source the vscode tools

  • Property mode set to 100644
File size: 480 bytes
Line 
1{
2 "comments": {
3 "lineComment": "//",
4 "blockComment": [ "/*", "*/" ]
5 },
6 // symbols used as brackets
7 "brackets": [
8 ["{", "}"],
9 ["[", "]"],
10 ["(", ")"]
11 ],
12 // symbols that are auto closed when typing
13 "autoClosingPairs": [
14 ["{", "}"],
15 ["[", "]"],
16 ["(", ")"],
17 ["\"", "\""],
18 ["'", "'"]
19 ],
20 // symbols that that can be used to surround a selection
21 "surroundingPairs": [
22 ["{", "}"],
23 ["[", "]"],
24 ["(", ")"],
25 ["\"", "\""],
26 ["'", "'"],
27 ["$", "$"]
28 ]
29}
Note: See TracBrowser for help on using the repository browser.