Skip to content

Commit

Permalink
fix(vscode): textmate grammar (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Aug 6, 2024
1 parent 41a4fb0 commit 625aed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode/syntaxes/slidev.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"patterns": [
{
"begin": "\\G",
"end": "(?=(^|\\G)(---).*$)",
"while": "^(?!(^|\\G)(---).*$)",
"contentName": "meta.embedded.block.yaml",
"patterns": [
{
Expand Down

0 comments on commit 625aed3

Please sign in to comment.