rougier / svg-tag-mode

A minor mode for Emacs that replace keywords with nice SVG labels
GNU General Public License v3.0
496 stars 28 forks source link

Question: Tags with spaces between characters #45

Closed chookity-pokk closed 1 year ago

chookity-pokk commented 1 year ago

Is there a way to configure the regex to allow tags to have spaces between the characters? This would allow a tag with multiple words.

rougier commented 1 year ago

I see no difficulty with that. Do you mean you tried and it failed? By the way, you can test your regex with regexp-builder

chookity-pokk commented 1 year ago

I don't know what was causing the issue but it seems to be gone now. Essentially what was happening was when I would add a regex with multiple words it caused all my tags to disappear. It was likely related to something else in my svg-tag config because it's fixed now.

Thank you for regexp-builder! Didn't know that existed!