From ade8879f4be7c483f5ec0a5f90cd5e54c7751fd6 Mon Sep 17 00:00:00 2001 From: Julio Rincon Date: Fri, 13 Mar 2015 12:27:37 +1100 Subject: [PATCH 1/2] renamed dov to div and updated snippet accordingly. --- html-mode/div | 11 +++++++++++ html-mode/dov | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 html-mode/div delete mode 100644 html-mode/dov diff --git a/html-mode/div b/html-mode/div new file mode 100644 index 000000000..e6ca373c6 --- /dev/null +++ b/html-mode/div @@ -0,0 +1,11 @@ +#name : ... +# -- +a mirror up here $3 + + +
+ $0 +
+
+ actually some other shit and $3 +
diff --git a/html-mode/dov b/html-mode/dov deleted file mode 100644 index e8341ea7f..000000000 --- a/html-mode/dov +++ /dev/null @@ -1,11 +0,0 @@ -#name : ... -# -- -a mirror up here $3 - - - - $0 - - - actually some other shit and $3 - From 064f59557b8b492e5eb352f6171d8ac3642ce4b2 Mon Sep 17 00:00:00 2001 From: Julio Rincon Date: Fri, 13 Mar 2015 13:53:00 +1100 Subject: [PATCH 2/2] recovered html snippets from yasnippet history --- html-mode/.yas-make-groups | 0 html-mode/.yas-parents | 2 +- html-mode/b.yasnippet | 5 +++++ html-mode/body | 7 +++++++ html-mode/br | 5 +++++ html-mode/code | 7 +++++++ html-mode/code.class | 7 +++++++ html-mode/div | 13 +++---------- html-mode/div.class | 7 +++++++ html-mode/div.id | 7 +++++++ html-mode/div.id-class | 7 +++++++ html-mode/dov | 12 ++++++++++++ html-mode/form | 11 ++++++----- html-mode/head | 7 +++++++ html-mode/header/h1 | 5 +++++ html-mode/header/h2 | 5 +++++ html-mode/header/h3 | 5 +++++ html-mode/header/h4 | 5 +++++ html-mode/header/h5 | 5 +++++ html-mode/header/h6 | 5 +++++ html-mode/hr | 5 +++++ html-mode/href | 5 +++++ html-mode/html | 13 +++++++------ html-mode/html.xmlns | 13 +++++++------ html-mode/i.yasnippet | 5 +++++ html-mode/img | 5 +++++ html-mode/input | 5 +++++ html-mode/link.stylesheet | 7 ++++--- html-mode/link.stylesheet-ie | 11 ++++++----- html-mode/list/dd | 5 +++++ html-mode/list/dl | 7 +++++++ html-mode/list/dl.id | 7 +++++++ html-mode/list/dt | 5 +++++ html-mode/list/li | 5 +++++ html-mode/list/li.class | 5 +++++ html-mode/list/ol | 7 +++++++ html-mode/list/ol.class | 7 +++++++ html-mode/list/ol.id | 7 +++++++ html-mode/list/ul | 7 +++++++ html-mode/list/ul.class | 7 +++++++ html-mode/list/ul.id | 7 +++++++ html-mode/mailto | 7 ++++--- html-mode/meta | 5 ----- html-mode/meta.http-equiv | 5 ----- html-mode/meta/doctype | 4 ++++ html-mode/meta/doctype.xhml1 | 4 ++++ html-mode/meta/doctype.xhtml1_1 | 4 ++++ html-mode/meta/doctype.xhtml1_strict | 4 ++++ html-mode/meta/doctype.xhtml1_transitional | 4 ++++ html-mode/meta/meta | 5 +++++ html-mode/meta/meta.http-equiv | 5 +++++ html-mode/p | 5 +++++ html-mode/pre | 7 +++++++ html-mode/q.yasnippet | 7 +++++++ html-mode/quote | 7 +++++++ html-mode/script.javascript | 11 ++++++----- html-mode/script.javascript-src | 7 ++++--- html-mode/span | 5 +++++ html-mode/span.class | 5 +++++ html-mode/span.id | 5 +++++ html-mode/style | 7 +++++++ html-mode/table/table | 7 +++++++ html-mode/table/td | 5 +++++ html-mode/table/th | 5 +++++ html-mode/table/tr | 7 +++++++ html-mode/textarea | 7 ++++--- html-mode/title | 5 +++++ 67 files changed, 361 insertions(+), 60 deletions(-) create mode 100644 html-mode/.yas-make-groups create mode 100755 html-mode/b.yasnippet create mode 100644 html-mode/body create mode 100644 html-mode/br create mode 100644 html-mode/code create mode 100644 html-mode/code.class create mode 100644 html-mode/div.class create mode 100644 html-mode/div.id create mode 100644 html-mode/div.id-class create mode 100644 html-mode/dov create mode 100644 html-mode/head create mode 100644 html-mode/header/h1 create mode 100644 html-mode/header/h2 create mode 100644 html-mode/header/h3 create mode 100644 html-mode/header/h4 create mode 100644 html-mode/header/h5 create mode 100644 html-mode/header/h6 create mode 100644 html-mode/hr create mode 100644 html-mode/href create mode 100755 html-mode/i.yasnippet create mode 100644 html-mode/img create mode 100644 html-mode/input create mode 100644 html-mode/list/dd create mode 100644 html-mode/list/dl create mode 100644 html-mode/list/dl.id create mode 100644 html-mode/list/dt create mode 100644 html-mode/list/li create mode 100644 html-mode/list/li.class create mode 100644 html-mode/list/ol create mode 100644 html-mode/list/ol.class create mode 100644 html-mode/list/ol.id create mode 100644 html-mode/list/ul create mode 100644 html-mode/list/ul.class create mode 100644 html-mode/list/ul.id delete mode 100644 html-mode/meta delete mode 100644 html-mode/meta.http-equiv create mode 100644 html-mode/meta/doctype create mode 100644 html-mode/meta/doctype.xhml1 create mode 100644 html-mode/meta/doctype.xhtml1_1 create mode 100644 html-mode/meta/doctype.xhtml1_strict create mode 100644 html-mode/meta/doctype.xhtml1_transitional create mode 100644 html-mode/meta/meta create mode 100644 html-mode/meta/meta.http-equiv create mode 100644 html-mode/p create mode 100644 html-mode/pre create mode 100755 html-mode/q.yasnippet create mode 100644 html-mode/quote create mode 100644 html-mode/span create mode 100644 html-mode/span.class create mode 100644 html-mode/span.id create mode 100644 html-mode/style create mode 100644 html-mode/table/table create mode 100644 html-mode/table/td create mode 100644 html-mode/table/th create mode 100644 html-mode/table/tr create mode 100644 html-mode/title diff --git a/html-mode/.yas-make-groups b/html-mode/.yas-make-groups new file mode 100644 index 000000000..e69de29bb diff --git a/html-mode/.yas-parents b/html-mode/.yas-parents index 74c3dd5c5..eed5b442b 100644 --- a/html-mode/.yas-parents +++ b/html-mode/.yas-parents @@ -1 +1 @@ -nxml-mode +text-mode diff --git a/html-mode/b.yasnippet b/html-mode/b.yasnippet new file mode 100755 index 000000000..c7873ca2c --- /dev/null +++ b/html-mode/b.yasnippet @@ -0,0 +1,5 @@ +# contributor: Xah Lee xahlee.org +# name: ... +# key: b +# -- +$0 \ No newline at end of file diff --git a/html-mode/body b/html-mode/body new file mode 100644 index 000000000..d6c5db33a --- /dev/null +++ b/html-mode/body @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ... +# key: body +# -- + + $0 + \ No newline at end of file diff --git a/html-mode/br b/html-mode/br new file mode 100644 index 000000000..9305a5073 --- /dev/null +++ b/html-mode/br @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:
+# key: br +# -- +
\ No newline at end of file diff --git a/html-mode/code b/html-mode/code new file mode 100644 index 000000000..96d47e06c --- /dev/null +++ b/html-mode/code @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ... +# key: code +# -- + + $0 + \ No newline at end of file diff --git a/html-mode/code.class b/html-mode/code.class new file mode 100644 index 000000000..2d18af748 --- /dev/null +++ b/html-mode/code.class @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ... +# key: code +# -- + + $0 + \ No newline at end of file diff --git a/html-mode/div b/html-mode/div index e6ca373c6..bce4c3a41 100644 --- a/html-mode/div +++ b/html-mode/div @@ -1,11 +1,4 @@ -#name : ... +# name: ... +# key: div # -- -a mirror up here $3 - - -
- $0 -
-
- actually some other shit and $3 -
+$0 \ No newline at end of file diff --git a/html-mode/div.class b/html-mode/div.class new file mode 100644 index 000000000..e1a4b039d --- /dev/null +++ b/html-mode/div.class @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
...
+# key: div +# -- +
+ $0 +
\ No newline at end of file diff --git a/html-mode/div.id b/html-mode/div.id new file mode 100644 index 000000000..8682aa165 --- /dev/null +++ b/html-mode/div.id @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
...
+# key: div +# -- +
+ $0 +
\ No newline at end of file diff --git a/html-mode/div.id-class b/html-mode/div.id-class new file mode 100644 index 000000000..452cd9a65 --- /dev/null +++ b/html-mode/div.id-class @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
...
+# key: div +# -- +
+ $0 +
\ No newline at end of file diff --git a/html-mode/dov b/html-mode/dov new file mode 100644 index 000000000..d3bdc17c9 --- /dev/null +++ b/html-mode/dov @@ -0,0 +1,12 @@ +# name: ... +# key: dov +# -- +a mirror up here $3 + + + + $0 + + + actually some other shit and $3 + \ No newline at end of file diff --git a/html-mode/form b/html-mode/form index f1c066d6e..de0626794 100644 --- a/html-mode/form +++ b/html-mode/form @@ -1,6 +1,7 @@ -#contributor : Jimmy Wu -#name :
-# -- -
- $0 +# contributor: Jimmy Wu +#name : +# key: form +# -- +
+ $0
\ No newline at end of file diff --git a/html-mode/head b/html-mode/head new file mode 100644 index 000000000..c5c0d0e9f --- /dev/null +++ b/html-mode/head @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ... +# key: head +# -- + + $0 + \ No newline at end of file diff --git a/html-mode/header/h1 b/html-mode/header/h1 new file mode 100644 index 000000000..4d217641f --- /dev/null +++ b/html-mode/header/h1 @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:

