made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
11
gitportable/usr/share/vim/vim91/indent/json5.vim
Normal file
11
gitportable/usr/share/vim/vim91/indent/json5.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" Vim indent file
|
||||
" Language: JSON5
|
||||
" Maintainer: The Vim Project <https://github.com/vim/vim>
|
||||
" Last Change: 2024-03-26
|
||||
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
|
||||
" Same as jsonc indenting for now
|
||||
runtime! indent/jsonc.vim
|
||||
Reference in New Issue
Block a user