blackhole-theme-sublime/shdoc_comment.sublime-snippet
2022-01-09 13:55:27 +03:00

13 lines
327 B
XML

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