Skip to content

Commit

Permalink
chore: synx markdown embedded syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 6, 2022
1 parent f0c93f4 commit ec3b557
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -29,7 +29,14 @@
},
"patterns": [
{
"include": "source.vue"
"begin": "(^|\\G)(\\s*)(.*)",
"while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)",
"contentName": "meta.embedded.block.vue",
"patterns": [
{
"include": "source.vue"
}
]
}
]
}
Expand Down

0 comments on commit ec3b557

Please sign in to comment.