vs.language.cmake icon indicating copy to clipboard operation
vs.language.cmake copied to clipboard

Environment variables inside of strings are not highlighted

Open darthwalsh opened this issue 8 years ago • 3 comments
trafficstars

#9 fixed variable highlighting issue outside of strings, but ideally the variables inside strings should show too.

Something like: "${CMAKE_CXX_LINK_FLAGS} /SUBSYSTEM:WINDOWS"

darthwalsh avatar Nov 03 '17 22:11 darthwalsh

Yes, it would be great. I don't know how to handle this properly in the tmLangage. If you have any idea, let me know.

twxs avatar Nov 04 '17 07:11 twxs

No, I have no idea :) I suspect it would make the tmLangage a lot more complicated, so maybe this isn't worth fixing...

darthwalsh avatar Nov 04 '17 12:11 darthwalsh

I think you just need to add them to patterns here.

alexeyr avatar Aug 06 '21 08:08 alexeyr