From 87a26c5bf169bafbee837e2323f24cfb07e35250 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 21 Dec 2021 14:41:23 +0100 Subject: Update --- syntax/abel.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/abel.vim') diff --git a/syntax/abel.vim b/syntax/abel.vim index 26ee20c7..c6adb940 100644 --- a/syntax/abel.vim +++ b/syntax/abel.vim @@ -63,7 +63,7 @@ syn region abelSpecifier start='istype' end=';' contains=abelTypeIdChar,abelType syn match abelTypeIdChar "[,']" contained syn match abelTypeIdEnd ";" contained -" string contstants and special characters within them +" string constants and special characters within them syn match abelSpecial contained "\\['\\]" syn region abelString start=+'+ skip=+\\"+ end=+'+ contains=abelSpecial -- cgit v1.2.3