Working though the book "Programming Phoenix", in one code example: ``` elixir def player_id(video) do ~r/^.*(?:youtu.be\/|v\/|e\/|u\/\w+\/|embed\/|v=)(?<id>[^#\&\?]*).*/ |> Regex.named_captures(video.url) |> get_in(["id"]) end ``` But when I type this snippet in, it shows like this <img width="741" alt="screen shot 2016-01-02 at 21 31 23" src="https://cloud.githubusercontent.com/assets/1011678/12076189/36c681fa-b198-11e5-8080-3a4a3ed42743.png"> OS: OS X El Capitan Emacs version: 24.5.1 (Using spacemacs setup) Elixir-mode: 20151211.412