Initial commit.
This commit is contained in:
3
vim/snippets/c/tds.snippet
Executable file
3
vim/snippets/c/tds.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
typedef struct {
|
||||
${2:/* data */}
|
||||
} ${1:`Filename('$1_t', 'name')`};
|
||||
Reference in New Issue
Block a user