Add snippet for shdoc comment generation

This commit is contained in:
Anton Novojilov 2022-01-09 13:55:27 +03:00
commit ed53189dc7

View 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>