feat: add activable wall
This commit is contained in:
parent
192f1a866e
commit
840d0b31e9
6 changed files with 68 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue