vscode-language-dhall icon indicating copy to clipboard operation
vscode-language-dhall copied to clipboard

Wrong syntax coloring when escaping spaces with quotes in file paths

Open JohanWinther opened this issue 2 years ago • 0 comments

File paths should be able to have spaces according to the dhall interpreter. However the syntax coloring acts up when there are spaces in the quoted part of the path.

Reproduce

Use the following folder structure

  • ok.dhall
  • error.dhall
  • Subfolder
    • test.dhall
  • Subfolder 1
    • test.dhall

ok.dhall: image

error.dhall: image

JohanWinther avatar Nov 07 '22 14:11 JohanWinther