You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process control keywords such as ifmatchfor are represented by the semantic token type as other making them highlighted as normal keywords, which is not in line with the general habits of vscode users.
To Reproduce Steps to reproduce the behavior:
1.Open a scala file with this plugin enabled and enter any statement of this type in it.
Expected behavior
Keywords such as ifmatchfor should be tagged with keyword.control
Screenshots
Installation:
Operating system: Windows
VSCode version: 1.91.1
VSCode extension version: 1.38.0
Metals version: 1.3.4
Search terms
The text was updated successfully, but these errors were encountered:
Describe the bug
Process control keywords such as
if
match
for
are represented by the semantic token type as other making them highlighted as normal keywords, which is not in line with the general habits of vscode users.To Reproduce Steps to reproduce the behavior:
1.Open a scala file with this plugin enabled and enter any statement of this type in it.
Expected behavior
Keywords such as
if
match
for
should be tagged withkeyword.control
Screenshots
Installation:
Search terms
The text was updated successfully, but these errors were encountered: