-
Notifications
You must be signed in to change notification settings - Fork 6
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] Handle files in unknown languages #1208
Comments
I was going to create a separate issue requesting GraphQL support, but this covers that. |
It might be good to have GraphQL specific support so that it could support documentation comments. |
BTW, do folks often keep GraphQL in files checked into a repo? |
@ianlewis yes, at least two use cases from the top of my head:
If GraphQL code is in a file contrary to being embedded, as an opaque string, into source code, — an IDE (having PyCharm in mind here) offers navigation and schema validation facilities for said code. |
Right now todos will ignore files of an unknown type if run with a directory. This issue would likely cover files passed directly on the command line. Otherwise it might pick up files it shouldn't otherwise parse. |
@anatoly-scherbakov I added a separate issue for GraphQL support specifically on #1609 |
Handle text files in unknown languages using a generic configuration. This may be able to support files in languages that aren't explicitly known.
For example:
#
or//
The text was updated successfully, but these errors were encountered: