Maybe it was meant for some type (like gtkrc) that isn't exactly an INI file but thats the best built-in lexer for the job. The `*rc` for conf has been that way since `filetype_extensions.conf` was first created in 2008 so what it was meant to cover is lost in the mists of time I'm afraid :smile:
Since its "first match wins" IIRC and conf comes before sh it wins. It would be good for there to be a way of ordering from most specific match like `.bashrc` to least specific like `*rc` because I think there are some other pairs of extensions that clash but may be resolvable by specificity.
@dario2994 in the meantime you can just take the `*rc;` out of your copy by editing it with `Menu->Tools->Configuration Files->filetype_extensions.conf`.