master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 3324cb1fff - Show all commits

View File

@@ -29,7 +29,12 @@ return {
undercurl = true, undercurl = true,
underline = true, underline = true,
bold = false, bold = false,
italic = true, italic = {
strings = true,
comments = true,
operators = false,
folds = true,
},
strikethrough = true, strikethrough = true,
invert_selection = false, invert_selection = false,
invert_signs = false, invert_signs = false,