master #1

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

View File

@@ -45,6 +45,7 @@ return {
['Structure'] = { link = 'Type' }, ['Structure'] = { link = 'Type' },
['Constant'] = { fg = 'NONE' }, ['Constant'] = { fg = 'NONE' },
['@parameter'] = { fg = C.purple }, ['@parameter'] = { fg = C.purple },
['NormalFloat'] = { bg = C.surface0 },
} }
} }
}) })