mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
docs: Use correct lexer name for code blocks
This commit is contained in:
parent
a8512d83f3
commit
0f5be1b051
11 changed files with 37 additions and 37 deletions
|
@ -166,14 +166,14 @@ version_conflict
|
|||
----------------
|
||||
This error occurs when two versions of a namespace are imported (possibly transitively) in the same file. For example, this will cause a version conflict:
|
||||
|
||||
.. code-block:: blueprintui
|
||||
.. code-block:: blueprint
|
||||
|
||||
using Gtk 4.0;
|
||||
using Gtk 3.0;
|
||||
|
||||
But so will this:
|
||||
|
||||
.. code-block:: blueprintui
|
||||
.. code-block:: blueprint
|
||||
|
||||
using Gtk 4.0;
|
||||
using Handy 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue