Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate and more broadly utilize "expression split". #18

Open
3 tasks
amcgregor opened this issue Dec 7, 2015 · 0 comments
Open
3 tasks

Isolate and more broadly utilize "expression split". #18

amcgregor opened this issue Dec 7, 2015 · 0 comments

Comments

@amcgregor
Copy link
Member

Currently only one directive attempts to split anything on an expression, the cinje.inline.text processor when handling %{expr arg} formatted string replacements. This is broadly useful, notably for the : use and : using directives amongst others, and better aligns with the documentation.

  • Extract the cinje.inline.text "expression split" code into the Line class. (As a companion for the partitioned attribute.)
  • Update cinje.inline.use directive to utilize the expression split.
  • Update cinje.block.using directive to utilize the expression split.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant