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 has been archived by the owner on Dec 15, 2022. It is now read-only.
I was trying to style method calls while creating a syntax theme for atom. I realized it might not be possible to do it currently because of atom/atom#9074 (comment) The atom editor html is different from the html output of highlights. The atom editor html doesn't wrap method names in span tags. This difference prevents me from styling method calls in the syntax theme.
Are there any workarounds? Also, why is the editor html different from the html output of highlights? I'd like to solve this but I'm struggling to find the part of atom's codebase where the highlights package is used for syntax highlighting. Any pointers?
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I was trying to style method calls while creating a syntax theme for atom. I realized it might not be possible to do it currently because of atom/atom#9074 (comment) The atom editor html is different from the html output of highlights. The atom editor html doesn't wrap method names in span tags. This difference prevents me from styling method calls in the syntax theme.
Are there any workarounds? Also, why is the editor html different from the html output of highlights? I'd like to solve this but I'm struggling to find the part of atom's codebase where the highlights package is used for syntax highlighting. Any pointers?
Thank you.
The text was updated successfully, but these errors were encountered: