GNOME Bugzilla – Bug 669181
snippets does not work with .bsh files of bash
Last modified: 2012-02-19 20:18:22 UTC
Original report: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/913198 snippets works with bash files, if the file extension is .sh, but not .bsh
This is not a problem with snippets, but with the detected mime type of the file. The freedesktop mime spec does not include .bsh as a valid extension for bash files. Please file a bug against freedesktop shared-mime-database to add the extension for bash. In the mean time, we could add a glob for .bsh to gsv?
I have never seen .bsh used for bash scripts and it is instead used for other languages. I do not think .bsh is a common extension for bash files, nor it should be, so I do not think we should add it to gtksourceview