jeff-hykin / better-shell-syntax

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

Incorrect syntax highlighting of shell aliases #87

Open PavelSafronov opened 2 months ago

PavelSafronov commented 2 months ago

The code with a problem is:

alias ll='ls -alF'
alias ..='cd ..'

It looks like:

Screenshot 2024-05-07 at 3 45 52 PM

It should look like:

The two lines should have the same highlighting: alias should blue in both cases.