diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-04-23 15:22:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 15:22:55 +0200 |
commit | e3f36377c156749bbdafc46d8a8cd017f378b4b5 (patch) | |
tree | acaaab31bc9e0bdaddc5765aa0b7d1acd11fbecf /runtime/syntax/livebook.vim | |
parent | f17bb4f41102ecec7989bc4c14c626dc595e2f0b (diff) | |
download | rneovim-e3f36377c156749bbdafc46d8a8cd017f378b4b5.tar.gz rneovim-e3f36377c156749bbdafc46d8a8cd017f378b4b5.tar.bz2 rneovim-e3f36377c156749bbdafc46d8a8cd017f378b4b5.zip |
vim-patch:71badf9547e8 (#23285)
Update runtime files
https://github.com/vim/vim/commit/71badf9547e8f89571b9a095183671cbb333d528
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/syntax/livebook.vim')
-rw-r--r-- | runtime/syntax/livebook.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/syntax/livebook.vim b/runtime/syntax/livebook.vim new file mode 100644 index 0000000000..133cab01e3 --- /dev/null +++ b/runtime/syntax/livebook.vim @@ -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 |