Skip to content

Instantly share code, notes, and snippets.

@wader
Created March 2, 2021 23:34
Show Gist options
  • Save wader/1bb7b303401b2ef8321d3f6da2e6c659 to your computer and use it in GitHub Desktop.
Save wader/1bb7b303401b2ef8321d3f6da2e6c659 to your computer and use it in GitHub Desktop.
github linguest add new language steps
docker run -ti --rm -v "$PWD:$PWD" -w "$PWD" -v /var/run/docker.sock:/var/run/docker.sock ubuntu
apt-get install cmake pkg-config libicu-dev docker.io ruby ruby-dev libz-dev build-essential libssl-dev
gem install bundler
script/bootstrap
script/add-grammar https://github.com/wader/linguist-language-jq
script/update-ids
bundle exec rake samples
bundle exec rake test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment