Add snippet for the @version tag

This commit is contained in:
Vital Kudzelka 2014-01-24 14:49:24 +03:00
parent 9bb0dfb3db
commit b11a021397

View File

@ -14,6 +14,10 @@ snippet @li "@license Description"
@license ${1:MIT}$0
endsnippet
snippet @ver "@version Semantic version"
@version ${1:0.1.0}$0
endsnippet
snippet @fileo "@fileoverview Description" b
/**
* @fileoverview ${1:${VISUAL:A description of the file}}$0