SRC blocks are highlighted now
japhir opened this issue · 2 comments
japhir commented
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
This was perhaps introduced by 3fbfc0a?
integral-dw commented
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.
integral-dw commented
v1.2.1 is now available, fixing the bug. Thanks a lot for notifying me!