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
fix(devins-lang): correct highlighting for variable, agent, and command identifiers #101
The variable, agent, and command identifier tokens were previously highlighted using the number color, which is not appropriate for identifiers. This commit corrects the highlighting for these tokens by assigning them the constant color, which is more suitable for identifiers. Additionally, the command property tokens are now highlighted with the string color, and system tokens are also highlighted with appropriate colors.
0 commit comments