Skip to content

Commit

Permalink
style: format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CatBraaain authored and bpruitt-goddard committed Apr 14, 2024
1 parent 9962a82 commit 60b5e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntaxes/mermaid.tmLanguage-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ repository:
mermaid-code-block:
begin: (?i)(?<=[`~])mermaid(\s+[^`~]*)?$
end: (^|\G)(?=\s*[`~]{3,}\s*$)
contentName: "meta.embedded.block.mermaid"
contentName: 'meta.embedded.block.mermaid'
patterns:
- include: '#mermaid'
mermaid-code-block-with-attributes:
begin: (?i)(?<=[`~])\{\s*\.?mermaid(\s+[^`~]*)?$
end: (^|\G)(?=\s*[`~]{3,}\s*$)
contentName: "meta.embedded.block.mermaid"
contentName: 'meta.embedded.block.mermaid'
patterns:
- include: '#mermaid'
mermaid-ado-code-block:
begin: (?i)\s*:::\s*mermaid\s*$
end: \s*:::\s*
contentName: "meta.embedded.block.mermaid"
contentName: 'meta.embedded.block.mermaid'
patterns:
- include: '#mermaid'
mermaid:
Expand Down

0 comments on commit 60b5e65

Please sign in to comment.