Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Table Editor not working if line is starting with * #43

Description

@MarcoNovaro

I noticed that TableEditor is not working if line is starting with _; as this is the normal behaviour in C comments, I'd like to use TableEditor in that case as well
For instance (on the _same* view):

* | a | b | c |
* |-<Tab>

TableEditor is not triggered. Instead, on:

| a | b | c |
|-<Tab>

TableEditor is correctly triggered and working

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions