doc/ref: annotate EBNF code blocks via their triple backticks
THe main benefit here is that we can start being clear about
what language syntax is used for each code block,
so that we can then start applying validations and formatting
in later CLs.
We don't plan to do anything with EBNF yet, but at least this further
ensures that we don't mistakenly treat any of these as CUE syntax.
A nice side benefit of this change is that Hugo's HTML rendering
seems to support EBNF syntax highlighting, so the result is nicer.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ifbbf5be6e3b7c51d097d01c7d0b14b14a6ff8657
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1232177
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>