Bram Moolenaar | e800864 | 2022-08-19 17:15:35 +0100 | [diff] [blame] | 1 | # vim: set ft=python sw=4 et: |
Bram Moolenaar | 48c3f4e | 2022-08-08 15:42:38 +0100 | [diff] [blame] | 2 | |
Bram Moolenaar | e800864 | 2022-08-19 17:15:35 +0100 | [diff] [blame] | 3 | # START_INDENT |
| 4 | # INDENT_EXE syntax match pythonFoldMarkers /{{{\d*/ contained containedin=pythonComment |
| 5 | # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {{{1 |
| 6 | |
| 7 | if True: |
| 8 | pass |
| 9 | # END_INDENT |
| 10 | |
| 11 | # START_INDENT |
Bram Moolenaar | 48c3f4e | 2022-08-08 15:42:38 +0100 | [diff] [blame] | 12 | open_paren_not_at_EOL(100, |
| 13 | (200, |
| 14 | 300), |
| 15 | 400) |
| 16 | |
| 17 | open_paren_at_EOL( |
| 18 | 100, 200, 300, 400) |
| 19 | |
| 20 | open_paren_not_at_EOL(100, |
| 21 | (200, |
| 22 | 300), |
| 23 | 400) |
| 24 | |
| 25 | open_paren_at_EOL( |
| 26 | 100, 200, 300, 400) |
| 27 | |
| 28 | open_paren_not_at_EOL(100, |
| 29 | (200, |
| 30 | 300), |
| 31 | 400) |
| 32 | |
| 33 | open_paren_at_EOL( |
| 34 | 100, 200, 300, 400) |
| 35 | |
| 36 | open_paren_not_at_EOL(100, |
| 37 | (200, |
| 38 | 300), |
| 39 | 400) |
| 40 | |
| 41 | open_paren_at_EOL( |
| 42 | 100, 200, 300, 400) |
| 43 | |
| 44 | open_paren_not_at_EOL(100, |
| 45 | (200, |
| 46 | 300), |
| 47 | 400) |
| 48 | |
| 49 | open_paren_at_EOL( |
| 50 | 100, 200, 300, 400) |
| 51 | |
| 52 | open_paren_not_at_EOL(100, |
| 53 | (200, |
| 54 | 300), |
| 55 | 400) |
| 56 | |
| 57 | open_paren_at_EOL( |
| 58 | 100, 200, 300, 400) |
| 59 | |
| 60 | open_paren_not_at_EOL(100, |
| 61 | (200, |
| 62 | 300), |
| 63 | 400) |
| 64 | |
| 65 | open_paren_at_EOL( |
| 66 | 100, 200, 300, 400) |
| 67 | |
| 68 | open_paren_not_at_EOL(100, |
| 69 | (200, |
| 70 | 300), |
| 71 | 400) |
| 72 | |
| 73 | open_paren_at_EOL( |
| 74 | 100, 200, 300, 400) |
| 75 | |
Bram Moolenaar | e800864 | 2022-08-19 17:15:35 +0100 | [diff] [blame] | 76 | # END_INDENT |