about summary refs log tree commit diff
path: root/doc/languages-frameworks/qt.section.md
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-14 00:30:36 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-05 05:23:19 +0200
commit2c143a461438a4e3c9509222274be819df8d86ef (patch)
tree13e1dfaf764ac375d74cc5ed19d713b7695fa18f /doc/languages-frameworks/qt.section.md
parent14edfb4cd7cc6a5a332318e37f1bf6a844b3e9c6 (diff)
doc/languages-frameworks/*: add missing languages to code fences
convert shell -> ShellSession
Diffstat (limited to 'doc/languages-frameworks/qt.section.md')
-rw-r--r--doc/languages-frameworks/qt.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/languages-frameworks/qt.section.md b/doc/languages-frameworks/qt.section.md
index 9747c1037adbe..6f8c9626e6dea 100644
--- a/doc/languages-frameworks/qt.section.md
+++ b/doc/languages-frameworks/qt.section.md
@@ -103,7 +103,7 @@ supported Qt version.
 ### Example adding a Qt library {#qt-library-all-packages-nix}
 
 The following represents the contents of `qt5-packages.nix`.
-```
+```nix
 {
   # ...
 
@@ -133,7 +133,7 @@ to select the Qt 5 version used for the application.
 ### Example adding a Qt application {#qt-application-all-packages-nix}
 
 The following represents the contents of `qt5-packages.nix`.
-```
+```nix
 {
   # ...
 
@@ -144,7 +144,7 @@ The following represents the contents of `qt5-packages.nix`.
 ```
 
 The following represents the contents of `all-packages.nix`.
-```
+```nix
 {
   # ...