File tree Expand file tree Collapse file tree 1 file changed +63
-67
lines changed
distribution/src/assembly Expand file tree Collapse file tree 1 file changed +63
-67
lines changed Original file line number Diff line number Diff line change 11{
2- "comments" :
3- {
4- "lineComment" : " " ,
5- "blockComment" : [ " <!--" , " -->" ]
6- },
7- "brackets" :
8- [
9- [ " <" , " >" ],
10- [ " {" , " }" ],
11- [ " [" , " ]" ],
12- [ " (" , " )" ]
13- ],
14- "autoClosingPairs" :
15- [
16- {
17- "open" : " {" ,
18- "close" : " }"
19- },
20- {
21- "open" : " [" ,
22- "close" : " ]"
23- },
24- {
25- "open" : " (" ,
26- "close" : " )"
27- },
28- {
29- "open" : " \" " ,
30- "close" : " \" " ,
31- "notIn" :
32- [
33- " string"
34- ]
35- },
36- {
37- "open" : " '" ,
38- "close" : " '" ,
39- "notIn" :
40- [
41- " string" ,
42- " comment"
43- ]
44- },
45- {
46- "open" : " /**" ,
47- "close" : " */" ,
48- "notIn" :
49- [
50- " string"
51- ]
52- }
53- ],
54- "surroundingPairs" :
55- [
56- [" <" , " >" ],
57- [" '" , " '" ],
58- [" \" " , " \" " ]
59- ],
60- "folding" :
61- {
62- "markers" :
63- {
64- "start" : " ^\\ s*<!--\\ s*#?region\\ s*-->" ,
65- "end" : " ^\\ s*<!--\\ s*#?endregion-->"
66- }
67- }
68- }
2+ "comments" : {
3+ "blockComment" : [" <!--" , " -->" ]
4+ },
5+ "brackets" : [
6+ [" <!--" , " -->" ],
7+ [" <" , " >" ],
8+ [" {" , " }" ],
9+ [" [" , " ]" ],
10+ [" (" , " )" ]
11+ ],
12+ "autoClosingPairs" : [
13+ {
14+ "open" : " {" ,
15+ "close" : " }"
16+ },
17+ {
18+ "open" : " [" ,
19+ "close" : " ]"
20+ },
21+ {
22+ "open" : " (" ,
23+ "close" : " )"
24+ },
25+ {
26+ "open" : " \" " ,
27+ "close" : " \" " ,
28+ "notIn" : [" string" ]
29+ },
30+ {
31+ "open" : " '" ,
32+ "close" : " '" ,
33+ "notIn" : [" string" , " comment" ]
34+ },
35+ {
36+ "open" : " /**" ,
37+ "close" : " */" ,
38+ "notIn" : [" string" ]
39+ },
40+ {
41+ "open" : " <!--" ,
42+ "close" : " -->" ,
43+ "notIn" : [" comment" , " string" ]
44+ }
45+ ],
46+ "surroundingPairs" : [
47+ { "open" : " '" , "close" : " '" },
48+ { "open" : " \" " , "close" : " \" " },
49+ { "open" : " {" , "close" : " }" },
50+ { "open" : " [" , "close" : " ]" },
51+ { "open" : " (" , "close" : " )" },
52+ { "open" : " <" , "close" : " >" }
53+ ],
54+ "colorizedBracketPairs" : [],
55+ "folding" : {
56+ "markers" : {
57+ "start" : " ^\\ s*<!--\\ s*#?region\\ s*-->" ,
58+ "end" : " ^\\ s*<!--\\ s*#?endregion-->"
59+ }
60+ },
61+ "wordPattern" : {
62+ "pattern" : " (-?\\ d*\\ .\\ d\\ w*)|([^\\ `\\ ~\\ !\\ @\\ #\\ $\\ %\\ ^\\ &\\ *\\ (\\ )\\ =\\ +\\ [\\ {\\ ]\\ }\\\\\\ |\\ ;\\ :\\ '\\\"\\ ,\\ .\\ <\\ >\\ /\\ ?\\ s]+)"
63+ }
64+ }
You can’t perform that action at this time.
0 commit comments