bmalehorn / vscode-fish

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

Syntax highlighting anomalies #47

Open mattmc3 opened 3 months ago

mattmc3 commented 3 months ago

I use your highlighter in VSCode and it's really helpful. Thanks for maintaining this project.

In my usage of this plugin, I've noticed some anomalies:

Screenshot 2024-03-19 at 10 26 52 AM

As an aside, I'm also a long time SublimeText user, and the syntax highlights this way with the Sublime Fish plugin.

Screenshot 2024-03-19 at 10 36 26 AM

I'm not sure if VSCodes' grammars support .sublime-syntax files, or if there's a way to convert those back to TextMate grammars (which Sublime used originally), and then use that .tmLanguage grammar file to generate an updated VSCode one. That might be one way to capture some of these anomalies.