summaryrefslogtreecommitdiffhomepage
path: root/bf.html.markdown
diff options
context:
space:
mode:
authorSamantha McVey <samantham@posteo.net>2016-12-31 15:25:24 -0800
committerSamantha McVey <samantham@posteo.net>2016-12-31 15:25:24 -0800
commitff3d2d1784cce6ff6b87f8ea47887aa8eee78036 (patch)
tree3b6a5b890a3daddbc5f3cd3e698709e00aab6eca /bf.html.markdown
parent60bba321d3237a2fd1e9557e52e3e6f1ac3d977e (diff)
Set bf, chapel, d and dart to use the language's highlighting
Previously were using other languages with similar syntax, but now we have Pygments.
Diffstat (limited to 'bf.html.markdown')
-rw-r--r--bf.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/bf.html.markdown b/bf.html.markdown
index c8bbee61..9c603303 100644
--- a/bf.html.markdown
+++ b/bf.html.markdown
@@ -10,7 +10,7 @@ minimal Turing-complete programming language with just 8 commands.
You can try brainfuck on your browser with [brainfuck-visualizer](http://fatiherikli.github.io/brainfuck-visualizer/).
-```
+```bf
Any character not "><+-.,[]" (excluding quotation marks) is ignored.
Brainfuck is represented by an array with 30,000 cells initialized to zero