From d3c5ceab7480edbe2e00f0759ad7dacb69472ef8 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Thu, 11 Mar 2021 16:44:28 -0500 Subject: [PATCH] feat(colors): lua multiline string highlighting --- colors/highlite.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/colors/highlite.vim b/colors/highlite.vim index 45395af..3cad29a 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -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',