diff options
Diffstat (limited to 'syntax/pest.vim')
-rw-r--r-- | syntax/pest.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/pest.vim b/syntax/pest.vim index c151c678..03f66979 100644 --- a/syntax/pest.vim +++ b/syntax/pest.vim @@ -1,3 +1,7 @@ +if has_key(g:polyglot_is_disabled, 'pest') + finish +endif + " Comments syntax keyword pestTodo contained TODO FIXME XXX NOTE syntax match pestComment "\/\/.*$" contains=celTodo |