summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/livebook.vim
blob: 133cab01e36ea39497718ae9eaec855ac0ae24d6 (plain)
1
2
3
4
5
6
7
8
" Placeholder Livebook syntax file.
" This simply uses the markdown syntax.

if exists("b:current_syntax")
    finish
endif

runtime! syntax/markdown.vim