- Github Linguist Contributing Page
- Original Issue
- Original PR
- New PR
- Number of Imba Files On Github
- Number of Dependents On Github
- Source of Game Of Life Sample, MIT license
Imba:
type: programming
color: "#16cec6"
extensions:
- ".imba"
ace_mode: text
tm_scope: source.imba
language_id: 1057618448
Warning: This may be a massive pain.
- Install Docker Desktop from docker website, not from homebrew.
- Open Docker.
- Then:
brew install cmake pkg-config icu4c sudo gem install bundler git clone https://github.com/imba/linguist.git cd linguist
- On an M1 Macbook Air, before running
script/bootstrap
, I had to run:bundle config build.charlock_holmes --with-icu-dir=/usr/local/opt/icu4c --with-cxxflags='-Wno-reserved-user-defined-literal -std=c++11' bundle config set force_ruby_platform true
- Then:
script/bootstrap bundle exec rake samples bundle exec bin/github-linguist --breakdown
- Then add imba to end of
languages.yml
, omittinglanguage_id
, and:script/add-grammar https://github.com/imba/imba-linguist-grammar script/update-ids