feat(colors): lua multiline string highlighting

This commit is contained in:
Iron-E 2021-03-11 16:44:28 -05:00
parent ab66ea8c82
commit d3c5ceab74
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 4 additions and 0 deletions

View File

@ -562,6 +562,10 @@ local highlight_groups = {
luaParens = 'Delimiter',
luaSpecialTable = 'Structure',
luaSpecialValue = 'Function',
luaStringLongTag = function(self)
local delimiter = self.Delimiter
return {bg=delimiter.bg, fg=delimiter.fg, style='italic'}
end,
--[[ 4.3.12. Make ]]
makeCommands = 'Statment',