neovim/runtime/syntax/livebook.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
154 B
VimL
Raw Normal View History

" Placeholder Livebook syntax file.
" This simply uses the markdown syntax.
if exists("b:current_syntax")
finish
endif
runtime! syntax/markdown.vim