mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00: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
|