Fix accidental multiline comment closure

This commit is contained in:
Iron_E 2020-07-02 13:09:07 -04:00
parent d54158099c
commit d57239f5d5
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 3 deletions

View File

@ -116,9 +116,7 @@ local purple_light = {'#af60af', 63, 'magenta'}
<highlight group name> = {
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'
--[[ Style can be 'bold', 'italic', and more. See |attr-list| for more information.
Style can also have a color, and/or multiple <cterm>s.
]]
-- 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=<cterm>|{<cterm> [, <cterm>] [color=<color>]})
}
```