This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Commit ff64523 1 parent b029889 commit ff64523 Copy full SHA for ff64523
File tree 2 files changed +54
-0
lines changed
2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 48
48
' include' : ' #php-tag'
49
49
}
50
50
]
51
+ ' L:meta.embedded.php.blade' :
52
+ ' patterns' : [
53
+ {
54
+ " include" : " text.html.basic"
55
+ }
56
+ {
57
+ ' include' : ' text.html.php.blade#blade'
58
+ }
59
+ ]
51
60
' patterns' : [
52
61
{
53
62
' begin' : ' \\ A#!'
Original file line number Diff line number Diff line change 1887
1887
}
1888
1888
]
1889
1889
}
1890
+ {
1891
+ ' begin' : ' (<<<)\\ s*("?)(BLADE)(\\ 2)(\\ s*)$'
1892
+ ' beginCaptures' :
1893
+ ' 0' :
1894
+ ' name' : ' punctuation.section.embedded.begin.php'
1895
+ ' 1' :
1896
+ ' name' : ' punctuation.definition.string.php'
1897
+ ' 3' :
1898
+ ' name' : ' keyword.operator.heredoc.php'
1899
+ ' 5' :
1900
+ ' name' : ' invalid.illegal.trailing-whitespace.php'
1901
+ ' contentName' : ' text.html.php.blade'
1902
+ ' end' : ' ^\\ s*(\\ 3)(?![A-Za-z0-9_\\ x{7f}-\\ x{10ffff}])'
1903
+ ' endCaptures' :
1904
+ ' 0' :
1905
+ ' name' : ' punctuation.section.embedded.end.php'
1906
+ ' 1' :
1907
+ ' name' : ' keyword.operator.heredoc.php'
1908
+ ' name' : ' meta.embedded.php.blade'
1909
+ ' patterns' : [
1910
+ {
1911
+ ' include' : ' #interpolation'
1912
+ }
1913
+ ]
1914
+ }
1890
1915
{
1891
1916
' begin' : ' (?i)(<<<)\\ s*("?)([a-z_\\ x{7f}-\\ x{10ffff}]+[a-z0-9_\\ x{7f}-\\ x{10ffff}]*)(\\ 2)(\\ s*)'
1892
1917
' beginCaptures' :
2125
2150
}
2126
2151
]
2127
2152
}
2153
+ {
2154
+ ' begin' : ' (<<<)\\ s*\' (BLADE)\' (\\ s*)$'
2155
+ ' beginCaptures' :
2156
+ ' 0' :
2157
+ ' name' : ' punctuation.section.embedded.begin.php'
2158
+ ' 1' :
2159
+ ' name' : ' punctuation.definition.string.php'
2160
+ ' 2' :
2161
+ ' name' : ' keyword.operator.nowdoc.php'
2162
+ ' 3' :
2163
+ ' name' : ' invalid.illegal.trailing-whitespace.php'
2164
+ ' contentName' : ' text.html.php.blade'
2165
+ ' end' : ' ^\\ s*(\\ 2)(?![A-Za-z0-9_\\ x{7f}-\\ x{10ffff}])'
2166
+ ' endCaptures' :
2167
+ ' 0' :
2168
+ ' name' : ' punctuation.section.embedded.end.php'
2169
+ ' 1' :
2170
+ ' name' : ' keyword.operator.nowdoc.php'
2171
+ ' name' : ' meta.embedded.php.blade'
2172
+ }
2128
2173
{
2129
2174
' begin' : ' (?i)(<<<)\\ s*\' ([a-z_\\ x{7f}-\\ x{10ffff}]+[a-z0-9_\\ x{7f}-\\ x{10ffff}]*)\' (\\ s*)'
2130
2175
' beginCaptures' :
You can’t perform that action at this time.
0 commit comments