Skip to content

Commit

Permalink
Add "bf" as an alias for brainfuck (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Apr 5, 2024
1 parent d4df52e commit 94b4b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rouge/lexers/brainfuck.rb
Expand Up @@ -9,6 +9,7 @@ class Brainfuck < RegexLexer
mimetypes 'text/x-brainfuck'

title "Brainfuck"
aliases "bf"
desc "The Brainfuck programming language"

start { push :bol }
Expand Down

0 comments on commit 94b4b47

Please sign in to comment.