mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 17:30:30 -07:00
Update link groups
This commit is contained in:
parent
67d7a8774d
commit
10153c1bf3
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
local theme = require("base46").get_theme_tb "base_16"
|
local theme = require("base46").get_theme_tb "base_16"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
TSAnnotation = {
|
-- `@annotation` is not one of the default capture group, should we keep it
|
||||||
|
["@annotation"] = {
|
||||||
fg = theme.base0F,
|
fg = theme.base0F,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -112,7 +113,7 @@ return {
|
||||||
-- @tag
|
-- @tag
|
||||||
|
|
||||||
["@tag.attribute"] = {
|
["@tag.attribute"] = {
|
||||||
link = "TSProperty",
|
link = "@property",
|
||||||
},
|
},
|
||||||
|
|
||||||
["@tag.delimiter"] = {
|
["@tag.delimiter"] = {
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ M.polish_hl = {
|
||||||
Operator = { fg = M.base_30.blue },
|
Operator = { fg = M.base_30.blue },
|
||||||
["@attribute"] = { fg = M.base_30.cyan },
|
["@attribute"] = { fg = M.base_30.cyan },
|
||||||
["@punctuation.bracket"] = { fg = M.base_16.base06 },
|
["@punctuation.bracket"] = { fg = M.base_16.base06 },
|
||||||
["@parenthesis"] = { link = "TSPunctBracket" },
|
["@parenthesis"] = { link = "@punctuation.bracket" },
|
||||||
["@parameter"] = { fg = M.base_30.green },
|
["@parameter"] = { fg = M.base_30.green },
|
||||||
["@function.builtin"] = { fg = M.base_30.yellow },
|
["@function.builtin"] = { fg = M.base_30.yellow },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue