Skip to content

Commit

Permalink
added fncall, fnret and fnbreak to vim file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Thurston committed Jul 30, 2014
1 parent 4d936c9 commit 043e554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragel.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ syntax match anyId "[a-zA-Z_][a-zA-Z_0-9]*"

" Inline code only
syntax keyword fsmType fpc fc fcurs fbuf fblen ftargs fstack
syntax keyword fsmKeyword fhold fgoto fcall fret fentry fnext fexec fbreak
syntax keyword fsmKeyword fhold fgoto fcall fncall fret fnret fentry fnext fexec fbreak fnbreak

syntax cluster rlItems contains=rlComment,rlLiteral,rlAugmentOps,rlOtherOps,rlKeywords,rlWrite,rlCodeCurly,rlCodeSemi,rlNumber,anyId,rlLabelColon,rlExprKeywords,rlBuiltIns

Expand Down

0 comments on commit 043e554

Please sign in to comment.