This commit is contained in:
pika 2025-06-02 12:46:09 +02:00
parent bcdd3cdbd7
commit ac80409bb9
10 changed files with 292 additions and 138 deletions

View file

@ -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)