Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Brainfuck #611

Merged
merged 2 commits into from
Jun 28, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'official/gh-pages' into prism-brainfuck
Conflicts:
	components.js
Golmote committed Jun 28, 2015
commit 82dbbdfe4483ffa250d324f5ec5f22498a081f86
10 changes: 7 additions & 3 deletions components.js
Original file line number Diff line number Diff line change
@@ -84,6 +84,10 @@ var components = {
"require": "clike",
"owner": "zeitgeist87"
},
"brainfuck": {
"title": "Brainfuck",
"owner": "Golmote"
},
"c": {
"title": "C",
"require": "clike",
@@ -335,9 +339,9 @@ var components = {
"require": "markup",
"owner": "Golmote"
},
"brainfuck": {
"title": "Brainfuck",
"owner": "Golmote"
"yaml": {
"title": "YAML",
"owner": "hason"
}
},
"plugins": {
You are viewing a condensed version of this merge commit. You can view the full changes here.