Hi, The built-in editor does not recognize GNU style designated initializers and marks them with a red underline. Example: example_t var = { width: 100, height: 100, }; Robert