annotate runtime/indent/livebook.vim @ 35359:082986a7377d default tip

runtime(doc): Added definitions of Vim scripts and plugins Commit: https://github.com/vim/vim/commit/c593b9ead9b4346724187ab604fa593ead1fa4b2 Author: Ubaldo Tiberi <ubaldo.tiberi@gmail.com> Date: Sun Jun 9 18:47:53 2024 +0200 runtime(doc): Added definitions of Vim scripts and plugins closes: https://github.com/vim/vim/issues/14935 Signed-off-by: Ubaldo Tiberi <ubaldo.tiberi@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 09 Jun 2024 19:00:03 +0200
parents b2e8663e6dcc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32294
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 " Placeholder livebook indent file.
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 " This simply uses the markdown indenting.
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 " Only load this indent file when no other was loaded.
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 if exists("b:did_indent")
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 finish
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 endif
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8
b2e8663e6dcc Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 runtime! indent/markdown.vim