bmalehorn / vscode-fish

Fish syntax highlighting and formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some small enhancements.

account-login opened this issue · comments

Hi. I've made some enhancements in my fork.

Two keys (indentationRules, onEnterRules) were added to language-configuration.json in commit account-login@0cdd1c8.
The indentationRules is for autoindent and the onEnterRules is helpful when splitting a comment line into two lines.

I've also made the path of the fish command configurable (commit account-login@fb97292) because I'm using fish from cygwin and I do not want to expose my cygwin installation to PATH.

What do you think about these?

@account-login Great! It didn't occur to me to fix the indentation, and the fish path thing is something I've found useful in other languages but not yet in fish. I've merged both these changes and published a new version of vscode-fish.