bmalehorn / vscode-fish

Fish syntax highlighting and formatting
MIT License
62 stars 6 forks source link

Recognize files with fish hashbang #4

Closed benspaulding closed 4 years ago

benspaulding commented 4 years ago

I noticed that fish scripts without a .fish extension were not recognized by this extension. This PR makes it so that extension-less files with the following hashbangs would be recognized:

It also ads a .vscode/launch.json file because I noticed that was missing when I went to test my changes with F5.

Finally, I also added one more bit of metadata to the package.json so this extension shows up in the Linters category.

benspaulding commented 4 years ago

@bmalehorn Awesome, thanks for taking the time to look at it. Sorry I did not get to the fixes sooner.

And thanks for your work on this extension!