mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -179,11 +179,11 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>while</key>
|
||||
<string>^\s*(?!</(script|style|pre)>)</string>
|
||||
<string>^(?!.*</(script|style|pre)>)</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>end</key>
|
||||
<string>(?=</(script|style|pre)>)</string>
|
||||
<string>(?=.*</(script|style|pre)>)</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>begin</key>
|
||||
@@ -1175,12 +1175,14 @@
|
||||
<key>match</key>
|
||||
<string>(`+)([^`]|(?!(?<!`)\1(?!`))`)*+(\1)</string>
|
||||
<key>name</key>
|
||||
<string>markup.inline.raw.markdown</string>
|
||||
<string>markup.inline.raw.string.markdown</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>frontMatter</key>
|
||||
<dict>
|
||||
<key>contentName</key>
|
||||
<string>meta.embedded.block.frontmatter</string>
|
||||
<key>begin</key>
|
||||
<string>\A-{3}\s*$</string>
|
||||
<key>while</key>
|
||||
|
||||
Reference in New Issue
Block a user