This commit is contained in:
Adam Stankiewicz
2020-07-26 10:20:08 +02:00
parent 9c3c0bc082
commit 56121b4e27
30 changed files with 107 additions and 5802 deletions

View File

@@ -5,7 +5,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'toml') == -1
" URL: https://github.com/cespare/vim-toml
" LICENSE: MIT
if exists("b:current_syntax")
if exists('b:current_syntax')
finish
endif
@@ -75,6 +75,6 @@ hi def link tomlComment Comment
syn sync minlines=500
let b:current_syntax = "toml"
let b:current_syntax = 'toml'
endif