summaryrefslogtreecommitdiff
path: root/ragel.vim
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-03-24 04:52:08 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-03-24 04:52:08 +0000
commitd13d67a31c451ebd78ce708a4ef85803d429f158 (patch)
tree12228e3c829c72d40ca2e6da8cb7797fcda11e91 /ragel.vim
parenteafd7a3974e8605fd02794269db6114a3446e016 (diff)
downloadragel-tarball-d13d67a31c451ebd78ce708a4ef85803d429f158.tar.gz
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.