contrib/brainfuck: protect README doc units
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 14 May 2018 18:11:49 +0000 (14:11 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 14 May 2018 18:11:49 +0000 (14:11 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/brainfuck/README.md

index 8715228..c327550 100644 (file)
@@ -28,7 +28,7 @@ Brainfuck a small instruction set, only eight instructions :
 First, compile the interpreter with the Nit compiler/interpreter, and launch the program on a brainfuck source file for interpretation.
 
 Example:
-~~~
+~~~sh
 nitc ./brainfuck.nit
 ./brainfuck ./examples/hello.bf
 ~~~