Skip to content

Commit

Permalink
fixed the ng2-import because the closing quote mark was inside the pl…
Browse files Browse the repository at this point in the history
…aceholder
  • Loading branch information
pjlamb12 committed Jun 2, 2016
1 parent 44e5706 commit 0658e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ng2-import.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
import { ${2:Module} } from '${1:path/to/module'}$0]]></content>
import { ${2:Module} } from '${1:path/to/module}'$0]]></content>
<tabTrigger>ng2-import</tabTrigger>
<scope>source.ts,source.tsx,source.js</scope>
<description>Angular 2 Import Snippet</description>
Expand Down

0 comments on commit 0658e7a

Please sign in to comment.