mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
* origin/master: (51 commits) its always greener that new green shell Removing stale extension Update README.md Add moon interpreter for MoonScript Bumping version for 3.4.1 release Use text.html.erb scope for HTML+ERB files Add sample .dyalog file for file type APL Added extra Papyrus sample files. Add sample Papyrus script Add Papyrus support Add LOLCODE support Add ProGuard config files to vendored files Recognise *.dyalog as APL sources Assign a bunch more TextMate scopes CI step for samples Add .command as a Shell file extension CI config Vendored gems Update cibuild ... Conflicts: Gemfile
4 lines
95 B
Ruby
4 lines
95 B
Ruby
source 'https://rubygems.org'
|
|
gemspec
|
|
gem 'test-unit', require: false if RUBY_VERSION >= '2.2'
|