Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: configurable filetypes #138

Open
BerkeleyTrue opened this issue Mar 1, 2024 · 1 comment · May be fixed by #140
Open

feature: configurable filetypes #138

BerkeleyTrue opened this issue Mar 1, 2024 · 1 comment · May be fixed by #140

Comments

@BerkeleyTrue
Copy link

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.

AlejandroSuero added a commit to AlejandroSuero/glow.nvim that referenced this issue May 3, 2024
@AlejandroSuero AlejandroSuero linked a pull request May 3, 2024 that will close this issue
3 tasks
@AlejandroSuero
Copy link

@BerkeleyTrue if you want to use my branch in the mean while and tell me if that way it covers your issue?

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

Successfully merging a pull request may close this issue.

2 participants