You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Global snippets
|
|
|
|
# (c) holds no legal value ;)
|
|
snippet c)
|
|
`&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
|
|
snippet date
|
|
`strftime("%Y-%m-%d")`
|