@grishka Interesting. Perhaps it's because most new keywords are contextual. For example, `sealed` only has special meaning in combination with `class` so things like `boolean sealed = true;` are allowed. If a syntax highlighter only looks at individual lexical tokens, it can't differentiate between those contexts and some highlighters may not want to deal with this