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.
fs="$(sed -e 's/^\.\///'<<<"$fs"|while IFS= read f ;do [ -f"${f%%/*}" ] &&echo"${f%%/*}"||true; done)"for p in {0..31} ; do # iterate on each major base 32 b="$(base 32 $p)"...
done is expected rendered as red, and subsequent code looses syntax highlighting as well.
Steps to Reproduce
Upload the fs line above to github with some subsequent code, view result.
Expected behavior:
syntax rainbow that is the code
Actual behavior:
cyan
Reproduces how often:
see above example to reproduce
Versions
I am seeing rendering on github site, not using Atom directly.
Additional Information
vim doesn't have the problem. Is bourne, ksh and bash all highlighted the same way?