vim/snippets/sh.snippets

50 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2017-01-24 12:40:21 +00:00
snippet comh
##########################
# ${1:Program Name} #
# ${2: Date} #
###########################
# Designed & Developed by #
# xdrm-brackets #
###########################
# https://xdrm.io/ #
2017-02-09 12:07:38 +00:00
###########################$0
2017-01-24 12:40:21 +00:00
snippet comc
# [${1:Number}] ${2:Chapter Title}
2017-02-09 12:07:38 +00:00
#========================================================#$0
2017-01-24 12:40:21 +00:00
snippet comcc
# (${1:Number}) ${2:Chapter Title}
2017-02-09 12:07:38 +00:00
#--------------------------------------------------------#$0
2017-01-24 12:40:21 +00:00
snippet coms
2017-02-09 12:07:38 +00:00
# (${1:Number}) ${2:Section Title} #$0
2017-01-24 12:40:21 +00:00
snippet comss
2017-02-09 12:07:38 +00:00
# {${1:Number}} ${2:Section Title} #$0
2017-01-24 12:40:21 +00:00
snippet comf
# ${1:RESUME DE LA FONCTION}
#
2017-02-09 12:07:38 +00:00
# @${2:nomParam}<${3:typeParam} ${4:Description du param}
2017-01-24 12:40:21 +00:00
#
2017-02-09 12:07:38 +00:00
# @return ${5:nomRetour}<${6:typeRetour}> ${7:Description du retour}
2017-01-24 12:40:21 +00:00
#
2017-02-09 12:07:38 +00:00
#/${8:}$0
2017-01-24 12:40:21 +00:00
snippet comcf
# [${1:Number}] ${2:Chapter Title}
#
2017-02-09 12:07:38 +00:00
# @inputname<inputype> inputdesc
2017-01-24 12:40:21 +00:00
#
2017-02-09 12:07:38 +00:00
# @return outputname<outputtype> outputdesc
2017-01-24 12:40:21 +00:00
#
2017-02-09 12:07:38 +00:00
#========================================================#$0
2017-01-24 12:40:21 +00:00
snippet comccf
# (${1:Number}) ${2:Chapter Title}
#
2017-02-09 12:07:38 +00:00
# @inputname<inputype> inputdesc
2017-01-24 12:40:21 +00:00
#
2017-02-09 12:07:38 +00:00
# @return outputname<outputtype> outputdesc
2017-01-24 12:40:21 +00:00
#
2017-02-09 12:07:38 +00:00
#--------------------------------------------------------#$0
2017-01-24 12:40:21 +00:00
snippet comt
################################################
####${1: Titre }####
2017-02-09 12:07:38 +00:00
################################################$0