markdoc-extra / vscode-markdoc

VSCode extension for Markdoc syntax highlighting and language support

Home Page:https://marketplace.visualstudio.com/items?itemName=mohitsingh.markdoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

VSCode extension for Markdoc syntax highlighting and language support

https://marketplace.visualstudio.com/items?itemName=mohitsingh.markdoc

License:MIT License


Languages

Language:TypeScript 57.4%Language:JavaScript 42.6%