Phidica / sublime-fish

A robust Sublime Text syntax package for fish
MIT License
35 stars 2 forks source link

why are bash snippets still shown? #17

Closed nhooyr closed 6 years ago

nhooyr commented 6 years ago

E.g.

screen shot 2018-07-15 at 8 28 21 am

The first is the bash if statement snippet but the second is the fish one.

Any ideas on how to disable the bash one?

nhooyr commented 6 years ago

Ah, this makes sense. Its due to #18

nhooyr commented 6 years ago

I'll open an issue upstream.

nhooyr commented 6 years ago

See https://github.com/sublimehq/Packages/pull/1664

Phidica commented 6 years ago

I already opened an issue for this, just before you did because I noticed it and got fed up with it at the same time :^) sublimehq/Packages#1663. It isn't because of #18, but because of the scope in the snippets files. So a separate pull would be required for changing the snippets. I think it should be coordinated in and referenced to the issue I opened, as yes it is an upstream matter.

Phidica commented 5 years ago

This is now solved upstream by sublimehq/Packages#1923.