If an entity like ``` entity foo is ... end foo; ``` is pasted with _Vic_, the resulting component is ``` component foo is ... end foo; ``` Components must always end with "end component".
If an entity like
is pasted with Vic, the resulting component is
Components must always end with "end component".