Add syntax-highlighting in the documentation

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/642>
This commit is contained in:
MoonlightWave-12
2024-04-14 13:38:20 +02:00
parent 96c5b263ad
commit cff687d778
4 changed files with 22 additions and 22 deletions

View File

@ -22,7 +22,7 @@ Creating a layout is easy. You don't need to recompile things, just edit and tes
* Select and enable the input source you would like to change from the Region & Language section of the device settings. Perhaps use "A user-defined custom layout" listed under Other.
* Find the correct name of the .yaml file associated with that input source. This can be found with the command
```
```sh
$ gsettings get org.gnome.desktop.input-sources sources
```
@ -39,7 +39,7 @@ The yaml file will overwrite the default settings for that layout. If you want t
You can also use the `test_layout` tool from the -devel package to check it for errors:
```
```sh
$ squeekboard_test_layout ./mylayout.yaml
Test result: OK
```