Skip to content

[FEATURE] Allow to use a newline instead of padding #38

@cryptomilk

Description

@cryptomilk

Hi,

it would be great to have support to comment out code blocks in C using #if 0, like:

#if 0
/* main */
int main(void)
{
    return 0;
}
#endif

The reason is that also comment blocks can be commented out. Sadly the following doesn't work (yet):

ft.set('c', {'/*%s*/', '#if 0\n%s\n#endif'})

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions