mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
e3f36377c1
Update runtime files
71badf9547
Co-authored-by: Bram Moolenaar <Bram@vim.org>
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
|