vscode-language-dhall
vscode-language-dhall copied to clipboard
Wrong syntax coloring when escaping spaces with quotes in file paths
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
:
error.dhall
: