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
index file name is hard coded for a few supported languages:
https://github.com/aziz/SublimeHyperClick/blob/7bceb7007f2dfbcd85efd367188edce1617d7ae7/hyper_click/generic_path_resolver.py#L245C9-L253
however other language might use different name for index, like nix which uses default.nix
nix
default.nix
adding index_file_name option would allow resolve_index to work for any language
index_file_name
resolve_index
The text was updated successfully, but these errors were encountered:
No branches or pull requests
index file name is hard coded for a few supported languages:
https://github.com/aziz/SublimeHyperClick/blob/7bceb7007f2dfbcd85efd367188edce1617d7ae7/hyper_click/generic_path_resolver.py#L245C9-L253
however other language might use different name for index, like
nix
which usesdefault.nix
adding
index_file_name
option would allowresolve_index
to work for any languageThe text was updated successfully, but these errors were encountered: