Skip to content

Commit 94b4b47

Browse files
authored
Add "bf" as an alias for brainfuck (rouge-ruby#2038)
1 parent d4df52e commit 94b4b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rouge/lexers/brainfuck.rb

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Brainfuck < RegexLexer
99
mimetypes 'text/x-brainfuck'
1010

1111
title "Brainfuck"
12+
aliases "bf"
1213
desc "The Brainfuck programming language"
1314

1415
start { push :bol }

0 commit comments

Comments
 (0)