Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markdoc-extra/vscode-markdoc
- Owner: markdoc-extra
- License: mit
- Archived: true
- Created: 2022-05-25T14:56:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T07:54:30.000Z (over 1 year ago)
- Last Synced: 2024-07-27T08:32:41.552Z (4 months ago)
- Topics: markdoc, markdown, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mohitsingh.markdoc
- Size: 152 KB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Markdoc
Language support for Markdoc
Visit markdoc.dev to learn more about markdoc
## 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.