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)
commit6c2cbe3ed49f60949eb28b3419fb4a8bc64bebe4
tree4131b6119966b9c967b9009a3808a01dda046d3a
parente71e1df0044bd87482f616cc30463e5567297d5e
parentb2eaa291e78b5fc62ad36730c1fb3103b9e6b5c3
Merge: grammar: allow '`' inside foreign code blocks

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>