Skip to content

Commit

Permalink
Update the VSCode language from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Sep 19, 2024
1 parent 6c12960 commit 6c33dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode-mdx/syntaxes/source.mdx.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Once accepted there, it can be pulled into this project (`vscode-mdx`) with
`script/generate.mjs`, and released.
Version from SHA: 403f851b6ff7b52f3dbf5fc3b3e5b215c8e505a2.
Version from SHA: 5caa71e2bbddea59b27c6a5a346881cd10fa0f5f.
-->
<dict>
<key>fileTypes</key>
Expand Down Expand Up @@ -2330,7 +2330,7 @@
<key>extension-mdx-expression-flow</key>
<dict>
<key>begin</key>
<string>(?:^|\G)[\t ]*(\{)</string>
<string>(?:^|\G)[\t ]*(\{)(?!.*\}[\t ]*.)</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 6c33dd7

Please sign in to comment.