Add snippet for the @version tag
This commit is contained in:
parent
9bb0dfb3db
commit
b11a021397
@ -14,6 +14,10 @@ snippet @li "@license Description"
|
|||||||
@license ${1:MIT}$0
|
@license ${1:MIT}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet @ver "@version Semantic version"
|
||||||
|
@version ${1:0.1.0}$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet @fileo "@fileoverview Description" b
|
snippet @fileo "@fileoverview Description" b
|
||||||
/**
|
/**
|
||||||
* @fileoverview ${1:${VISUAL:A description of the file}}$0
|
* @fileoverview ${1:${VISUAL:A description of the file}}$0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user