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 11dd60e commit 774c454Copy full SHA for 774c454
README.md
@@ -328,6 +328,12 @@ it('${1:description}');
328
alert('${1:msg}');
329
```
330
331
+### [co] confirm
332
+
333
+```javascript
334
+confirm('${1:msg}');
335
+```
336
337
### [pm] prompt
338
339
```javascript
misc-confirm.sublime-snippet
@@ -0,0 +1,8 @@
1
+<snippet>
2
+ <content><![CDATA[
3
4
+]]></content>
5
+ <tabTrigger>co</tabTrigger>
6
+ <scope>source.js</scope>
7
+ <description>confirm</description>
8
+</snippet>
0 commit comments