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
|
@ -6,7 +6,7 @@ Expressions make your user interface code *reactive*. This means when your
|
|||
application's data changes, the user interface reacts to the change
|
||||
automatically.
|
||||
|
||||
.. code-block:: blueprintui
|
||||
.. code-block:: blueprint
|
||||
|
||||
label: bind MyAppWindow.account.username;
|
||||
/* ^ ^ ^
|
||||
|
@ -81,7 +81,7 @@ Cast Expressions
|
|||
|
||||
Cast expressions allow Blueprint to know the type of an expression when it can't otherwise determine it.
|
||||
|
||||
.. code-block:: blueprintui
|
||||
.. code-block:: blueprint
|
||||
|
||||
// Cast the result of the closure so blueprint knows it's a string
|
||||
label: bind $my_closure() as <string>
|
Loading…
Add table
Add a link
Reference in a new issue