integral-dw/org-superstar-mode

SRC blocks are highlighted now

japhir opened this issue · 2 comments

Looks like src blocks are highlighted using the -, +, and * elements now.

I create a SRC diff in one of my files, and all the +'s are replaced by . This also appears to be the case when I create an empty

#+BEGIN_SRC
+ hey
  - this
  * should not be fontified
#+END_SRC

2020-04-16-01:44:58_region

This was perhaps introduced by 3fbfc0a?

The issue was caused by me forgetting an and clause when changing a predicate back in 026c54f.
It's fixed now, but suggests that I should not keep v1.1.0-1.2.0 on MELPA stable, as both had the bug.

v1.2.1 is now available, fixing the bug. Thanks a lot for notifying me!