1+ {
2+ "comments" : {
3+ "lineComment" : " //" ,
4+ "blockComment" : [ " /*" , " */" ]
5+ },
6+ "brackets" : [
7+ [" {" , " }" ],
8+ [" [" , " ]" ],
9+ [" (" , " )" ],
10+ [" begin" , " end" ],
11+ [" case" , " endcase" ],
12+ [" casex" , " endcase" ],
13+ [" casez" , " endcase" ],
14+ [" checker" , " endchecker" ],
15+ [" class" , " endclass" ],
16+ [" clocking" , " endclocking" ],
17+ [" config" , " endconfig" ],
18+ [" covergroup" , " endgroup" ],
19+ [" fork" , " join" ],
20+ [" fork" , " join_any" ],
21+ [" fork" , " join_none" ],
22+ [" function" , " endfunction" ],
23+ [" generate" , " endgenerate" ],
24+ [" interface" , " endinterface" ],
25+ [" macromodule" , " endmodule" ],
26+ [" module" , " endmodule" ],
27+ [" package" , " endpackage" ],
28+ [" primitive" , " endprimitive" ],
29+ [" program" , " endprogram" ],
30+ [" property" , " endproperty" ],
31+ [" randcase" , " endcase" ],
32+ [" specify" , " endspecify" ],
33+ [" sequence" , " endsequence" ],
34+ [" table" , " endtable" ],
35+ [" task" , " endtask" ]
36+ ],
37+
38+ "autoClosingPairs" : [
39+ {"open" :" (" , "close" :" )" },
40+ {"open" :" [" , "close" :" ]" },
41+ {"open" :" {" , "close" :" }" },
42+ {"open" :" \" " , "close" :" \" " , "notIn" :[" string" ]}
43+ ]
44+ }
0 commit comments