Commit 27492b6 1 parent 2f25895 commit 27492b6 Copy full SHA for 27492b6
File tree 1 file changed +10
-21
lines changed
1 file changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"information_for_contributors" : [
3
- " This file has been converted from https://github.com/atom /language-php/blob/master /grammars/php.cson" ,
3
+ " This file has been converted from https://github.com/roblourens /language-php/blob/revertBraceMatching /grammars/php.cson" ,
4
4
" If you want to provide a fix or improvement, please create a pull request against the original repository." ,
5
5
" Once accepted there, we are happy to receive an update request."
6
6
],
7
- "version" : " https://github.com/atom /language-php/commit/f53f2fc2c3f52468b6d205b8c2bbf79aca95f5b2 " ,
7
+ "version" : " https://github.com/roblourens /language-php/commit/91d50ab5f871ea2d11b4c511dc0b9a972e4ac5ce " ,
8
8
"scopeName" : " text.html.php" ,
9
9
"name" : " PHP" ,
10
10
"fileTypes" : [
1428
1428
{
1429
1429
"include" : " #comments"
1430
1430
},
1431
+ {
1432
+ "match" : " {" ,
1433
+ "name" : " punctuation.section.scope.begin.php"
1434
+ },
1435
+ {
1436
+ "match" : " }" ,
1437
+ "name" : " punctuation.section.scope.end.php"
1438
+ },
1431
1439
{
1432
1440
"begin" : " (?i)^\\ s*(interface)\\ s+([a-z_\\ x{7f}-\\ x{ff}][a-z0-9_\\ x{7f}-\\ x{ff}]*)\\ s*(extends)?\\ s*" ,
1433
1441
"beginCaptures" : {
2086
2094
{
2087
2095
"include" : " #string-backtick"
2088
2096
},
2089
- {
2090
- "begin" : " {" ,
2091
- "beginCaptures" : {
2092
- "0" : {
2093
- "name" : " punctuation.definition.begin.bracket.curly.php"
2094
- }
2095
- },
2096
- "end" : " }" ,
2097
- "endCaptures" : {
2098
- "0" : {
2099
- "name" : " punctuation.definition.end.bracket.curly.php"
2100
- }
2101
- },
2102
- "patterns" : [
2103
- {
2104
- "include" : " #language"
2105
- }
2106
- ]
2107
- },
2108
2097
{
2109
2098
"begin" : " \\ [" ,
2110
2099
"beginCaptures" : {
You can’t perform that action at this time.
0 commit comments