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 Sep 21, 2022. It is now read-only.
Hey guys,
I'm a big fan of this syntax theme, but I found a little bug in the indentation match:
first i tried to figure out what the reason of this could be, because on material-syntax-light and all the other syntax themes this issue is not appearing.
After a few minutes of checking the code, i figured out that the underscore for matching is just eaten by other elements.
for example:
if you disable line-height: 1.5; , inside class atom-text-editor
you will see the underscore will appear.
but this seems not to be a good solution for me, looks a little bit messed up. anyone else have a better way to fix this?
The text was updated successfully, but these errors were encountered:
Hey guys,

I'm a big fan of this syntax theme, but I found a little bug in the indentation match:
first i tried to figure out what the reason of this could be, because on material-syntax-light and all the other syntax themes this issue is not appearing.
After a few minutes of checking the code, i figured out that the underscore for matching is just eaten by other elements.
for example:

if you disable
line-height: 1.5;
, inside classatom-text-editor
you will see the underscore will appear.
but this seems not to be a good solution for me, looks a little bit messed up. anyone else have a better way to fix this?
The text was updated successfully, but these errors were encountered: