After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669181 - snippets does not work with .bsh files of bash
snippets does not work with .bsh files of bash
Status: RESOLVED WONTFIX
Product: gtksourceview
Classification: Platform
Component: Syntax files
unspecified
Other Windows
: Normal minor
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-01 15:22 UTC by Vadim Rutkovsky
Modified: 2012-02-19 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vadim Rutkovsky 2012-02-01 15:22:38 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
Comment 1 jessevdk@gmail.com 2012-02-01 15:36:51 UTC
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?
Comment 2 Paolo Borelli 2012-02-19 20:18:22 UTC
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