From c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 18 Nov 2020 20:33:42 +0100 Subject: Update --- syntax/pest.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'syntax/pest.vim') 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 -- cgit v1.2.3