jeff-hykin / better-shell-syntax

💾 📦 ♻️ An improvement to the shell syntax for VS Code
MIT License
52 stars 4 forks source link

Tab characters are not treated the same as spaces for tailing comments #44

Closed mattmc3 closed 1 year ago

mattmc3 commented 1 year ago

The code with a problem is:

#!/usr/bin/env zsh

function foo {
  echo "foo: $1"
}

foo bar  # trailing comments
foo baz     # tab trailing comments

It looks like:

Screenshot 2023-02-12 at 10 51 12 AM
jeff-hykin commented 1 year ago

should now be fixed on v1.4.4