mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
1cc4706e94
* vim-patch:e80086446cc2
Update runtime files
e80086446c
Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
77 lines
920 B
Python
77 lines
920 B
Python
# vim: set ft=python sw=4 et:
|
|
|
|
# START_INDENT
|
|
# INDENT_EXE syntax match pythonFoldMarkers /{{{\d*/ contained containedin=pythonComment
|
|
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {{{1
|
|
|
|
if True:
|
|
pass
|
|
# END_INDENT
|
|
|
|
# START_INDENT
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
# END_INDENT
|