blob: 82ff83c22895efd012bf4e207ff0f6d13b1cd1bf (
plain)
1
2
3
4
5
6
7
8
9
|
" Placeholder livebook indent file.
" This simply uses the markdown indenting.
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
runtime! indent/markdown.mnv
|