vim_config/ftdetect/promql.vim

5 lines
126 B
VimL
Raw Normal View History

2021-07-19 21:02:39 +02:00
augroup promql
au!
autocmd BufReadCmd,BufRead *.promql,*.pql set ft=promql syntax=yaml et ts=2 sts=0 sw=0
augroup END