Skip to content

Commit 362b550

Browse files
chore(build): auto-generate docs
1 parent d8f1d4b commit 362b550

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.vim.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ with a lazy extension in `lazy`.
793793

794794
| Highlight Group | Default Group | Description |
795795
| --- | --- | --- |
796-
| **LazyBold** | ***{ bold = true }*** | |
796+
| **LazyBold** | `{ bold = true }` | |
797797
| **LazyButton** | ***CursorLine*** | |
798798
| **LazyButtonActive** | ***Visual*** | |
799799
| **LazyComment** | ***Comment*** | |
@@ -807,7 +807,7 @@ with a lazy extension in `lazy`.
807807
| **LazyH1** | ***IncSearch*** | home button |
808808
| **LazyH2** | ***Bold*** | titles |
809809
| **LazyInfo** | ***DiagnosticInfo*** | task errors |
810-
| **LazyItalic** | ***{ italic = true }*** | |
810+
| **LazyItalic** | `{ italic = true }` | |
811811
| **LazyLocal** | ***Constant*** | |
812812
| **LazyNoCond** | ***DiagnosticWarn*** | unloaded icon for a plugin where `cond()` was false |
813813
| **LazyNormal** | ***NormalFloat*** | |

docs/configuration/highlights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Highlight Group | Default Group | Description |
66
| --- | --- | --- |
7-
| **LazyBold** | ***{ bold = true }*** | |
7+
| **LazyBold** | `{ bold = true }` | |
88
| **LazyButton** | ***CursorLine*** | |
99
| **LazyButtonActive** | ***Visual*** | |
1010
| **LazyComment** | ***Comment*** | |
@@ -18,7 +18,7 @@
1818
| **LazyH1** | ***IncSearch*** | home button |
1919
| **LazyH2** | ***Bold*** | titles |
2020
| **LazyInfo** | ***DiagnosticInfo*** | task errors |
21-
| **LazyItalic** | ***{ italic = true }*** | |
21+
| **LazyItalic** | `{ italic = true }` | |
2222
| **LazyLocal** | ***Constant*** | |
2323
| **LazyNoCond** | ***DiagnosticWarn*** | unloaded icon for a plugin where `cond()` was false |
2424
| **LazyNormal** | ***NormalFloat*** | |

0 commit comments

Comments
 (0)