dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 13fe3db55e75ae0ff14f76633972aa5138ac47cb
parent 8f86bff03b2866b335c2e29f6ec59d09581a7685
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 22 Feb 2020 21:57:36 +0100

vim: override asm syntax

Former-commit-id: cd5c9114b7a43666bdee5db8491a8b99867294fb
Diffstat:
Avim/after/syntax/asm.vim | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/vim/after/syntax/asm.vim b/vim/after/syntax/asm.vim @@ -0,0 +1,4 @@ +" Redefine asm comment highlighting, want <bar> to be interpreted as binop +syn clear asmComment +syn match asmComment "[#;!].*" contains=asmTodo +