Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 539 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 539 Bytes

Please refer to https://github.com/antfu/contribute


Additional Notes

This repository contains a git submodule to vscode-textmate. By default git clone does not clone submodules. To clone this repository and its submodules, use:

git clone --recursive https://github.com/antfu/shikiji

Or if you have already cloned it, use:

git submodule update --init --recursive

Learn more at this StackOverflow thread.