Although Handlebars language injection has been a part of the plugin, it is not perfect, and it doesn't properly handle nested helpers, and multiple helpers in the same string literals.
Tasks
Improve the processing logic of this injection to better handle nested and multiple helpers.
Take into account single helpers, block helpers, nested helpers, and even if-elseif-else constructs.
Summary
Although Handlebars language injection has been a part of the plugin, it is not perfect, and it doesn't properly handle nested helpers, and multiple helpers in the same string literals.
Tasks