[gnome-builder] snippets: place <> inside the edit point.



commit 64b4ab01782154458180fb9e0e2bef6a31fc6faa
Author: Christian Hergert <christian hergert me>
Date:   Wed Sep 24 19:46:08 2014 -0700

    snippets: place <> inside the edit point.
    
    More convenient for when you need a relative file for the parent class.

 src/resources/snippets/chdr.snippets |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/snippets/chdr.snippets b/src/resources/snippets/chdr.snippets
index e547cad..2642902 100644
--- a/src/resources/snippets/chdr.snippets
+++ b/src/resources/snippets/chdr.snippets
@@ -2,7 +2,7 @@ snippet gobject
        #ifndef ${$1|functify|upper}_H
        #define ${$1|functify|upper}_H
 
-       #include <${3:glib-object.h}>
+       #include ${3:<glib-object.h>}
 
        G_BEGIN_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]