hare.vim

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

commit 78ad3aef2d9ba3371fde0978de27393930799847
parent 447f32f6d9940bff2cbc2406f96556ad89916682
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon,  7 Aug 2023 09:11:12 +0200

syntax: remove cap

This reverts commit 447f32f6d9940bff2cbc2406f96556ad89916682.

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

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -2,7 +2,7 @@ " Vim syntax file " Language: Hare " Maintainer: Amelia Clarke <me@rsaihe.dev> -" Last Change: 2023-08-04 +" Last Change: 2022-09-28 if exists("b:current_syntax") finish @@ -33,7 +33,7 @@ syn keyword hareBuiltin abort syn keyword hareBuiltin alloc free syn keyword hareBuiltin append delete insert syn keyword hareBuiltin assert -syn keyword hareBuiltin len offset align cap +syn keyword hareBuiltin len offset align " TYPES {{{2 syn keyword hareType bool