スーパー小ネタ。
以下のように書けます。
sh.snip
snippet bashd
abbr #!/bin/bash
abbr #@(#)
options head
alias sbd
#!/bin/bash
#@(#)${1:#Descriptions}
${0:TARGET}
ただし、展開時は1行にまとめて表示されるので、特に意味はありません。
スーパー小ネタ。
以下のように書けます。
snippet bashd
abbr #!/bin/bash
abbr #@(#)
options head
alias sbd
#!/bin/bash
#@(#)${1:#Descriptions}
${0:TARGET}
ただし、展開時は1行にまとめて表示されるので、特に意味はありません。