hare.vim

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

commit 63ace8b027a79c39995326ee4f82c931295423ea
parent 22bdf4effae218cba67788b302085edf46e16a0e
Author: Amelia Clarke <me@rsaihe.dev>
Date:   Mon, 22 Aug 2022 19:57:49 -0700

syntax: remove '..' and '...' operators

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

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

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -91,7 +91,6 @@ syn match hareSpaceError "\v\s+$" display excludenl syn match hareSpaceError "\v\zs +\ze\t" display syn match harePreProc "^use .*;" -syn match hareOperator "\.\.\." "\.\." syn match hareErrorAssertion "\v(^([^/]|//@!)*\)\_s*)@<=!\=@!" syn match hareQuestionMark "?"