|
|
|
@ -41,7 +41,7 @@ function M.get(cpt)
|
|
|
|
|
TSOperator = {fg = cpt.fg}, -- For any operator: `+`, but also `->` and `*` in cpt.
|
|
|
|
|
TSParameter = {fg = cpt.orange_br}, -- For parameters of a function.
|
|
|
|
|
-- TSParameterReference= { }; -- For references to parameters of a function.
|
|
|
|
|
TSProperty = {fg = cpt.red_bg}, -- Same as `TSField`.
|
|
|
|
|
TSProperty = {fg = cpt.red_br}, -- Same as `TSField`.
|
|
|
|
|
tomlTSProperty = {fg = cpt.blue}, -- Differentiates between string and properties
|
|
|
|
|
TSPunctDelimiter = {fg = util.string_to_color(cpt, "", cpt.fg_alt)}, -- For delimiters ie: `.`
|
|
|
|
|
TSPunctBracket = {fg = cpt.red}, -- For brackets and parenthesis.
|
|
|
|
|