Add custom YAS snippets
This commit is contained in:
11
snippets/c-mode/gobh
Normal file
11
snippets/c-mode/gobh
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: GObject H boilerplate
|
||||
# key: gobh
|
||||
# --
|
||||
# include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
$0
|
||||
|
||||
G_END_DECLS
|
Reference in New Issue
Block a user