elzr / vim-json

A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
Other
1.23k stars 111 forks source link

Don't assume that *.template files are JSON #95

Open mssever opened 5 years ago

mssever commented 5 years ago

Files whose name ends in *.template may be in one of many formats. This plugin shouldn't unconditionally assume that they are all JSON files.