aafa40cebd
11369: feat: Add type hint for keyword expression hovers r=Veykril a=danii Adds the return type of keywords to tool-tips where it makes sense. This applies to: `if`, `else`, `match`, `loop`, `unsafe` and `await`. Thanks to `@Veykril` for sharing the idea of putting return type highlighting on other keywords! ![image](https://user-images.githubusercontent.com/39541871/151611737-12325c23-a1f9-4fca-ae48-279b374bdcdf.png) Closes #11359 Co-authored-by: Daniel Conley <himself@danii.dev>