diff options
Diffstat (limited to 'syntax/toml.vim')
-rw-r--r-- | syntax/toml.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |