vim-snippets/UltiSnips/zsh.snippets
Marc Weber d07009f27f Adding UltiSnips snippets, updating Readme
UltiSnips snippets are taken from UltiSnips repo.
Putting them nearby the engine seems to be the wrong thing to do.
One reason is that there are two forks now.
2013-03-17 20:13:47 +01:00

14 lines
149 B
Plaintext

extends sh
snippet #! "shebang" !
#!/bin/zsh
endsnippet
snippet !env "#!/usr/bin/env (!env)" !
#!/usr/bin/env zsh
endsnippet
# vim:ft=snippets: