Files
neovim/runtime/indent/jsonld.vim
zeertzjq 9c738cb718 vim-patch:9.2.0920: filetype: json-ld files are not recognized
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>
2026-08-07 12:36:41 +08:00

7 lines
150 B
VimL

" Vim indent file
" Language: JSON-LD
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2026 Aug 06
runtime! indent/json.vim