diff --git a/after/syntax/toml.vim b/after/syntax/toml.vim new file mode 100644 index 0000000..1b48f7d --- /dev/null +++ b/after/syntax/toml.vim @@ -0,0 +1 @@ +call css_color#init('hex', 'basic', 'tomlComment,tomlCommentPart,tomlString')