docs: Add syntax highlighting to more code blocks
Added language tags to more code blocks in the documentation to enable syntax highlighting.
This commit is contained in:
parent
4a339093ce
commit
65667b863a
50 changed files with 215 additions and 221 deletions
|
|
@ -24,7 +24,7 @@ The Mod-Tap behavior either acts as a held modifier, or as a tapped keycode.
|
|||
|
||||
Example:
|
||||
|
||||
```
|
||||
```dts
|
||||
&mt LSHIFT A
|
||||
```
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ Example:
|
|||
|
||||
You can configure a different tapping term in your keymap:
|
||||
|
||||
```
|
||||
```dts
|
||||
&mt {
|
||||
tapping-term-ms = <400>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue