Please refer to https://github.com/antfu/contribute
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.