red / VScode-extension

Red extension for Visual Studio Code
Boost Software License 1.0
40 stars 17 forks source link

Highlight for slash / with paths #51

Open Alexey-T opened 3 years ago

Alexey-T commented 3 years ago

Seems that Sublime has special highlight for this. example file: semantic.zip

Sublime look for /some/paths: Screenshot from 2021-09-30 02-34-06

VSCode look, slash takes only nearest word-chars: Screenshot from 2021-09-30 02-40-04

qtxie commented 3 years ago

I think both ways are OK. I personally prefer no highlight for /path at all. /path is already quite easy to recognize, highlighting it or not makes very little difference for reading code.