I’m using ivy-codemirror
for ember. I added comment/comment.js
addon to add the comment support. It works well for javascript
but it doesn’t work for ember handlebars files (.hbs
) since the handlebar mode does not contain lineComment, blockCommentStart or blockCommentEnd configuration by default. How can I add those in my app? Thanks for any suggestions.
This commit adds the required metadata to the mode.
1 Like
merged in master! that’s blazing fast. Thank you so much for the immediate response @marijn. Waiting for the next release with these changes
!!! Until then, any workaround?
Apply the patch locally?
I’m not sure about that @marijn Do you mean forking the repo?