Conversation
|
Thanks for your contribution, however I would really prefer avoiding that patch as the config path becomes more obscure, e.g having both Besides, I suppose 99% of editors allows to specify language/syntax for arbitrary file extensions, doesn't it? |
|
The intention would be to deprecate The motivation of this patch is to remove the obscurity of using a well-defined configuration format but not its file extension. Whilst most editors do allow you to manually specify the filetype, it requires extra input from the user: It would be nice if things 'just worked'. |
Allows text-editors to recognise syntax without extra input from the user.
Prints a warning if yofi.config is loaded, please migrate your configurations by renaming yofi.config -> yofi.toml.
Allows editors to more easily syntax highlight. Didn't open an issue beforehand since this feature is so minor.