-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[POSIX shell] Correct quoted strings nesting #65
Comments
The new types |
@AnrDaemon could you please provide an example of shell script that is not highlighted? |
#!/bin/sh
true |
ping? |
At this point, the best I can do is to zip an entire base directory. |
Sorry, I didn't understand the last one. This is your set of schemes, and? Yes, it's old, with something homemade. What should we understand from this? |
It's last released schemes with minimal custom additions. All changes are in "auto" directory. But removing them makes no change. Any idea what could be the cause? |
Another bit of information I just noticed:
This makes me think the issue is somewhere inside the "Shell (POSIX)" theme, as "Shell (bash)" inherit from it. |
which version of far and far colorer is used? the described behavior depends only on them. The schemes have nothing to do with it. |
Far 2.0.0.1807 |
Oh, this is a very old version. I find it difficult to say how it works. But according to your description, there are problems with redrawing after selecting a new file type. moving the cursor should help, as an option. |
Then my guess is that the new scheme uses something older Colorer do not understand. I'll have to dig out, what is it. |
Right now, POSIX shell scripts' highlighting is broken on constructs such as
_target="$( readlink -fe "$1" )"
In short, it does not pick
$( )
capture correctly.If anybody can provide with pointers about fixing it, I would gladly appreciate the help.
The text was updated successfully, but these errors were encountered: