hare.vim

[vim] Hare vim plugin
git clone https://git.torresjrjr.com/hare.vim.git
Log | Files | Refs | README | LICENSE

commit 6141ee588c2e69c0e914c352c3e588ea9407e120
parent 07b4c7d5493f48289f9b4f5fedf7aedf2c4ac7e2
Author: Amelia Clarke <me@rsaihe.dev>
Date:   Thu, 11 Aug 2022 13:45:27 -0700

Set b:current_syntax

Signed-off-by: Amelia Clarke <me@rsaihe.dev>

Diffstat:
Msyntax/hare.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -88,4 +88,6 @@ autocmd InsertLeave * hi link hareSpaceError Error hi def hareErrorAssertion ctermfg=red cterm=bold guifg=red gui=bold +let b:current_syntax = "hare" + " vim: tabstop=8 shiftwidth=2 expandtab