Phidica / sublime-fish

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

equals sign inside command substitution breaks highlighting #13

Closed rwols closed 6 years ago

rwols commented 6 years ago

The following snippet shows that the closing parenthesis is not recognized:

#!/usr/bin/env fish
set result (echo a = b)
echo $result

From here: https://github.com/gcuisinier/jenv/blob/master/fish/export.fish

Phidica commented 6 years ago

Are you still using version 2.1.1, by any chance? I cannot reproduce this bug, with either of your examples, on any version between 2.1.2 and 2.2.3 (the latest, as available through Package Control)

rwols commented 6 years ago

It seems I had an old master branch! Sorry for the noise :)