...

+# key: h1 +# -- +

$1

\ No newline at end of file diff --git a/html-mode/header/h2 b/html-mode/header/h2 new file mode 100644 index 000000000..1cca1d5c8 --- /dev/null +++ b/html-mode/header/h2 @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:

...

+# key: h2 +# -- +

$1

\ No newline at end of file diff --git a/html-mode/header/h3 b/html-mode/header/h3 new file mode 100644 index 000000000..8e50a6d2e --- /dev/null +++ b/html-mode/header/h3 @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:

...

+# key: h3 +# -- +

$1

\ No newline at end of file diff --git a/html-mode/header/h4 b/html-mode/header/h4 new file mode 100644 index 000000000..08c853e24 --- /dev/null +++ b/html-mode/header/h4 @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:

...

+# key: h4 +# -- +

$1

\ No newline at end of file diff --git a/html-mode/header/h5 b/html-mode/header/h5 new file mode 100644 index 000000000..951122ec5 --- /dev/null +++ b/html-mode/header/h5 @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:
...
+# key: h5 +# -- +
$1
\ No newline at end of file diff --git a/html-mode/header/h6 b/html-mode/header/h6 new file mode 100644 index 000000000..f7da2ee01 --- /dev/null +++ b/html-mode/header/h6 @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:
...
+# key: h6 +# -- +
$1
\ No newline at end of file diff --git a/html-mode/hr b/html-mode/hr new file mode 100644 index 000000000..a6eb0eae8 --- /dev/null +++ b/html-mode/hr @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:
+# key: hr +# -- +
\ No newline at end of file diff --git a/html-mode/href b/html-mode/href new file mode 100644 index 000000000..b384653f2 --- /dev/null +++ b/html-mode/href @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: href +# -- +$2 \ No newline at end of file diff --git a/html-mode/html b/html-mode/html index 958aa6deb..0484de0bb 100644 --- a/html-mode/html +++ b/html-mode/html @@ -1,6 +1,7 @@ -#contributor : Jimmy Wu -#name : ... -# -- - - $0 - +# contributor: Jimmy Wu +# name: ... +# key: html +# -- + + $0 + \ No newline at end of file diff --git a/html-mode/html.xmlns b/html-mode/html.xmlns index 7dd7ee4a7..1b11f3505 100644 --- a/html-mode/html.xmlns +++ b/html-mode/html.xmlns @@ -1,6 +1,7 @@ -#contributor : Jimmy Wu -#name : ... -# -- - - $0 - +# contributor: Jimmy Wu +# name: ... +# key: html +# -- + + $0 + \ No newline at end of file diff --git a/html-mode/i.yasnippet b/html-mode/i.yasnippet new file mode 100755 index 000000000..ffd051f63 --- /dev/null +++ b/html-mode/i.yasnippet @@ -0,0 +1,5 @@ +# contributor: Xah Lee xahlee.org +# name: ... +# key: i +# -- +$0 \ No newline at end of file diff --git a/html-mode/img b/html-mode/img new file mode 100644 index 000000000..e726c001d --- /dev/null +++ b/html-mode/img @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: img +# -- +$3 \ No newline at end of file diff --git a/html-mode/input b/html-mode/input new file mode 100644 index 000000000..2f8c79aa3 --- /dev/null +++ b/html-mode/input @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: +# key: input +# -- + \ No newline at end of file diff --git a/html-mode/link.stylesheet b/html-mode/link.stylesheet index 6c9de74f7..e10ee8b0c 100644 --- a/html-mode/link.stylesheet +++ b/html-mode/link.stylesheet @@ -1,4 +1,5 @@ -#contributor : Jimmy Wu -#name : -# -- +# contributor: Jimmy Wu +# name: +# key: link +# -- \ No newline at end of file diff --git a/html-mode/link.stylesheet-ie b/html-mode/link.stylesheet-ie index 4f6a7769a..752f9e91a 100644 --- a/html-mode/link.stylesheet-ie +++ b/html-mode/link.stylesheet-ie @@ -1,6 +1,7 @@ -#contributor : Jimmy Wu -#name : -# -- - +# key: link +# -- + \ No newline at end of file diff --git a/html-mode/list/dd b/html-mode/list/dd new file mode 100644 index 000000000..e48a64409 --- /dev/null +++ b/html-mode/list/dd @@ -0,0 +1,5 @@ +# contributor: Rodrigo Setti +# name:
...
+# key: dd +# -- +
$1
\ No newline at end of file diff --git a/html-mode/list/dl b/html-mode/list/dl new file mode 100644 index 000000000..67792ad52 --- /dev/null +++ b/html-mode/list/dl @@ -0,0 +1,7 @@ +# contributor: Rodrigo Setti +# name:
...
+# key: dl +# -- +
+ $0 +
\ No newline at end of file diff --git a/html-mode/list/dl.id b/html-mode/list/dl.id new file mode 100644 index 000000000..b4b92cba0 --- /dev/null +++ b/html-mode/list/dl.id @@ -0,0 +1,7 @@ +# contributor: Rodrigo Setti +# name:
...
+# key: dl +# -- +
+ $0 +
\ No newline at end of file diff --git a/html-mode/list/dt b/html-mode/list/dt new file mode 100644 index 000000000..85d62e428 --- /dev/null +++ b/html-mode/list/dt @@ -0,0 +1,5 @@ +# contributor: Rodrigo Setti +# name:
...
+# key: dt +# -- +
$1
\ No newline at end of file diff --git a/html-mode/list/li b/html-mode/list/li new file mode 100644 index 000000000..fe7a1f11f --- /dev/null +++ b/html-mode/list/li @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:
  • ...
  • +# key: li +# -- +
  • $1
  • \ No newline at end of file diff --git a/html-mode/list/li.class b/html-mode/list/li.class new file mode 100644 index 000000000..7ff0b1243 --- /dev/null +++ b/html-mode/list/li.class @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:
  • ...
  • +# key: li +# -- +
  • $2
  • \ No newline at end of file diff --git a/html-mode/list/ol b/html-mode/list/ol new file mode 100644 index 000000000..d4b74acdd --- /dev/null +++ b/html-mode/list/ol @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
      ...
    +# key: ol +# -- +
      + $0 +
    \ No newline at end of file diff --git a/html-mode/list/ol.class b/html-mode/list/ol.class new file mode 100644 index 000000000..1c037da0e --- /dev/null +++ b/html-mode/list/ol.class @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
      ...
    +# key: ol +# -- +
      + $0 +
    \ No newline at end of file diff --git a/html-mode/list/ol.id b/html-mode/list/ol.id new file mode 100644 index 000000000..d20101e10 --- /dev/null +++ b/html-mode/list/ol.id @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
      ...
    +# key: ol +# -- +
      + $0 +
    \ No newline at end of file diff --git a/html-mode/list/ul b/html-mode/list/ul new file mode 100644 index 000000000..4f0a9ae76 --- /dev/null +++ b/html-mode/list/ul @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
      ...
    +# key: ul +# -- +
      + $0 +
    \ No newline at end of file diff --git a/html-mode/list/ul.class b/html-mode/list/ul.class new file mode 100644 index 000000000..e11c73629 --- /dev/null +++ b/html-mode/list/ul.class @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
      ...
    +# key: ul +# -- +
      + $0 +
    \ No newline at end of file diff --git a/html-mode/list/ul.id b/html-mode/list/ul.id new file mode 100644 index 000000000..014f2d036 --- /dev/null +++ b/html-mode/list/ul.id @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
      ...
    +# key: ul +# -- +
      + $0 +
    \ No newline at end of file diff --git a/html-mode/mailto b/html-mode/mailto index 419f2a58a..0f1b9aa52 100644 --- a/html-mode/mailto +++ b/html-mode/mailto @@ -1,4 +1,5 @@ -#contributor : Jimmy Wu -#name : ... -# -- +# contributor: Jimmy Wu +# name: ... +# key: mailto +# -- $0 \ No newline at end of file diff --git a/html-mode/meta b/html-mode/meta deleted file mode 100644 index 30319eff6..000000000 --- a/html-mode/meta +++ /dev/null @@ -1,5 +0,0 @@ -#contributor : Jimmy Wu -#group : meta -#name : -# -- - \ No newline at end of file diff --git a/html-mode/meta.http-equiv b/html-mode/meta.http-equiv deleted file mode 100644 index 9913652aa..000000000 --- a/html-mode/meta.http-equiv +++ /dev/null @@ -1,5 +0,0 @@ -#contributor : Jimmy Wu -#name : -#group : meta -# -- - diff --git a/html-mode/meta/doctype b/html-mode/meta/doctype new file mode 100644 index 000000000..ab3490570 --- /dev/null +++ b/html-mode/meta/doctype @@ -0,0 +1,4 @@ +# name: Doctype HTML 4.01 Strict +# key: doctype +# -- + \ No newline at end of file diff --git a/html-mode/meta/doctype.xhml1 b/html-mode/meta/doctype.xhml1 new file mode 100644 index 000000000..3671cf571 --- /dev/null +++ b/html-mode/meta/doctype.xhml1 @@ -0,0 +1,4 @@ +# name: DocType XHTML 1.0 frameset +# key: doctype +# -- + \ No newline at end of file diff --git a/html-mode/meta/doctype.xhtml1_1 b/html-mode/meta/doctype.xhtml1_1 new file mode 100644 index 000000000..bb3e709e7 --- /dev/null +++ b/html-mode/meta/doctype.xhtml1_1 @@ -0,0 +1,4 @@ +# name: DocType XHTML 1.1 +# key: doctype +# -- + \ No newline at end of file diff --git a/html-mode/meta/doctype.xhtml1_strict b/html-mode/meta/doctype.xhtml1_strict new file mode 100644 index 000000000..4e4c56745 --- /dev/null +++ b/html-mode/meta/doctype.xhtml1_strict @@ -0,0 +1,4 @@ +# name: DocType XHTML 1.0 Strict +# key: doctype +# -- + \ No newline at end of file diff --git a/html-mode/meta/doctype.xhtml1_transitional b/html-mode/meta/doctype.xhtml1_transitional new file mode 100644 index 000000000..d1ae7f9be --- /dev/null +++ b/html-mode/meta/doctype.xhtml1_transitional @@ -0,0 +1,4 @@ +# name: DocType XHTML 1.0 Transitional +# key: doctype +# -- + \ No newline at end of file diff --git a/html-mode/meta/meta b/html-mode/meta/meta new file mode 100644 index 000000000..235eb76bc --- /dev/null +++ b/html-mode/meta/meta @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: +# key: meta +# -- + \ No newline at end of file diff --git a/html-mode/meta/meta.http-equiv b/html-mode/meta/meta.http-equiv new file mode 100644 index 000000000..ef38ed8cd --- /dev/null +++ b/html-mode/meta/meta.http-equiv @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: +# key: meta +# -- + \ No newline at end of file diff --git a/html-mode/p b/html-mode/p new file mode 100644 index 000000000..69fca09cd --- /dev/null +++ b/html-mode/p @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name:

    ...

    +# key: p +# -- +

    $1

    \ No newline at end of file diff --git a/html-mode/pre b/html-mode/pre new file mode 100644 index 000000000..040b8f577 --- /dev/null +++ b/html-mode/pre @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
    ...
    +# key: pre +# -- +
    +  $0
    +
    \ No newline at end of file diff --git a/html-mode/q.yasnippet b/html-mode/q.yasnippet new file mode 100755 index 000000000..dbaab0637 --- /dev/null +++ b/html-mode/q.yasnippet @@ -0,0 +1,7 @@ +# contributor: Xah Lee xahlee.org +# name:
    ...
    +# key: q +# -- +
    +$0 +
    \ No newline at end of file diff --git a/html-mode/quote b/html-mode/quote new file mode 100644 index 000000000..a5790674a --- /dev/null +++ b/html-mode/quote @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name:
    ...
    +# key: quote +# -- +
    + $1 +
    \ No newline at end of file diff --git a/html-mode/script.javascript b/html-mode/script.javascript index bf0c3b55d..c2407553d 100644 --- a/html-mode/script.javascript +++ b/html-mode/script.javascript @@ -1,6 +1,7 @@ -#contributor : Jimmy Wu -#name : -# -- - +# key: script +# -- + \ No newline at end of file diff --git a/html-mode/script.javascript-src b/html-mode/script.javascript-src index b64c4dcc0..fd5758db1 100644 --- a/html-mode/script.javascript-src +++ b/html-mode/script.javascript-src @@ -1,4 +1,5 @@ -#contributor : Jimmy Wu -#name : -# -- +# contributor: Jimmy Wu +#name : +# key: script +# -- \ No newline at end of file diff --git a/html-mode/span b/html-mode/span new file mode 100644 index 000000000..14c2ca74a --- /dev/null +++ b/html-mode/span @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: span +# -- +$1 \ No newline at end of file diff --git a/html-mode/span.class b/html-mode/span.class new file mode 100644 index 000000000..a496aaa92 --- /dev/null +++ b/html-mode/span.class @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: span +# -- +$2 \ No newline at end of file diff --git a/html-mode/span.id b/html-mode/span.id new file mode 100644 index 000000000..0dc1ee1c7 --- /dev/null +++ b/html-mode/span.id @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: span +# -- +$2 \ No newline at end of file diff --git a/html-mode/style b/html-mode/style new file mode 100644 index 000000000..e159a3486 --- /dev/null +++ b/html-mode/style @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: +# key: style +# -- + \ No newline at end of file diff --git a/html-mode/table/table b/html-mode/table/table new file mode 100644 index 000000000..b3a180f98 --- /dev/null +++ b/html-mode/table/table @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ...
    +# key: table +# -- + + $0 +
    \ No newline at end of file diff --git a/html-mode/table/td b/html-mode/table/td new file mode 100644 index 000000000..a87892e0a --- /dev/null +++ b/html-mode/table/td @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: td +# -- +$2 \ No newline at end of file diff --git a/html-mode/table/th b/html-mode/table/th new file mode 100644 index 000000000..0a07ac117 --- /dev/null +++ b/html-mode/table/th @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: th +# -- +$2 \ No newline at end of file diff --git a/html-mode/table/tr b/html-mode/table/tr new file mode 100644 index 000000000..15e8fc3b3 --- /dev/null +++ b/html-mode/table/tr @@ -0,0 +1,7 @@ +# contributor: Jimmy Wu +# name: ... +# key: tr +# -- + + $0 + \ No newline at end of file diff --git a/html-mode/textarea b/html-mode/textarea index 058498fa0..650cc519c 100644 --- a/html-mode/textarea +++ b/html-mode/textarea @@ -1,4 +1,5 @@ -#contributor : Jimmy Wu -#name : -# -- +# contributor: Jimmy Wu +# name: +# key: textarea +# -- \ No newline at end of file diff --git a/html-mode/title b/html-mode/title new file mode 100644 index 000000000..d9d0ddbac --- /dev/null +++ b/html-mode/title @@ -0,0 +1,5 @@ +# contributor: Jimmy Wu +# name: ... +# key: title +# -- +$1 \ No newline at end of file