|
7 | 7 | ---@field file_types? string[] |
8 | 8 | ---@field ignore? fun(buf: integer): boolean |
9 | 9 | ---@field change_events? string[] |
10 | | ----@field injections? table<string, render.md.injection.UserConfig> |
11 | | ----@field patterns? table<string, render.md.pattern.UserConfig> |
| 10 | +---@field injections? render.md.injection.UserConfigs |
| 11 | +---@field patterns? render.md.pattern.UserConfigs |
12 | 12 | ---@field on? render.md.on.UserConfig |
13 | 13 | ---@field completions? render.md.completions.UserConfig |
14 | 14 | ---@field overrides? render.md.overrides.UserConfig |
|
19 | 19 | ---@field debounce? integer |
20 | 20 | ---@field anti_conceal? render.md.anti.conceal.UserConfig |
21 | 21 | ---@field bullet? render.md.bullet.UserConfig |
22 | | ----@field callout? table<string, render.md.callout.UserConfig> |
| 22 | +---@field callout? render.md.callout.UserConfigs |
23 | 23 | ---@field checkbox? render.md.checkbox.UserConfig |
24 | 24 | ---@field code? render.md.code.UserConfig |
25 | 25 | ---@field dash? render.md.dash.UserConfig |
|
35 | 35 | ---@field pipe_table? render.md.table.UserConfig |
36 | 36 | ---@field quote? render.md.quote.UserConfig |
37 | 37 | ---@field sign? render.md.sign.UserConfig |
38 | | ----@field win_options? table<string, render.md.window.UserConfig> |
| 38 | +---@field win_options? render.md.window.UserConfigs |
39 | 39 |
|
40 | 40 | ---@class (exact) render.md.anti.conceal.UserConfig |
41 | 41 | ---@field enabled? boolean |
|
56 | 56 | ---@field highlight? render.md.bullet.String |
57 | 57 | ---@field scope_highlight? render.md.bullet.String |
58 | 58 |
|
| 59 | +---@alias render.md.callout.UserConfigs table<string, render.md.callout.UserConfig> |
| 60 | + |
59 | 61 | ---@class (exact) render.md.callout.UserConfig |
60 | 62 | ---@field raw? string |
61 | 63 | ---@field rendered? string |
|
174 | 176 | ---@field icon? string |
175 | 177 | ---@field highlight? string |
176 | 178 |
|
| 179 | +---@alias render.md.injection.UserConfigs table<string, render.md.injection.UserConfig> |
| 180 | + |
177 | 181 | ---@class (exact) render.md.injection.UserConfig |
178 | 182 | ---@field enabled? boolean |
179 | 183 | ---@field query? string |
|
234 | 238 | ---@field indent? render.md.paragraph.Number |
235 | 239 | ---@field min_width? integer |
236 | 240 |
|
| 241 | +---@alias render.md.pattern.UserConfigs table<string, render.md.pattern.UserConfig> |
| 242 | + |
237 | 243 | ---@class (exact) render.md.pattern.UserConfig |
238 | 244 | ---@field disable? boolean |
239 | 245 | ---@field directives? render.md.directive.UserConfig[] |
|
264 | 270 | ---@field enabled? boolean |
265 | 271 | ---@field highlight? string |
266 | 272 |
|
| 273 | +---@alias render.md.window.UserConfigs table<string, render.md.window.UserConfig> |
| 274 | + |
267 | 275 | ---@class (exact) render.md.window.UserConfig |
268 | 276 | ---@field default? render.md.option.Value |
269 | 277 | ---@field rendered? render.md.option.Value |
0 commit comments