Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
200 B
VimL
Raw Permalink Normal View History

" Vim filetype plugin
" Language: JSON-LD
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2026 Aug 06
if exists('b:did_ftplugin')
finish
endif
runtime! ftplugin/json.vim