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

Improve support for languages which don't appear in Helix' default languages.toml #1

Closed
senekor opened this issue Jan 17, 2025 · 1 comment

Comments

@senekor
Copy link
Owner

senekor commented Jan 17, 2025

We cannot easily support arbitrary languages that Helix doesn't support (i.e. that don't show up in the default languages.toml). Specifically, they will be ignored if their settings only appear in the global ([*]) section of the .editorconfig file.

These are probably niche or "underspecified" languages. To support them, a list of their file globs is hardcoded. And example is *.txt.

Please comment with file types you would like to be supported this way.

@senekor
Copy link
Owner Author

senekor commented Jan 21, 2025

There is no need anymore to hardcode all possible globs, users can specify them according to their own needs with ec2hx --fallback-globs.

Feel free to still comment here if you think a specific glob is worth including by default / hardcoding for everyone.

@senekor senekor closed this as completed Jan 21, 2025
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

No branches or pull requests

1 participant