Sha256: bcd4284f77bca7c3071a21cd8d5169057b91aa4be0dbeb5716c3bc5df53e94b2

Contents?: true

Size: 334 Bytes

Versions: 7

Compression:

Stored size: 334 Bytes

Contents

Prism.languages.insertBefore('php', 'variable', {
	'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,
	'scope': {
		pattern: /\b[\w\\]+::/g,
		inside: {
			keyword: /(static|self|parent)/,
			punctuation: /(::|\\)/
		}
	}
});

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyhyhy-1.0.0 lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js
hyhyhy-0.0.9 lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js
hyhyhy-0.0.8 lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js
hyhyhy-0.0.7 lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js
hyhyhy-0.0.6 lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js
hyhyhy-0.0.5 lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js
hyhyhy-0.0.4 lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js