mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
fix(bf): nocomment; *.b support
This commit is contained in:
parent
9ffea8ac2e
commit
3c253cf58d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
syntax "brainfuck" "\.bf$"
|
syntax "brainfuck" "\.(bf|b)$"
|
||||||
magic "brainfuck"
|
magic "brainfuck"
|
||||||
|
comment ""
|
||||||
|
|
||||||
color orange "\["
|
color orange "\["
|
||||||
color orange "]"
|
color orange "]"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue