summaryrefslogtreecommitdiff
path: root/ragel.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ragel.vim')
-rw-r--r--ragel.vim2
1 files changed, 1 insertions, 1 deletions
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="\<alphtype\>" start="\<getkey\>"
syntax region rlWrite matchgroup=Type start="\<write\>" 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.