Add snippet for shdoc comment generation
This commit is contained in:
parent
8df3c3eda2
commit
ed53189dc7
1 changed files with 13 additions and 0 deletions
13
shdoc_comment.sublime-snippet
Normal file
13
shdoc_comment.sublime-snippet
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<snippet>
|
||||
<content><![CDATA[
|
||||
# ${1:Function description}
|
||||
#
|
||||
# 1: ${2:Variable Description} (${3:Type})
|
||||
#
|
||||
# Code: ${4:No}
|
||||
# Echo: ${5:No}
|
||||
]]></content>
|
||||
<tabTrigger>##</tabTrigger>
|
||||
<scope>source.shell.bash</scope>
|
||||
<description>Generate comment for bash function with documentation in shdoc format</description>
|
||||
</snippet>
|
||||
Loading…
Add table
Add a link
Reference in a new issue