Hi, `{..} as 'a` breaks syntax highlighting: ```rescript type foo<'a> = { bar: 'a, // Works baz: {..} as 'a, // Breaks syntax highlighting } ```