Update link groups

This commit is contained in:
lucario387 2022-10-17 00:24:12 +09:00 committed by GitHub
parent 67d7a8774d
commit 10153c1bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -63,7 +63,7 @@ M.polish_hl = {
Operator = { fg = M.base_30.blue },
["@attribute"] = { fg = M.base_30.cyan },
["@punctuation.bracket"] = { fg = M.base_16.base06 },
["@parenthesis"] = { link = "TSPunctBracket" },
["@parenthesis"] = { link = "@punctuation.bracket" },
["@parameter"] = { fg = M.base_30.green },
["@function.builtin"] = { fg = M.base_30.yellow },
}