Skip to content

Commit

Permalink
Merge pull request #348 from aaronraimist/add-ruby
Browse files Browse the repository at this point in the history
Add Ruby to list of languages to force Matrix Ruby SDK to show up in TMN
  • Loading branch information
benparsons authored Mar 20, 2019
2 parents ff3a37e + 6fefc72 commit ce041f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll/_posts/projects/2016-02-05-try-matrix-now.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jQuery(document).ready(($) => {

/* Populate languages list */
//var languages = "{{ languages | uniq | join: "," }}".split(',');
var languages = "C,C++,C++/QML,C++/Qt/QML,QML,C++/Qt,Shell,JavaScript,Python,Kotlin,Java,Perl,Go,Lisp,Lua,TypeScript,C#,Haxe,Rust,Swift,PowerShell,Shell/Python,Playbook,Elixir,PHP,C#/Python,Objective-C".split(',');
var languages = "C,C++,C++/QML,C++/Qt/QML,QML,C++/Qt,Shell,JavaScript,Python,Kotlin,Java,Perl,Go,Lisp,Lua,TypeScript,C#,Haxe,Ruby,Rust,Swift,PowerShell,Shell/Python,Playbook,Elixir,PHP,C#/Python,Objective-C".split(',');
if (languages.indexOf("Unknown") === -1) languages.push("Unknown");
languages.forEach((language => {
if (language.length === 0) return;
Expand Down

0 comments on commit ce041f1

Please sign in to comment.