Merge: grammar: allow '`' inside foreign code blocks
authorJean Privat <jean@pryen.org>
Tue, 28 Oct 2014 00:30:34 +0000 (20:30 -0400)
committerJean Privat <jean@pryen.org>
Tue, 28 Oct 2014 00:30:34 +0000 (20:30 -0400)
This was an old bug causing the use of ``` ` ``` within a foreign code block to break the block. Example:

~~~~
fun foo `{
    // Some comment on entity `foo` would prevent the whole block to be recognize
`}
~~~~

Pull-Request: #847
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge