diff --git a/snippets/nxml-mode/header/h1 b/snippets/nxml-mode/header/h1 index bc72fd6..80e52e0 100644 --- a/snippets/nxml-mode/header/h1 +++ b/snippets/nxml-mode/header/h1 @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name :

...

-#group : header # -- -

$1

\ No newline at end of file +

$1

diff --git a/snippets/nxml-mode/header/h2 b/snippets/nxml-mode/header/h2 index b790e56..fcad88d 100644 --- a/snippets/nxml-mode/header/h2 +++ b/snippets/nxml-mode/header/h2 @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name :

...

-#group : header # -- -

$1

\ No newline at end of file +

$1

diff --git a/snippets/nxml-mode/header/h3 b/snippets/nxml-mode/header/h3 index 7dfd9d7..bce6a94 100644 --- a/snippets/nxml-mode/header/h3 +++ b/snippets/nxml-mode/header/h3 @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name :

...

-#group : header # -- -

$1

\ No newline at end of file +

$1

diff --git a/snippets/nxml-mode/header/h4 b/snippets/nxml-mode/header/h4 index b782998..5214e24 100644 --- a/snippets/nxml-mode/header/h4 +++ b/snippets/nxml-mode/header/h4 @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name :

...

-#group : header # -- -

$1

\ No newline at end of file +

$1

diff --git a/snippets/nxml-mode/header/h5 b/snippets/nxml-mode/header/h5 index 13a51a1..74cb078 100644 --- a/snippets/nxml-mode/header/h5 +++ b/snippets/nxml-mode/header/h5 @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name :
...
-#group : header # -- -
$1
\ No newline at end of file +
$1
diff --git a/snippets/nxml-mode/header/h6 b/snippets/nxml-mode/header/h6 index b2f0c55..2803907 100644 --- a/snippets/nxml-mode/header/h6 +++ b/snippets/nxml-mode/header/h6 @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name :
...
-#group : header # -- -
$1
\ No newline at end of file +
$1
diff --git a/snippets/nxml-mode/meta/doctype b/snippets/nxml-mode/meta/doctype index 3fdcf17..af8fb49 100644 --- a/snippets/nxml-mode/meta/doctype +++ b/snippets/nxml-mode/meta/doctype @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name : DocType XHTML 1.1 -#group : meta # -- - \ No newline at end of file + diff --git a/snippets/nxml-mode/meta/doctype.xhtml1_strict b/snippets/nxml-mode/meta/doctype.xhtml1_strict index eca5860..bb0b7de 100644 --- a/snippets/nxml-mode/meta/doctype.xhtml1_strict +++ b/snippets/nxml-mode/meta/doctype.xhtml1_strict @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name : DocType XHTML 1.0 Strict -#group : meta # -- - \ No newline at end of file + diff --git a/snippets/nxml-mode/meta/doctype.xhtml1_transitional b/snippets/nxml-mode/meta/doctype.xhtml1_transitional index fba232a..c8c50d3 100644 --- a/snippets/nxml-mode/meta/doctype.xhtml1_transitional +++ b/snippets/nxml-mode/meta/doctype.xhtml1_transitional @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name : DocType XHTML 1.0 Transitional -#group : meta # -- - \ No newline at end of file + diff --git a/snippets/nxml-mode/meta/meta b/snippets/nxml-mode/meta/meta index dfee1f2..4bc1d06 100644 --- a/snippets/nxml-mode/meta/meta +++ b/snippets/nxml-mode/meta/meta @@ -1,5 +1,4 @@ #contributor : Anders Bach Nielsen #name : -#group : meta # -- - \ No newline at end of file + diff --git a/snippets/ruby-mode/.yas-make-groups b/snippets/ruby-mode/.yas-make-groups new file mode 100644 index 0000000..e69de29 diff --git a/snippets/ruby-mode/control structure/until b/snippets/ruby-mode/control structure/until index 4448839..b3534a8 100644 --- a/snippets/ruby-mode/control structure/until +++ b/snippets/ruby-mode/control structure/until @@ -1,5 +1,4 @@ #name : until ... end -#group: control structure # -- until ${condition} $0