diff options
Diffstat (limited to 'yasnippet/c-mode/ts')
-rw-r--r-- | yasnippet/c-mode/ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yasnippet/c-mode/ts b/yasnippet/c-mode/ts new file mode 100644 index 0000000..2152ca2 --- /dev/null +++ b/yasnippet/c-mode/ts @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: ts +# key: ts +# -- +/*! @brief $3 */ +typedef struct $1 { + $0 +} $2;
\ No newline at end of file |