Fix accidental multiline comment closure
This commit is contained in:
parent
d54158099c
commit
d57239f5d5
|
@ -116,9 +116,7 @@ local purple_light = {'#af60af', 63, 'magenta'}
|
||||||
<highlight group name> = {
|
<highlight group name> = {
|
||||||
bg=<color>, -- The color used for background color, or use 'NONE', 'fg' or 'bg'
|
bg=<color>, -- The color used for background color, or use 'NONE', 'fg' or 'bg'
|
||||||
fg=<color>, -- The color used for foreground color, or use 'NONE', 'fg' or 'bg'
|
fg=<color>, -- The color used for foreground color, or use 'NONE', 'fg' or 'bg'
|
||||||
--[[ Style can be 'bold', 'italic', and more. See |attr-list| for more information.
|
-- Style can be 'bold', 'italic', and more. See |attr-list| for more information. It can also have a color, and/or multiple <cterm>s.
|
||||||
Style can also have a color, and/or multiple <cterm>s.
|
|
||||||
]]
|
|
||||||
style=<cterm>|{<cterm> [, <cterm>] [color=<color>]})
|
style=<cterm>|{<cterm> [, <cterm>] [color=<color>]})
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue