From d13d67a31c451ebd78ce708a4ef85803d429f158 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Fri, 24 Mar 2017 04:52:08 +0000 Subject: ragel-6.10 --- ragel.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ragel.vim') diff --git a/ragel.vim b/ragel.vim index f94ae0f..6c48890 100644 --- a/ragel.vim +++ b/ragel.vim @@ -114,7 +114,7 @@ syntax region rlCodeSemi matchgroup=Type start="\" start="\" syntax region rlWrite matchgroup=Type start="\" matchgroup=NONE end="[;)]" contained contains=rlWriteKeywords,rlWriteOptions syntax keyword rlWriteKeywords init data exec exports start error first_final contained -syntax keyword rlWriteOptions noerror nofinal noprefix noend nocs contained +syntax keyword rlWriteOptions noerror nofinal noentry noprefix noend nocs contained " " Sync at the start of machine specs. -- cgit v1.2.1