commit | 71badf9547e8f89571b9a095183671cbb333d528 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 22:40:14 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 22:40:14 2023 +0100 |
tree | 60d0393cb0236345eb4b5d26f98c8c9d030ce8b0 | |
parent | 80406c26188219f3773b2e9c49160caeeb386ee2 [diff] [blame] |
Update runtime files
diff --git a/runtime/syntax/livebook.vim b/runtime/syntax/livebook.vim new file mode 100644 index 0000000..133cab0 --- /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