-
Notifications
You must be signed in to change notification settings - Fork 131
Shebang handling #156
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
Shebang handling #156
Conversation
At the moment this PR merges only the current master into |
A bit hard to read this PR. Could we rebase the changes on top of master instead of merging? |
Do not restrict it with this condition.
TODO
|
It seemed to be natural that the results of |
My mistake. It is indeed used for indexing. #47 (comment) 👍 |
@przepompownia thanks for your work here. We now handle most of the cases here – except for reading all files. I'm reluctant to implement parsing all the files in a project, that shouldn't be necessary. We might consider adding parsing all files without extensions though. :) |
No description provided.