`raise` should only be highlighted when used by itself, right? If this is the case, then the highlighting of ``` elixir Mix.raise "foo" ``` is incorrect as `raise` is highlighted as a special keyword.