It seems that `haskell-indentation` also searches QuasiQuotes for keywords: ``` haskell {-# LANGUAGE QuasiQuotes #-} test = [randomQQ| This is a quasiquote with the word in |] ``` Hitting Enter at the end of the line gives `Illegal token: in`. (It seems that GitHub's highlighter also doesn't understand QuasiQuotes :p)