nolanderc / glsl_analyzer

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

normalize backslash on windows to forward slash #65

Open nolanderc opened 1 month ago

nolanderc commented 1 month ago

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