{ "comments": { "lineComment": "//", "blockComment": [ "/*", "*/" ] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"], ["begin", "end"], ["case", "endcase"], ["function", "endfunction"], ["module", "endmodule"], ["task", "endtask"] ], "autoClosingPairs": [ {"open":"(", "close":")", "notIn":["string", "comment"]}, {"open":"[", "close":"]", "notIn":["string", "comment"]}, {"open":"{", "close":"}", "notIn":["string", "comment"]}, {"open":"\"", "close":"\"", "notIn":["string", "comment"]}, {"open":"begin", "close":"end", "notIn":["string", "comment"]} ], "onTypeFormatting": { "autoFormatTriggerCharacters": ["\n"] } }