This package is very helpful, thank you :-)
I noticed just a small theme glitch in Sublime Text build 3083 when an automatically wrapped line ends with a symbol that triggers some highlighting. In the example below, the entire space right of line 1 would be grey in Sublime's window (also in the Minimap), while L2 continue as a yellow "ray".
1 bla bla bla bla *species
2 name* discovered bla bla [
3 @citation] bla bla bla bla *
4 unimportant* bla bla bla bla
Strangely, this happens only if a non-word character is present, like @ or whitespace. If a single word is marked up, like in L3/4, this does not happen. This can be reproduced by copy-pasting the example, removing the newlines & padding the lines with words until Sublime starts wrapping.
This package is very helpful, thank you :-)
I noticed just a small theme glitch in Sublime Text build 3083 when an automatically wrapped line ends with a symbol that triggers some highlighting. In the example below, the entire space right of line 1 would be grey in Sublime's window (also in the Minimap), while L2 continue as a yellow "ray".
Strangely, this happens only if a non-word character is present, like @ or whitespace. If a single word is marked up, like in L3/4, this does not happen. This can be reproduced by copy-pasting the example, removing the newlines & padding the lines with words until Sublime starts wrapping.