Add custom YAS snippets

This commit is contained in:
2017-11-29 13:47:31 +01:00
parent 55432dbda0
commit 3bf2033198
3 changed files with 26 additions and 0 deletions

11
snippets/c-mode/gobh Normal file
View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# name: GObject H boilerplate
# key: gobh
# --
# include <glib-object.h>
G_BEGIN_DECLS
$0
G_END_DECLS