Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

add support for hyphen in tag names #59

Closed
wants to merge 2 commits into from

Conversation

farzadpanahi
Copy link

This PR adds support for hyphen - in tag names.

Currently if you want to build nested templates where there is parent child relation between template variables, and your tag names have hyphen in their names then the regex in code will not match your tag name.

I changed \w to [A-Za-z0-9_-] in order to allow tag names with hyphens.

@jifwin
Copy link
Contributor

jifwin commented Mar 20, 2018

This is implemented in v3.0.0.

@jifwin jifwin closed this Mar 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants