## The code with a problem is: ```sh echo "${1-Nothing}" ``` ## It looks like: <img width="181" height="30" alt="Image" src="https://github.com/user-attachments/assets/4412c8d6-f0a8-4f06-bb7c-7771c090e03f" /> ## It should look like: The `-` is part of the operator and should be grey, and the `Nothing` is a string and should be brown.
The code with a problem is:
It looks like:
It should look like:
The
-is part of the operator and should be grey, and theNothingis a string and should be brown.