We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa43ca commit 0e00c8cCopy full SHA for 0e00c8c
lang-configs/d.json
@@ -114,5 +114,21 @@
114
"beforeText": "^(\\t|(\\ \\ ))*\\ \\+(\\ ([^\\+]|\\+(?!\\/))*)?$",
115
"action": { "indent": "none", "appendText": "+ " }
116
},
117
+ {
118
+ "beforeText": "(?<!\\\\|\\w:)\/\/\/\\s*\\S",
119
+ "afterText": "^(?!\\s*$).+",
120
+ "action": {
121
+ "indent": "none",
122
+ "appendText": "/// "
123
+ }
124
+ },
125
126
+ "beforeText": "(?<!\\\\|\\w:)\/\/(?!\\/)\\s*\\S",
127
128
129
130
+ "appendText": "// "
131
132
133
]
134
}
0 commit comments