summaryrefslogtreecommitdiff
path: root/.config/vim/templates/php
diff options
context:
space:
mode:
Diffstat (limited to '.config/vim/templates/php')
-rwxr-xr-x.config/vim/templates/php/$1
-rwxr-xr-x.config/vim/templates/php/dl6
-rwxr-xr-x.config/vim/templates/php/dt3
-rwxr-xr-x.config/vim/templates/php/em1
-rwxr-xr-x.config/vim/templates/php/fore4
-rwxr-xr-x.config/vim/templates/php/form6
-rwxr-xr-x.config/vim/templates/php/html17
-rwxr-xr-x.config/vim/templates/php/input2
-rwxr-xr-x.config/vim/templates/php/li2
-rwxr-xr-x.config/vim/templates/php/ol5
-rwxr-xr-x.config/vim/templates/php/p4
-rwxr-xr-x.config/vim/templates/php/script4
-rwxr-xr-x.config/vim/templates/php/ul5
-rwxr-xr-x.config/vim/templates/php/while4
14 files changed, 0 insertions, 64 deletions
diff --git a/.config/vim/templates/php/$ b/.config/vim/templates/php/$
deleted file mode 100755
index 86f8609..0000000
--- a/.config/vim/templates/php/$
+++ /dev/null
@@ -1 +0,0 @@
-document.getElementById("<++>").<++>
diff --git a/.config/vim/templates/php/dl b/.config/vim/templates/php/dl
deleted file mode 100755
index c7bff2e..0000000
--- a/.config/vim/templates/php/dl
+++ /dev/null
@@ -1,6 +0,0 @@
-<dl>
- <dt><++></dt>
- <dd><++></dd>
- <++>
-</dl>
-<++>
diff --git a/.config/vim/templates/php/dt b/.config/vim/templates/php/dt
deleted file mode 100755
index eee603e..0000000
--- a/.config/vim/templates/php/dt
+++ /dev/null
@@ -1,3 +0,0 @@
-<dt><++></dt>
-<dd><++></dd>
-<++>
diff --git a/.config/vim/templates/php/em b/.config/vim/templates/php/em
deleted file mode 100755
index 53f4852..0000000
--- a/.config/vim/templates/php/em
+++ /dev/null
@@ -1 +0,0 @@
-<em><++></em><++>
diff --git a/.config/vim/templates/php/fore b/.config/vim/templates/php/fore
deleted file mode 100755
index 5816e79..0000000
--- a/.config/vim/templates/php/fore
+++ /dev/null
@@ -1,4 +0,0 @@
-foreach(<++> as <++> => <++>)
-{
- <++>
-}
diff --git a/.config/vim/templates/php/form b/.config/vim/templates/php/form
deleted file mode 100755
index 5985979..0000000
--- a/.config/vim/templates/php/form
+++ /dev/null
@@ -1,6 +0,0 @@
-<form method="<++>" action="<++>">
-<p>
- <++>
-</p>
-</form>
-<++>
diff --git a/.config/vim/templates/php/html b/.config/vim/templates/php/html
deleted file mode 100755
index 618a876..0000000
--- a/.config/vim/templates/php/html
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC
- "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title><+title+></title>
- <style type="text/css">
- </style>
- </head>
- <body>
- <h1><+title+></h1>
- <++>
- </body>
-</html>
diff --git a/.config/vim/templates/php/input b/.config/vim/templates/php/input
deleted file mode 100755
index 670e334..0000000
--- a/.config/vim/templates/php/input
+++ /dev/null
@@ -1,2 +0,0 @@
-<input type="<++>" name="<++>" />
-<++>
diff --git a/.config/vim/templates/php/li b/.config/vim/templates/php/li
deleted file mode 100755
index b04522c..0000000
--- a/.config/vim/templates/php/li
+++ /dev/null
@@ -1,2 +0,0 @@
-<li><++></li>
-<++>
diff --git a/.config/vim/templates/php/ol b/.config/vim/templates/php/ol
deleted file mode 100755
index 119e490..0000000
--- a/.config/vim/templates/php/ol
+++ /dev/null
@@ -1,5 +0,0 @@
-<ol>
- <li><++></li>
- <++>
-</ol>
-<++>
diff --git a/.config/vim/templates/php/p b/.config/vim/templates/php/p
deleted file mode 100755
index 92cd897..0000000
--- a/.config/vim/templates/php/p
+++ /dev/null
@@ -1,4 +0,0 @@
-<p>
- <++>
-</p>
-<++>
diff --git a/.config/vim/templates/php/script b/.config/vim/templates/php/script
deleted file mode 100755
index 61aab67..0000000
--- a/.config/vim/templates/php/script
+++ /dev/null
@@ -1,4 +0,0 @@
-<script type="text/javascript">
- <++>
-</script>
-<++>
diff --git a/.config/vim/templates/php/ul b/.config/vim/templates/php/ul
deleted file mode 100755
index f65ab78..0000000
--- a/.config/vim/templates/php/ul
+++ /dev/null
@@ -1,5 +0,0 @@
-<ul>
- <li><++></li>
- <++>
-</ul>
-<++>
diff --git a/.config/vim/templates/php/while b/.config/vim/templates/php/while
deleted file mode 100755
index 0e6e202..0000000
--- a/.config/vim/templates/php/while
+++ /dev/null
@@ -1,4 +0,0 @@
-while(<++>)
-{
- <++>
-}