Phidica / sublime-fish

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

Some weirdness with equals signs #11

Closed rwols closed 6 years ago

rwols commented 6 years ago
#!/usr/local/bin/fish
set equals =
echo "$equals"
# <- missing variable.function

I am absolutely loving the new variable.parameter scopes :)

Phidica commented 6 years ago

Good find! And thank you :)