feat: add activable wall

This commit is contained in:
mcolonna 2024-04-21 16:10:13 +02:00
parent 192f1a866e
commit 840d0b31e9
6 changed files with 68 additions and 5 deletions

View file

@ -25,6 +25,9 @@ syntax match berF /F/
highlight berB cterm=bold ctermfg=grey
syntax match berB /B/
highlight berA ctermfg=white
syntax match berA /A/
endif
endfunction
autocmd BufReadPost * call BerSyntax()