Skip to content

Commit 54a9411

Browse files
committed
Use single quotes for UltiSnips "im" snippet
1 parent 4a3a932 commit 54a9411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/javascript.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ endsnippet
3333

3434
# Import
3535
snippet im
36-
import ${1:foo} from "${2:bar}"
36+
import ${1:foo} from '${2:bar}'
3737
endsnippet

0 commit comments

Comments
 (0)