This commit is contained in:
rebornix 2016-06-20 17:42:20 +08:00
parent 10df2938f8
commit c958b5cb37

View file

@ -82,6 +82,10 @@
<key>include</key>
<string>#fenced_code_block_ruby</string>
</dict>
<dict>
<key>include</key>
<string>#fenced_code_block_php</string>
</dict>
<dict>
<key>include</key>
<string>#fenced_code_block_sql</string>
@ -658,6 +662,22 @@
</dict>
</array>
</dict>
<key>fenced_code_block_php</key>
<dict>
<key>begin</key>
<string>(^|\G)\s*([`~]{3,})\s*(php|php3|php4|php5|phpt|phtml|aw|ctp)\s*$</string>
<key>name</key>
<string>markup.fenced_code.block.markdown</string>
<key>end</key>
<string>(^|\G)(\2)\n</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>text.html.php</string>
</dict>
</array>
</dict>
<key>fenced_code_block_sql</key>
<dict>
<key>begin</key>