This is the VSCode extension and command-line interface for docml.
Usage
Create a file with .docml extension and start editing.
Call the docml command-line interface. (WIP)
Build
curl -fsSL https://bun.sh/install | bash
bun install # install dependencies
bun publish # publish to npm registry
bun run vscode:publish # publish to vscode marketplace