view runtime/syntax/livebook.vim @ 32565:e140237b3b9b

Added tag v9.0.1614 for changeset 238e25832d07aae103ea3cef85fb43f73441c263
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Jun 2023 17:15:06 +0200
parents b2e8663e6dcc
children
line wrap: on
line source

" Placeholder Livebook syntax file.
" This simply uses the markdown syntax.

if exists("b:current_syntax")
    finish
endif

runtime! syntax/markdown.vim