File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed
Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 8686 "start" : " ^\\ s*//\\ s*dfmt\\ s*off" ,
8787 "end" : " ^\\ s*//\\ s*dfmt\\ s*on"
8888 }
89- }
90- }
89+ },
90+ "onEnterRules" : [
91+ {
92+ "beforeText" : " ^\\ s*\\ /\\ *\\ *(?!\\ /)([^\\ *]|\\ *(?!\\ /))*$" ,
93+ "afterText" : " ^\\ s*\\ *\/ $" ,
94+ "action" : { "indent" : " indentOutdent" , "appendText" : " * " }
95+ },
96+ {
97+ "beforeText" : " ^\\ s*\\ /\\ *\\ *(?!\\ /)([^\\ *]|\\ *(?!\\ /))*$" ,
98+ "action" : { "indent" : " none" , "appendText" : " * " }
99+ },
100+ {
101+ "beforeText" : " ^(\\ t|(\\ \\ ))*\\ \\ *(\\ ([^\\ *]|\\ *(?!\\ /))*)?$" ,
102+ "action" : { "indent" : " none" , "appendText" : " * " }
103+ },
104+ {
105+ "beforeText" : " ^\\ s*\\ /\\ +\\ +(?!\\ /)([^\\ +]|\\ +(?!\\ /))*$" ,
106+ "afterText" : " ^\\ s+\\ +\/ $" ,
107+ "action" : { "indent" : " indentOutdent" , "appendText" : " + " }
108+ },
109+ {
110+ "beforeText" : " ^\\ s*\\ /\\ +\\ +(?!\\ /)([^\\ +]|\\ +(?!\\ /))*$" ,
111+ "action" : { "indent" : " none" , "appendText" : " + " }
112+ },
113+ {
114+ "beforeText" : " ^(\\ t|(\\ \\ ))*\\ \\ +(\\ ([^\\ +]|\\ +(?!\\ /))*)?$" ,
115+ "action" : { "indent" : " none" , "appendText" : " + " }
116+ },
117+ ]
118+ }
You can’t perform that action at this time.
0 commit comments