Skip to content

Commit

Permalink
remove import snippet (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloytoro committed Dec 6, 2020
1 parent 49c70e6 commit a488d15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions UltiSnips/typescript.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ interface ${1:InterfaceName}${2: extends ${3:Parent}} {
}
endsnippet

snippet import "imports a module" b
import $1 = require('$2')
endsnippet

snippet for "for (...) {...} (counting up)" b
for (var ${1:i} = 0, ${2:len} = ${3:Things.length}; $1 < $2; $1++) {
${VISUAL}$0
Expand Down

0 comments on commit a488d15

Please sign in to comment.