Writing a code block, you input the "mermaid" after the "```" to activate the highlighting. If you input "Mermaid" instead, the highlighting doesn't occur. This can be quickly fixed by modifying /out/mermaid.tmLanguage-markdown.json lines 12-30 to the following :
Writing a code block, you input the "mermaid" after the "```" to activate the highlighting. If you input "Mermaid" instead, the highlighting doesn't occur. This can be quickly fixed by modifying /out/mermaid.tmLanguage-markdown.json lines 12-30 to the following :
I've just modified the "begin" regex with "(M|m){1}ermaid" instead of "mermaid".