mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
9 lines
154 B
VimL
9 lines
154 B
VimL
|
" Placeholder Livebook syntax file.
|
||
|
" This simply uses the markdown syntax.
|
||
|
|
||
|
if exists("b:current_syntax")
|
||
|
finish
|
||
|
endif
|
||
|
|
||
|
runtime! syntax/markdown.vim
|