Problem:
These highlight currently:
# shFunctionOne #foo() { #} # shFunctionCmdOne #foo() if true; then #: #fi #foo() while true; do #: #fi
Solution:
Exclude # from matched character class.
The remaining syn match rules did not highlight incorrectly in my testing.
https://github.com/vim/vim/pull/20831
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Thanks. I haven't looked into the details but the the fix for this should be to have comments match with higher priority.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()