You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some code that runs in markdowns under certain conditions, which require changing the filetype of certain markdown files to 'markdown.corpus'. It doesn't change anything about the syntax that should mess with Glow rendering.
I would like to extend allowable filetypes, which is currently hardcoded.
It would also be acceptable to have this library look for the root filetype instead of the whole ft match, like how "javascript.jsx" still counts as a javascript file for most plugins.
The text was updated successfully, but these errors were encountered:
I have some code that runs in markdowns under certain conditions, which require changing the filetype of certain markdown files to 'markdown.corpus'. It doesn't change anything about the syntax that should mess with Glow rendering.
I would like to extend allowable filetypes, which is currently hardcoded.
It would also be acceptable to have this library look for the root filetype instead of the whole ft match, like how "javascript.jsx" still counts as a javascript file for most plugins.
The text was updated successfully, but these errors were encountered: