Digitalbrainstem / Javascript-Vue

Provides html syntax highlighting inside javascript files.
MIT License
1 stars 2 forks source link

Nested template appears to break <= ligature #3

Closed codemacabre closed 4 years ago

codemacabre commented 4 years ago

When using fonts with ligature support (e.g. Fira Code, Victor Mono, Dank Mono, etc.), the <= ligature is broken in all *.js files. See screenshots below:

Not working (this extension with <= ligature): image

Working (this extension with >= ligature): image

Working (alternative extension with <= ligature): image

Betanu701 commented 4 years ago

@codemacabre This should be fixed. Let me know if the issue still persists.

The main issue came down to how I was injecting the vue-html code. I drastically changed it and it should function correctly now.

Betanu701 commented 4 years ago

Closed due to no activity

codemacabre commented 4 years ago

Thanks for this (and apologies for the delay)! Just tested and ligatures seem to be rendering correctly now.