From 8b3418cab8eb5267b3a5743e4d5fe5f698d48bc8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 19:57:29 +0200 Subject: Update --- syntax/toml.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syntax/toml.vim') diff --git a/syntax/toml.vim b/syntax/toml.vim index 694a9af6..82338428 100644 --- a/syntax/toml.vim +++ b/syntax/toml.vim @@ -53,6 +53,8 @@ hi def link tomlTodo Todo syn match tomlComment /#.*/ contains=@Spell,tomlTodo hi def link tomlComment Comment +syn sync minlines=500 + let b:current_syntax = "toml" endif -- cgit v1.2.3