summaryrefslogblamecommitdiffstats
path: root/ftplugin/jsonnet.vim
blob: 00dcfb7ce2253e23f5b35fc59831f19ba75cc7fc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                           

        









                                                  
if !polyglot#util#IsEnabled('jsonnet', expand('<sfile>:p'))
  finish
endif




" -- fmt
command! -nargs=0 JsonnetFmt call jsonnet#Format()

setlocal commentstring=//\ %s