jeff-hykin / better-shell-syntax

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

`declare` highlighting wrong #60

Closed bland328 closed 6 months ago

bland328 commented 1 year ago

The code with a problem is:

#!/bin/bash
declare -A assoc_array

It looks like:

Screenshot 2023-03-29 at 12 31 26 PM

It should look like:

-A assoc_array should not be highlighted

jeff-hykin commented 6 months ago

should be fixed now in 1.7.0