VSCode extension for the djot light markup language!
- TypeScript 91.8%
- CSS 8.2%
|
|
||
|---|---|---|
| .vscode | ||
| icons | ||
| media | ||
| res | ||
| src | ||
| syntaxes | ||
| types | ||
| .eslintrc.json | ||
| .gitignore | ||
| .vscode-test.mjs | ||
| .vscodeignore | ||
| CHANGELOG.md | ||
| language-configuration.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| package.nls.json | ||
| README.md | ||
| tsconfig.json | ||
| vsc-extension-quickstart.md | ||
Djot Visual Studio Code Extension
djot is a lightweight markup language similar to Markdown, developed by John MacFarlane.
This extension aims to provide complete language features for djot, including:
-
Syntax highlighting
-
Keybindings
- Bold:
ctrl + b - Italics:
ctrl + i
- Bold:
-
Export to HTML
-
Live preview
Contributing
If you like djot and would like to contribute, make a PR! Check out the issues to see what needs to be worked on.
Special Thanks
- Djot.js for Djot parsing
- Djot-Marker for the original TextMate grammar (provides syntax highlighting)
