hare.vim

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

commit fed1a198b4abdfd7c0f68ab7c6b369460e08fd8d
parent 78ad3aef2d9ba3371fde0978de27393930799847
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri,  4 Aug 2023 00:33:17 -0400

syntax: add opaque

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

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

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -44,6 +44,7 @@ syn keyword hareType uint int syn keyword hareType rune syn keyword hareType uintptr syn keyword hareType void +syn keyword hareType opaque " C ABI. syn keyword hareType valist