[gedit] New lines required after snippets for consistency



commit 791adc853cdd6c6d6b0952d00acd863c0647bf06
Author: Jaseem Abid <jaseemabid gmail com>
Date:   Wed Jul 4 20:25:46 2012 +0530

    New lines required after snippets for consistency
    
    Signed-off-by: Jaseem Abid <jaseemabid gmail com>

 plugins/snippets/data/html.xml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml
index 74050ac..dd9faea 100644
--- a/plugins/snippets/data/html.xml
+++ b/plugins/snippets/data/html.xml
@@ -153,12 +153,14 @@ $0]]></text>
     <description>List Element</description>
   </snippet>
   <snippet id="link">
-    <text><![CDATA[<link rel="${1:stylesheet}" href="${2:/css/master.css}">]]></text>
+    <text><![CDATA[<link rel="${1:stylesheet}" href="${2:/css/master.css}">
+$0]]></text>
     <description>Link</description>
     <tag>link</tag>
   </snippet>
   <snippet id="meta">
-    <text><![CDATA[<meta name="${1:name}" content="${2:content}" />]]></text>
+    <text><![CDATA[<meta name="${1:name}" content="${2:content}" />
+$0]]></text>
     <description>Meta</description>
     <tag>meta</tag>
   </snippet>
@@ -226,7 +228,8 @@ $0]]></text>
     <tag>textarea</tag>
   </snippet>
   <snippet id="title">
-    <text><![CDATA[<title>${1:Page Title}</title>]]></text>
+    <text><![CDATA[<title>${1:Page Title}</title>
+$0]]></text>
     <description>Title</description>
     <tag>title</tag>
   </snippet>



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