hare.vim

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

commit 5451dcb380668bc691d20ea91cf258dfe777609d
parent 9843d3331bc6ca6d224d54e1f59410ca79331b71
Author: Sebastian <sebastian@sebsite.pw>
Date:   Wed, 10 May 2023 00:03:52 -0400

syntax: remove char

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Msyntax/hare.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -37,7 +37,7 @@ syn keyword hareBuiltin len offset align " TYPES {{{2 syn keyword hareType bool -syn keyword hareType char str +syn keyword hareType str syn keyword hareType f32 f64 syn keyword hareType u8 u16 u32 u64 i8 i16 i32 i64 syn keyword hareType uint int