diff options
Diffstat (limited to 'vim/syntax')
-rw-r--r-- | vim/syntax/stap.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/syntax/stap.vim b/vim/syntax/stap.vim index 39947179..86c7d260 100644 --- a/vim/syntax/stap.vim +++ b/vim/syntax/stap.vim @@ -11,7 +11,7 @@ elseif exists("b:current_syntax") finish endif -syn keyword stapStatement contained break continue return next containedin=stapBlock +syn keyword stapStatement contained break continue return next delete containedin=stapBlock syn keyword stapRepeat contained while for foreach in containedin=stapBlock syn keyword stapConditional contained if else containedin=stapBlock syn keyword stapDeclaration global probe function |