mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:71badf9547e8 (#23285)
Update runtime files
71badf9547
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
8
runtime/syntax/livebook.vim
Normal file
8
runtime/syntax/livebook.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" Placeholder Livebook syntax file.
|
||||
" This simply uses the markdown syntax.
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! syntax/markdown.vim
|
||||
Reference in New Issue
Block a user