You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I tried to use --while and the problem was the same, other keywords of composed statements like if or for don't cause problems. Typing done somewhere after confirms this capturing section is the culprit.
I think the resolution could be to use something else than the boundary construct \b in the regex like (?:[^\\-]|^)(while|until)\\b. Or do something like the for parsing.
I don't know to test this but maybe you could.
Original issue
I was writing a simple git documentation for some colleagues, with bash hightlighted snippet, but Atom miss-highlight if there's the until word and only with the bash style.