typescript.el
typescript.el copied to clipboard
feat(fontlock): fontify ${} expressions inside backticks
Addresses #48 until better parser support is implemented.
This is an 80/20 approach so complex expressions inside the ${}
are fontified as if a simple variable token. It probably can be improved in further iterations.
This PR now has some slight conflicts with git master. Can you resolve those? 🙂
Oh yea it's the test cases! Always a PITA. I'll fix it tomorrow.
My god I didn't even realize it took me two years to resolve the merge conflicts :D I was just updating my local typescript.el version and rebased this branch since it was what I was using.
Thanks for merging it!