var inVariable = function(stream, state) {
      var token = null;

      if (stream.match('}}')) {
        state.tokenizer = tokenize;