tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
568 stars 98 forks source link

Parsing characters literals #107

Closed bhnascar closed 7 years ago

bhnascar commented 7 years ago

I read that this plugin has a custom HLSL parser; I'm guessing that has something to do with this (false) Intellisense warning regarding character literals:

parse_error

We have a custom debug log utility built on top of character literals, which is used in a lot of places, and would love to see all the red squiggles go away.

tgjones commented 7 years ago

I had no idea until you reported this that HLSL even had character literals :) Fixed now.