mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00

* New very helpful `yas/list-tables'. * Debug functions now go to their own file. * More slight adjustments to snippet loading code. * Hyperlinks to snippets definition files! * `yas/key-syntaxes' tweaked, allows "c)" as a key, for example.
6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: c)
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Copyright Notice
|
|
# --
|
|
(c) Copyright `(replace-regexp-in-string "[[:space:]]+$" "" (shell-command-to-string "date +%Y"))` `user-full-name`. All Rights Reserved. |