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

Allow setting table syntax for current syntax #39

Open
jmatsushita opened this issue Dec 18, 2013 · 1 comment
Open

Allow setting table syntax for current syntax #39

jmatsushita opened this issue Dec 18, 2013 · 1 comment

Comments

@jmatsushita
Copy link

It would be good to set the table syntax as the default for a given syntax. Right now for instance, if I reopen a MultiMarkdown file the default table syntax will not be "MultiMarkdown" so I have to make the change each time for each view.

@vkocubinsky
Copy link
Owner

It should work see "Set Table Syntax" section in documentation, but probably your case is specific.

Could you describe your version sublime? Please check do you have syntax specific settings in your User files MultiMarkdown.sublime-settings, Markdown.sublime-settings. If you switched Table syntax with palette for the view just switch it back.

Table Editor detect table syntax by wiki syntax see "Set Table Syntax" section in documentation. I open file with extension .md and Table Editor detect table syntax as Markdown. You can override it if specify syntax specific setting Markdown.sublime-settings or MultiMarkdown.sublime-settings. For example if you preferred pandoc table syntax over markdown syntax your Markdown.sublime-settings should be

{
    "enable_table_editor": true,
    "table_editor_syntax": "Pandoc"
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants