wip
This commit is contained in:
parent
bcdd3cdbd7
commit
ac80409bb9
10 changed files with 292 additions and 138 deletions
|
@ -16,7 +16,7 @@ return {
|
|||
comments = { italic = false }, -- style for comments
|
||||
keywords = { italic = true }, -- style for keywords
|
||||
identifiers = { italic = true }, -- style for identifiers
|
||||
variables = { bold = true }, -- style for variables
|
||||
variables = { bold = true, underline = false }, -- style for variables
|
||||
functions = {}, -- style for functions
|
||||
},
|
||||
custom_highlights = {} or function(highlights, palette)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue