vscode-markdoc icon indicating copy to clipboard operation
vscode-markdoc copied to clipboard

VSCode extension for Markdoc syntax highlighting and language support

trafficstars

Markdoc

Language support for Markdoc
Visit markdoc.dev to learn more about markdoc

Release LICENSE version installs downloads


Usage

This extension enables Language support for Markdoc files ( files with .mdoc or .markdoc extensions ). You can also enjoy formatting, diagnostics and some other feature by using markdoc.experimental setting.

Screenshot

screenshot

Commands

  • Markdoc: Restart Language Server - This commands restarts Markdoc Language Server.

Settings

This extension provides following settings —

  • markdoc.experimental : This enables experimental language server and related features. ( boolean , default : false )
  • markdoc.serverPath : Custom path of markdoc language server binary (markdoc-ls).

Contributing

Make a PR to the repo if you want to improve this extension.