nyyManni / ejira

Emacs JIRA integration
GNU General Public License v3.0
256 stars 35 forks source link

Fix #17: Refined parser link detection regex #22

Closed chaorace closed 3 years ago

chaorace commented 4 years ago

The parser link regex now requires the '|' separator, it no longer mistakes bracketed comments for links as a result.

Quantifiers for links were also adjusted to be lazy, which should eliminate some of the weirder link processing edge cases.