diff --git a/Commands/Insert Call to Parent.tmCommand b/Commands/Insert Call to Parent.tmCommand
index bb80e8e..f5f78d5 100755
--- a/Commands/Insert Call to Parent.tmCommand
+++ b/Commands/Insert Call to Parent.tmCommand
@@ -104,15 +104,23 @@ for ($x = $functionToken + 1; $x < $numTokens; $x++) {
echo "parent::{$functionName}(" . implode(', ', $params) . ');$0';
input
document
+ inputFormat
+ text
name
Insert Call to Parent
- output
- insertAsSnippet
+ outputCaret
+ afterOutput
+ outputFormat
+ snippet
+ outputLocation
+ replaceSelection
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
parent
uuid
978B5E5E-F5C6-4FD8-B346-B0C85883D600
+ version
+ 2
diff --git a/Snippets/$GLOBALS[''].tmSnippet b/Snippets/$GLOBALS[''].tmSnippet
index 652c8d3..7984dd6 100644
--- a/Snippets/$GLOBALS[''].tmSnippet
+++ b/Snippets/$GLOBALS[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
$GLOBALS['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
globals
uuid
diff --git a/Snippets/$_COOKIE[''].tmSnippet b/Snippets/$_COOKIE[''].tmSnippet
index d990917..acca6ef 100644
--- a/Snippets/$_COOKIE[''].tmSnippet
+++ b/Snippets/$_COOKIE[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
COOKIE['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/$_ENV[''].tmSnippet b/Snippets/$_ENV[''].tmSnippet
index ae2e47f..da0ea7e 100644
--- a/Snippets/$_ENV[''].tmSnippet
+++ b/Snippets/$_ENV[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
ENV['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/$_FILES[''].tmSnippet b/Snippets/$_FILES[''].tmSnippet
index 940cf08..71629f6 100644
--- a/Snippets/$_FILES[''].tmSnippet
+++ b/Snippets/$_FILES[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
FILES['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/$_GET[''].tmSnippet b/Snippets/$_GET[''].tmSnippet
index 6173b52..132c334 100644
--- a/Snippets/$_GET[''].tmSnippet
+++ b/Snippets/$_GET[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
GET['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/$_POST[''].tmSnippet b/Snippets/$_POST[''].tmSnippet
index a8bd5f0..7c63821 100644
--- a/Snippets/$_POST[''].tmSnippet
+++ b/Snippets/$_POST[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
POST['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/$_REQUEST[''].tmSnippet b/Snippets/$_REQUEST[''].tmSnippet
index 813310b..4935501 100644
--- a/Snippets/$_REQUEST[''].tmSnippet
+++ b/Snippets/$_REQUEST[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
REQUEST['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/$_SERVER[''].tmSnippet b/Snippets/$_SERVER[''].tmSnippet
index aa78862..c373d79 100644
--- a/Snippets/$_SERVER[''].tmSnippet
+++ b/Snippets/$_SERVER[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
SERVER['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/$_SESSION[''].tmSnippet b/Snippets/$_SESSION[''].tmSnippet
index c474c50..c68419d 100644
--- a/Snippets/$_SESSION[''].tmSnippet
+++ b/Snippets/$_SESSION[''].tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
SESSION['…']
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
$_
uuid
diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index 42b8aac..90d379d 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -9,7 +9,7 @@
name
<?php … ?>
scope
- text.html.php
+ text.html.php - comment.block.documentation.phpdoc.php
tabTrigger
php
uuid
diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index d243c3c..1603e00 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -7,7 +7,7 @@
name
<?php echo … ?>
scope
- text.html.php
+ text.html.php - comment.block.documentation.phpdoc.php
tabTrigger
echo
uuid
diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index c074d8b..b6653d6 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -7,7 +7,7 @@
name
<?php echo htmlentities(…) ?>
scope
- text.html.php
+ text.html.php - comment.block.documentation.phpdoc.php
tabTrigger
echoh
uuid
diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index c37f51b..df4e8c2 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -7,7 +7,7 @@
name
<?php else: ?>
scope
- text.html.php
+ text.html.php - comment.block.documentation.phpdoc.php
tabTrigger
else
uuid
diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index fd6181f..7a9668e 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -9,7 +9,7 @@
name
<?php foreach (…) … <?php endforeach ?>
scope
- text.html.php
+ text.html.php - comment.block.documentation.phpdoc.php
tabTrigger
foreach
uuid
diff --git a/Snippets/ ___ ___ .tmSnippet b/Snippets/ ___ ___ .tmSnippet
index dd777f3..81b319a 100644
--- a/Snippets/ ___ ___ .tmSnippet
+++ b/Snippets/ ___ ___ .tmSnippet
@@ -11,7 +11,7 @@
name
<?php if (…) ?> … <?php else ?> … <?php endif ?>
scope
- text.html.php
+ text.html.php - comment.block.documentation.phpdoc.php
tabTrigger
ifelse
uuid
diff --git a/Snippets/ ___ .tmSnippet b/Snippets/ ___ .tmSnippet
index 4a2d0a6..b26aaa7 100644
--- a/Snippets/ ___ .tmSnippet
+++ b/Snippets/ ___ .tmSnippet
@@ -9,7 +9,7 @@
name
<?php if (…) ?> … <?php endif ?>
scope
- text.html.php
+ text.html.php - comment.block.documentation.phpdoc.php
tabTrigger
if
uuid
diff --git "a/Snippets/?>\342\200\246\342\200\246\342\200\246\342\200\246name
?>…<?php
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
php
uuid
diff --git a/Snippets/Constructor.tmSnippet b/Snippets/Constructor.tmSnippet
index f31a8f6..9811fe9 100644
--- a/Snippets/Constructor.tmSnippet
+++ b/Snippets/Constructor.tmSnippet
@@ -9,7 +9,7 @@
name
function __construct
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
con
uuid
diff --git a/Snippets/Heredoc.tmSnippet b/Snippets/Heredoc.tmSnippet
index b1d2d12..ad9fbaa 100644
--- a/Snippets/Heredoc.tmSnippet
+++ b/Snippets/Heredoc.tmSnippet
@@ -10,9 +10,9 @@ $1;
name
Heredoc
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
- <<<
+ <<< - comment.block.documentation.phpdoc.php
uuid
1634287E-035A-4617-9AD8-09133183F8FE
diff --git a/Snippets/Include TextMate Support Script.tmSnippet b/Snippets/Include TextMate Support Script.tmSnippet
index c86b5fd..f5a6b28 100644
--- a/Snippets/Include TextMate Support Script.tmSnippet
+++ b/Snippets/Include TextMate Support Script.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -16,7 +16,7 @@ fi`
name
Include TextMate Support Script
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
tmphp
uuid
diff --git a/Snippets/class { }.tmSnippet b/Snippets/class { }.tmSnippet
index 55ec65b..f8e3134 100644
--- a/Snippets/class { }.tmSnippet
+++ b/Snippets/class { }.tmSnippet
@@ -18,7 +18,7 @@ class ${2:ClassName}${3: extends ${4:AnotherClass}}
name
class …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
class
uuid
diff --git a/Snippets/define( ).tmSnippet b/Snippets/define( ).tmSnippet
index 5b9eddb..44e58a4 100644
--- a/Snippets/define( ).tmSnippet
+++ b/Snippets/define( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -8,7 +8,7 @@ $0
name
define(…, …)
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
def
uuid
diff --git a/Snippets/defined( ).tmSnippet b/Snippets/defined( ).tmSnippet
index 2f86ce7..59dfd7d 100644
--- a/Snippets/defined( ).tmSnippet
+++ b/Snippets/defined( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
defined(…)
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
def?
uuid
diff --git a/Snippets/do while( ).tmSnippet b/Snippets/do while( ).tmSnippet
index 500dafa..1ffe698 100644
--- a/Snippets/do while( ).tmSnippet
+++ b/Snippets/do while( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
do … while …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
do
uuid
diff --git a/Snippets/echo ___.tmSnippet b/Snippets/echo ___.tmSnippet
index 8140b8c..5819583 100644
--- a/Snippets/echo ___.tmSnippet
+++ b/Snippets/echo ___.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
echo "…"
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
echo
uuid
diff --git a/Snippets/else {}.tmSnippet b/Snippets/else {}.tmSnippet
index 8592032..9108c0a 100644
--- a/Snippets/else {}.tmSnippet
+++ b/Snippets/else {}.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
else …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
else
uuid
diff --git a/Snippets/elseif( ).tmSnippet b/Snippets/elseif( ).tmSnippet
index 1c35909..02f3436 100644
--- a/Snippets/elseif( ).tmSnippet
+++ b/Snippets/elseif( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
elseif …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
elseif
uuid
diff --git a/Snippets/for( ).tmSnippet b/Snippets/for( ).tmSnippet
index 3b5819f..f04890a 100644
--- a/Snippets/for( ).tmSnippet
+++ b/Snippets/for( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
for …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
for
uuid
diff --git a/Snippets/foreach( ).tmSnippet b/Snippets/foreach( ).tmSnippet
index a534e47..347392b 100644
--- a/Snippets/foreach( ).tmSnippet
+++ b/Snippets/foreach( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
foreach …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
foreach
uuid
diff --git a/Snippets/function xx( ).tmSnippet b/Snippets/function xx( ).tmSnippet
index 1a252be..796600c 100644
--- a/Snippets/function xx( ).tmSnippet
+++ b/Snippets/function xx( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -10,7 +10,7 @@
name
function …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
fun
uuid
diff --git a/Snippets/if ?: a : b;.tmSnippet b/Snippets/if ?: a : b;.tmSnippet
index ee02e7c..de4fcc3 100644
--- a/Snippets/if ?: a : b;.tmSnippet
+++ b/Snippets/if ?: a : b;.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,9 +7,9 @@
name
$… = ( … ) ? … : …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
- if?
+ if? - comment.block.documentation.phpdoc.php
uuid
7720523B-8CCE-11D9-B507-000D93C8BE28
diff --git a/Snippets/if( ) else( ).tmSnippet b/Snippets/if( ) else( ).tmSnippet
index 84fe39a..d66c56c 100644
--- a/Snippets/if( ) else( ).tmSnippet
+++ b/Snippets/if( ) else( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -12,7 +12,7 @@ $0
name
if … else …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
ifelse
uuid
diff --git a/Snippets/if( ).tmSnippet b/Snippets/if( ).tmSnippet
index f0137b4..6fe2b99 100644
--- a/Snippets/if( ).tmSnippet
+++ b/Snippets/if( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
if …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
if
uuid
diff --git a/Snippets/include( ).tmSnippet b/Snippets/include( ).tmSnippet
index eca78c0..40481e7 100644
--- a/Snippets/include( ).tmSnippet
+++ b/Snippets/include( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
include …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
incl
uuid
diff --git a/Snippets/include_once( ).tmSnippet b/Snippets/include_once( ).tmSnippet
index 142582a..1044524 100644
--- a/Snippets/include_once( ).tmSnippet
+++ b/Snippets/include_once( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
include_once …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
incl1
uuid
diff --git a/Snippets/new array( ).tmSnippet b/Snippets/new array( ).tmSnippet
index 95091d2..33cf61f 100644
--- a/Snippets/new array( ).tmSnippet
+++ b/Snippets/new array( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
$… = array (…)
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
array
uuid
diff --git a/Snippets/require( ).tmSnippet b/Snippets/require( ).tmSnippet
index 23a5c30..5f4c525 100644
--- a/Snippets/require( ).tmSnippet
+++ b/Snippets/require( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
require …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
req
uuid
diff --git a/Snippets/require_once( ).tmSnippet b/Snippets/require_once( ).tmSnippet
index 4ed0d18..ffa08db 100644
--- a/Snippets/require_once( ).tmSnippet
+++ b/Snippets/require_once( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
require_once …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
req1
uuid
diff --git a/Snippets/return $retVal;.tmSnippet b/Snippets/return $retVal;.tmSnippet
index 8588f02..8cb50a0 100644
--- a/Snippets/return $retVal;.tmSnippet
+++ b/Snippets/return $retVal;.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
return
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
ret
uuid
diff --git a/Snippets/return FALSE;.tmSnippet b/Snippets/return FALSE;.tmSnippet
index dfd2c15..108cea7 100644
--- a/Snippets/return FALSE;.tmSnippet
+++ b/Snippets/return FALSE;.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
return false
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
ret0
uuid
diff --git a/Snippets/return TRUE;.tmSnippet b/Snippets/return TRUE;.tmSnippet
index 8649c13..4b7f2e3 100644
--- a/Snippets/return TRUE;.tmSnippet
+++ b/Snippets/return TRUE;.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -7,7 +7,7 @@
name
return true
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
ret1
uuid
diff --git a/Snippets/switch( ) case:.tmSnippet b/Snippets/switch( ) case:.tmSnippet
index 7a40d93..995e285 100644
--- a/Snippets/switch( ) case:.tmSnippet
+++ b/Snippets/switch( ) case:.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
case …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
case
uuid
diff --git a/Snippets/switch( ).tmSnippet b/Snippets/switch( ).tmSnippet
index 61a5e01..dede613 100644
--- a/Snippets/switch( ).tmSnippet
+++ b/Snippets/switch( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -15,7 +15,7 @@
name
switch …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
switch
uuid
diff --git a/Snippets/throw.tmSnippet b/Snippets/throw.tmSnippet
index ff6f8ed..c4163d2 100644
--- a/Snippets/throw.tmSnippet
+++ b/Snippets/throw.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -8,7 +8,7 @@ $0
name
Throw Exception
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
throw
uuid
diff --git a/Snippets/try { ___ } catch (___) { ___ }.tmSnippet b/Snippets/try { ___ } catch (___) { ___ }.tmSnippet
index 07ccac7..8fb5fce 100644
--- a/Snippets/try { ___ } catch (___) { ___ }.tmSnippet
+++ b/Snippets/try { ___ } catch (___) { ___ }.tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -13,7 +13,7 @@ ${TM_SELECTED_TEXT/([\t ]*).*/$1/m}}
name
Wrap in try { … } catch (…) { … }
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
try
uuid
diff --git a/Snippets/while( ).tmSnippet b/Snippets/while( ).tmSnippet
index fcacfc8..756a692 100644
--- a/Snippets/while( ).tmSnippet
+++ b/Snippets/while( ).tmSnippet
@@ -1,5 +1,5 @@
-
+
content
@@ -9,7 +9,7 @@
name
while …
scope
- source.php
+ source.php - comment.block.documentation.phpdoc.php
tabTrigger
while
uuid