as developer I want to have a list of keywords, which I can use e.g. to implement a syntax highlighter. ``` wecrkmeisterKeywords = { sheet: [...], conductions: [...], }; ```