We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4df52e commit 94b4b47Copy full SHA for 94b4b47
lib/rouge/lexers/brainfuck.rb
@@ -9,6 +9,7 @@ class Brainfuck < RegexLexer
9
mimetypes 'text/x-brainfuck'
10
11
title "Brainfuck"
12
+ aliases "bf"
13
desc "The Brainfuck programming language"
14
15
start { push :bol }
0 commit comments