bungcip / better-toml

toml extension for vs code editor
74 stars 13 forks source link

Fixes #10 - Added support for TOML Front Matter syntax highlighting in Markdown files #11

Closed marcobeltempo closed 6 years ago

marcobeltempo commented 6 years ago

Fixes #10 Refrences: VSCode Issue#41650

This feature injects Front Matter TOML syntax highlighting into Markdown files. A valid code block will be detected at the top line of a Markdown file.

+++
name = "better-toml"
+++

ex. image

bungcip commented 6 years ago

thanks @marcobeltempo, I have merged your PR.