Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add fold markers to various syntax #32

@Altreus

Description

@Altreus

Not sure about opening an issue about folding since the issue template mentions it, but I can't see anything that actually implements any.

Vim help mentions this:

SYNTAX						*fold-syntax*

A fold is defined by syntax items that have the "fold" argument. |:syn-fold|

The fold level is defined by nesting folds.  The nesting of folds is limited
with 'foldnestmax'.

Presumably the implication is that one can add syntax items, or add flags to existing ones, to specify the start and end of folds.

I would like to fold POD6 and code blocks, but neither currently seems to be set up by default; in fact it looks like there are no folds in any of my raku source files.

Sadly I have zero experience with vim syntax files or I'd sort it out myself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions