Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 452 Bytes

DEV.md

File metadata and controls

18 lines (11 loc) · 452 Bytes

Convention

The structure of project follows golang/vscode-go

Publish Extension

Tag your commit and use github workflow.

git tag -a v0.1 -m "Release v0.1"
git push --tags

Sync Syntax file

The syntax file is synced from github.com/shikijs/shiki

Use yarn run sync-syntax to synchronize