mirror of
https://github.com/neovim/neovim.git
synced 2026-08-07 16:05:32 +08:00
Problem: filetype: json-ld files are not recognized
Solution: Detect *.jsonld files as jsonld filetype, include
filetype, indent and syntax plugins (Bogdan Barbu).
Reference:
https://www.w3.org/TR/json-ld11/
closes: vim/vim#20954
a1e2198a2c
Co-authored-by: Bogdan Barbu <l4b.bogdan.barbu@gmail.com>