Commit 52b0501058f94fe9f27db142216941ec81c73158

Miles Johnson 2013-06-03T18:14:02

Removed markup parsing

diff --git a/components/prism-php.js b/components/prism-php.js
index 82206de..a4e32f1 100644
--- a/components/prism-php.js
+++ b/components/prism-php.js
@@ -42,18 +42,4 @@ Prism.languages.insertBefore('php', 'operator', {
 		pattern: /(->)[\w]+/g,
 		lookbehind: true
 	}
-});
-
-if (Prism.languages.markup) {
-	Prism.languages.insertBefore('php', 'comment', {
-		'markup': {
-			pattern: Prism.languages.markup.tag.pattern,
-			inside: Prism.util.merge({
-				php: {
-					pattern: /(&lt;|<)\?php[\w\W]*?\?(>|&gt;)/ig,
-					inside: Prism.languages.php
-				}
-			}, Prism.languages.markup.tag.inside)
-		}
-	});
-}
\ No newline at end of file
+});
\ No newline at end of file
diff --git a/components/prism-php.min.js b/components/prism-php.min.js
index 268ba97..24ebb9d 100644
--- a/components/prism-php.min.js
+++ b/components/prism-php.min.js
@@ -1 +1 @@
-Prism.languages.php=Prism.languages.extend("clike",{keyword:/\b(and|or|xor|array|as|break|case|cfunction|class|const|continue|declare|default|die|do|else|elseif|enddeclare|endfor|endforeach|endif|endswitch|endwhile|extends|for|foreach|function|include|include_once|global|if|new|return|static|switch|use|require|require_once|var|while|abstract|interface|public|implements|extends|private|protected|parent|static|throw|null|echo|print|trait|namespace|use|final|yield|goto)\b/ig,constant:/\b[A-Z0-9_]{2,}\b/g}); Prism.languages.insertBefore("php","keyword",{deliminator:/(\?>|\?&gt;|&lt;\?php|<\?php)/ig,"this":/\$this/g,global:/\$_?(GLOBALS|SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)/g,variable:/(\$\w+)\b/ig,scope:{pattern:/\b[\w\\]+::/g,inside:{keyword:/(static|self|parent)/,punctuation:/(::|\\)/}},"package":{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/g,lookbehind:!0,inside:{punctuation:/\\/}}}); Prism.languages.insertBefore("php","operator",{property:{pattern:/(-&gt;)[\w]+/g,lookbehind:!0}});Prism.languages.markup&&Prism.languages.insertBefore("php","comment",{markup:{pattern:Prism.languages.markup.tag.pattern,inside:Prism.util.merge({php:{pattern:/(&lt;|<)\?php[\w\W]*?\?(>|&gt;)/ig,inside:Prism.languages.php}},Prism.languages.markup.tag.inside)}});
\ No newline at end of file
+Prism.languages.php=Prism.languages.extend("clike",{keyword:/\b(and|or|xor|array|as|break|case|cfunction|class|const|continue|declare|default|die|do|else|elseif|enddeclare|endfor|endforeach|endif|endswitch|endwhile|extends|for|foreach|function|include|include_once|global|if|new|return|static|switch|use|require|require_once|var|while|abstract|interface|public|implements|extends|private|protected|parent|static|throw|null|echo|print|trait|namespace|use|final|yield|goto)\b/ig,constant:/\b[A-Z0-9_]{2,}\b/g}); Prism.languages.insertBefore("php","keyword",{deliminator:/(\?>|\?&gt;|&lt;\?php|<\?php)/ig,"this":/\$this/g,global:/\$_?(GLOBALS|SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)/g,variable:/(\$\w+)\b/ig,scope:{pattern:/\b[\w\\]+::/g,inside:{keyword:/(static|self|parent)/,punctuation:/(::|\\)/}},"package":{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/g,lookbehind:!0,inside:{punctuation:/\\/}}}); Prism.languages.insertBefore("php","operator",{property:{pattern:/(-&gt;)[\w]+/g,lookbehind:!0}});
\ No newline at end of file