crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
276 stars 58 forks source link

%w is not interpreted as string. #130

Closed MatheusRich closed 3 years ago

MatheusRich commented 3 years ago

Crystal: image

Ruby: image

Here's the code:

%w[some WORDS in HERE]
max-bertinetti commented 3 years ago

Closed in v0.8.2

image