vscode-nim icon indicating copy to clipboard operation
vscode-nim copied to clipboard

Syntax highlighting error

Open gavr123456789 opened this issue 4 years ago • 0 comments

import sugar
type SomeType = object 
  str: string
  num: int
var x, y = SomeType()
y.num = 40; x.num = 2
dump y.num + x.num

image

image

gavr123456789 avatar May 10 '21 15:05 gavr123456789