%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : www.kowitt.ac.th / Your IP : 216.73.216.118 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/Microsoft VS Code/resources/app/extensions/php/syntaxes/ |
Upload File : |
{ "information_for_contributors": [ "This file has been converted from https://github.com/atom/language-php/blob/master/grammars/html.cson", "If you want to provide a fix or improvement, please create a pull request against the original repository.", "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/atom/language-php/commit/72bfa9592e689fdcb70562ff7d882ad5308e79f7", "name": "PHP", "scopeName": "text.html.php", "injections": { "L:source.php string.quoted.single.sql.php source.sql.embedded.php": { "patterns": [ { "match": "(#)(\\\\'|[^'])*(?='|$)", "name": "comment.line.number-sign.sql", "captures": { "1": { "name": "punctuation.definition.comment.sql" } } }, { "match": "(--)(\\\\'|[^'])*(?='|$)", "name": "comment.line.double-dash.sql", "captures": { "1": { "name": "punctuation.definition.comment.sql" } } }, { "match": "\\\\[\\\\'`\"]", "name": "constant.character.escape.php" }, { "match": "\"(?=((\\\\\")|[^\"'])*('|$))", "name": "string.quoted.double.unclosed.sql" } ] }, "L:source.php string.quoted.double.sql.php source.sql.embedded.php": { "patterns": [ { "match": "(#)(\\\\\"|[^\"])*(?=\"|$)", "name": "comment.line.number-sign.sql", "captures": { "1": { "name": "punctuation.definition.comment.sql" } } }, { "match": "(--)(\\\\\"|[^\"])*(?=\"|$)", "name": "comment.line.double-dash.sql", "captures": { "1": { "name": "punctuation.definition.comment.sql" } } }, { "match": "\\\\[\\\\'`\"]", "name": "constant.character.escape.php" }, { "match": "(')([^'\\\\]*)(')", "name": "string.quoted.single.sql", "captures": { "1": { "name": "punctuation.definition.string.begin.sql" }, "2": { "patterns": [ { "include": "source.php#interpolation_double_quoted" } ] }, "3": { "name": "punctuation.definition.string.end.sql" } } }, { "match": "(`)([^`\\\\]*)(`)", "name": "string.quoted.other.backtick.sql", "captures": { "1": { "name": "punctuation.definition.string.begin.sql" }, "2": { "patterns": [ { "include": "source.php#interpolation_double_quoted" } ] }, "3": { "name": "punctuation.definition.string.end.sql" } } }, { "match": "'(?=((\\\\')|[^'\"])*(\"|$))", "name": "string.quoted.single.unclosed.sql" }, { "include": "source.php#interpolation_double_quoted" } ] }, "text.html.php - (meta.embedded | meta.tag), L:text.html.php meta.tag, L:text.html.php source.js": { "patterns": [ { "include": "#php-tag" } ] } }, "patterns": [ { "begin": "\\A#!", "beginCaptures": { "0": { "name": "punctuation.definition.comment.php" } }, "end": "$", "name": "comment.line.shebang.php" }, { "include": "text.html.basic" } ], "repository": { "php-tag": { "patterns": [ { "begin": "<\\?(?i:php|=)?(?![^?]*\\?>)", "beginCaptures": { "0": { "name": "punctuation.section.embedded.begin.php" } }, "end": "(\\?)>", "endCaptures": { "0": { "name": "punctuation.section.embedded.end.php" }, "1": { "name": "source.php" } }, "name": "meta.embedded.block.php", "contentName": "source.php", "patterns": [ { "include": "source.php" } ] }, { "begin": "<\\?(?i:php|=)?", "beginCaptures": { "0": { "name": "punctuation.section.embedded.begin.php" } }, "end": "(\\?)>", "endCaptures": { "0": { "name": "punctuation.section.embedded.end.php" }, "1": { "name": "source.php" } }, "name": "meta.embedded.line.php", "contentName": "source.php", "patterns": [ { "include": "source.php" } ] } ] } } }