nolanderc / glsl_analyzer

Language server for GLSL (autocomplete, goto-definition, formatter, and more)
GNU General Public License v3.0
201 stars 6 forks source link

normalize backslash on windows to forward slash #65

Open nolanderc opened 4 months ago

nolanderc commented 4 months ago

Paths containing a backslash foo\bar.glsl should be normalized to foo/bar.glsl so that URI don't break.