Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

url parameter #30

Closed fizzyade closed 3 years ago

fizzyade commented 3 years ago

Hi thanks for the plugin, a quick observation is that highlighting does not work correctly for the following situation regarding a url:

url('/my folder/fred@2x.png')

Firstly, it doesn't like the single quote (but this is required in my particular situation)

Secondly, it doesn't handle the @ properly, and renders the text in a different colour from the @ symbol.

CleanShot 2020-11-13 at 22 14 27@2x
grabusr commented 3 years ago

Hi Adrian,

Version 0.1.9 is able to download. Please let us know if the fix solves your issues.

fizzyade commented 3 years ago

Yes! That has fixed it :)

Thanks for fixing this and for your work.