Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markdoc-extra/vscode-markdoc

VSCode extension for Markdoc syntax highlighting and language support
https://github.com/markdoc-extra/vscode-markdoc

markdoc markdown visual-studio-code vscode vscode-extension

Last synced: 3 months ago
JSON representation

VSCode extension for Markdoc syntax highlighting and language support

Awesome Lists containing this project

README

        

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](https://user-images.githubusercontent.com/4941333/170298388-213860ae-2a18-45ff-a830-f451e39eb266.png)

## 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](https;//github.com/markdoc-extra/markdoc-ls)).

## Contributing

Make a PR [to the repo](https://github.com/markdoc-extra/vscode-markdoc) if you want to improve this extension.