" Maintainer: Simon Ruderich <simon@ruderich.org>
" License: GPL v3+
-" Copyright (C) 2012-2014 Simon Ruderich
+" Copyright (C) 2012-2018 Simon Ruderich
"
" This file is free software: you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by
" used.
if exists('g:colors_name') && g:colors_name == 'simon'
highlight link perlStatementControl statementControl
+ " die/exit is also kind of "statement control" as it terminates the
+ " program.
+ syn match statementControl "\<\%(die\|exit\)\>"
endif
" Highlight for Inline::C in __DATA__/__END__ section