ykmnkmi / jinja.dart

Jinja2 template engine port for Dart.
https://pub.dev/packages/jinja
MIT License
51 stars 11 forks source link

Enable _ in variables names #10

Closed brahici closed 3 years ago

brahici commented 3 years ago

Underscore characters could be used in a template variable name.

ykmnkmi commented 3 years ago

Looks good.

brahici commented 3 years ago

Hi, thank you for the merge. Have you any plans to release a new version of the package soon ?

ykmnkmi commented 3 years ago

Yes, here new release with new lexer and parser (same as Python version), needs some tests & checks. I will finish merging in 2~3 weeks.

brahici commented 3 years ago

Ok, thank you.