-
Notifications
You must be signed in to change notification settings - Fork 18
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
-k is mostly useless #83
Comments
Hi @kirbyfan64 . I added |
@gvansickle Ah, that makes sense! Is there a way to explicitly scan file extensions that |
Hi @kirbyfan64 .
Well, there's a way to make ucg know about new extensions: the File Type Specification feature. For each new language, you add a line like this to your ~/.ucgrc file:
You do that once, and then Now admittedly, if you don't know the extensions (or literal names, e.g. |
@gvansickle Sweet, that works! Do you want me to close this now? |
@kirbyfan64 No, I'll close it when I do the final merge. |
By default,
--known-types
is on. And there's no way to turn it off! In particular, this means that there's no reason for-k
, since the feature is already on. Idea: make-k
be an "off" switch for it.The text was updated successfully, but these errors were encountered: