saem / vscode-nim

Other
177 stars 23 forks source link

remove non reserved keywords from highlighting of unused res. keywords #83

Closed morganholly closed 2 years ago

morganholly commented 2 years ago

i wanted to have a variable shared for input to a function, but it was highlighted as an unused reserved keyword. it was not in the list of reserved keywords so i removed it and the others in the matching group which also were not in the list as they didn't seem to need to be there.

saem commented 2 years ago

Thanks!