Closed misaki-web closed 7 months ago
For reference, here's what it looks like on my end on v0.3.4
lime green = executable name
So right now the last one ${command_args[@]} "$post"
isn't matched correctly.
But what you're saying sounds a little different so I want to check with you to make sure I'm understanding the issue
Here's how your example is highlighted on my end when the line inside the loop is indented with a tab:
and when it's indented with spaces:
Also, here's how the original example is highlighted when the line inside the loop is indented with spaces instead of tab:
Not sure when it got fixed, but seems to be fixed now v1.8.5
The code with a problem is:
It looks like this (theme "Default Light+"):
It should look like:
If the array
command_args
is not quoted, or if it's not inside a loop, syntax highlighting is OK: