We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inspired by discussion in zed-industries/extensions#746
Now the only way to choose a language for file is path_suffix configuration option in
path_suffix
zed/crates/language/src/language.rs
Line 616 in 7cef5b2
Extend LanguageMatcher with path_globs field with a list of globs matching file path.
path_globs
No response
The text was updated successfully, but these errors were encountered:
We can already use globs for matching languages: #12043
Sorry, something went wrong.
No branches or pull requests
Check for existing issues
Describe the feature
Inspired by discussion in zed-industries/extensions#746
The problem
Now the only way to choose a language for file is
path_suffix
configuration option inzed/crates/language/src/language.rs
Line 616 in 7cef5b2
Proposed fix
Extend LanguageMatcher with
path_globs
field with a list of globs matching file path.If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: