Skip to content

Commit

Permalink
Merge pull request #29130 from jens1o/jens1o-update-php-grammar
Browse files Browse the repository at this point in the history
update php grammar
  • Loading branch information
roblourens authored Jun 21, 2017
2 parents c1906c7 + d4e6fc4 commit 691fbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/php/syntaxes/php.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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/f6462225e76ab54efae04a5b477e803e90f9572c",
"version": "https://github.com/atom/language-php/commit/e1290265f3d68316347e0ab2665686016b4b24b7",
"scopeName": "text.html.php",
"name": "PHP",
"fileTypes": [
Expand Down Expand Up @@ -3214,7 +3214,7 @@
"name": "punctuation.section.array.end.php"
}
},
"match": "(?x)\n((\\$)(?<name>[a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*))\n(?:\n (->)(\\g<name>)\n |\n (\\[)(?:(\\d+)|((\\$)\\g<name>)|([a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*))(\\])\n)?"
"match": "(?xi)\n((\\$)(?<name>[a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*))\n(?:\n (->)(\\g<name>)\n |\n (\\[)(?:(\\d+)|((\\$)\\g<name>)|([a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*))(\\])\n)?"
},
{
"captures": {
Expand Down

0 comments on commit 691fbe1

Please sign in to comment.