mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 03:27:05 +03:00
docs: add missing lua marker to code block
This commit is contained in:
parent
912af724f9
commit
56f20d3b80
@ -174,7 +174,7 @@ is approximateley equivalent to ClearType rendering on Windows, but some
|
|||||||
people find that it appears blurry. You may wish to try `Greyscale` in
|
people find that it appears blurry. You may wish to try `Greyscale` in
|
||||||
that case.
|
that case.
|
||||||
|
|
||||||
```
|
```lua
|
||||||
return {
|
return {
|
||||||
font_antialias = "Subpixel", -- None, Greyscale, Subpixel
|
font_antialias = "Subpixel", -- None, Greyscale, Subpixel
|
||||||
font_hinting = "Full", -- None, Vertical, VerticalSubpixel, Full
|
font_hinting = "Full", -- None, Vertical, VerticalSubpixel, Full
|
||||||
|
Loading…
Reference in New Issue
Block a user