From 85b141fb7eae6420b2b75567b23425d90136236b Mon Sep 17 00:00:00 2001 From: Enrique Bautista Date: Sat, 12 Apr 2014 23:44:20 +0200 Subject: [PATCH 1/2] Fixed msg and proc snippet arguments --- message.sublime-snippet | 2 +- processing-instruction.sublime-snippet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/message.sublime-snippet b/message.sublime-snippet index a68bd00..83eaa0f 100644 --- a/message.sublime-snippet +++ b/message.sublime-snippet @@ -1,5 +1,5 @@ - ${0}]]> + ${0}]]> msg text.xml.xsl message diff --git a/processing-instruction.sublime-snippet b/processing-instruction.sublime-snippet index 8e25efb..ccb281b 100644 --- a/processing-instruction.sublime-snippet +++ b/processing-instruction.sublime-snippet @@ -1,5 +1,5 @@ - ${0}]]> + ${0}]]> proc text.xml.xsl processing-instruction From d8cd97076a44677adb54faadf2edb2a5af3a1c77 Mon Sep 17 00:00:00 2001 From: Enrique Bautista Date: Sun, 13 Apr 2014 14:20:25 +0200 Subject: [PATCH 2/2] Updated README with the correct parameters for msg and proc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34d29f9..58fc19e 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Have fun! ### msg ``` -${0} +${0} ``` ### nam @@ -203,7 +203,7 @@ Have fun! ### proc ``` -${0} +${0} ``` ### scr