提交 51f246f2 编写于 作者: K kieferrm

Merge branch 'FixMarkdownIssues' of git://github.com/rebornix/vscode into...

Merge branch 'FixMarkdownIssues' of git://github.com/rebornix/vscode into rebornix-FixMarkdownIssues
...@@ -22,5 +22,19 @@ ...@@ -22,5 +22,19 @@
"(", "(",
")" ")"
] ]
],
"autoClosingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
] ]
} }
\ No newline at end of file
...@@ -82,6 +82,10 @@ ...@@ -82,6 +82,10 @@
<key>include</key> <key>include</key>
<string>#fenced_code_block_ruby</string> <string>#fenced_code_block_ruby</string>
</dict> </dict>
<dict>
<key>include</key>
<string>#fenced_code_block_php</string>
</dict>
<dict> <dict>
<key>include</key> <key>include</key>
<string>#fenced_code_block_sql</string> <string>#fenced_code_block_sql</string>
...@@ -658,6 +662,22 @@ ...@@ -658,6 +662,22 @@
</dict> </dict>
</array> </array>
</dict> </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> <key>fenced_code_block_sql</key>
<dict> <dict>
<key>begin</key> <key>begin</key>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册