Skip to content

Commit

Permalink
prevent frontmatter conflicts with markdown horizontal rules, see #37
Browse files Browse the repository at this point in the history
  • Loading branch information
panoply committed Nov 24, 2019
1 parent 60d78d1 commit 395faf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/liquid.embedded.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"frontmatter": {
"name": "meta.embedded.block.liquid",
"contentName": "meta.embedded.block.frontmatter.liquid",
"begin": "^---(?=\\s*\\n)",
"begin": "^---",
"beginCaptures": {
"0": {
"name": "punctuation.definition.tag.begin.liquid"
}
},
"end": "---(?=\\s*\\n)$",
"end": "---$",
"endCaptures": {
"0": {
"name": "punctuation.definition.tag.end.liquid"
Expand Down

0 comments on commit 395faf2

Please sign in to comment.