mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Update hls
This commit is contained in:
parent
dc60b824e3
commit
67d7a8774d
3 changed files with 5 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
(field
|
||||
name: (identifier) @TSFieldKey)
|
||||
name: (identifier) @field.key)
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ M.load_all_highlights = function()
|
|||
local clear_hl = require("base46").clear_highlights
|
||||
|
||||
clear_hl "BufferLine"
|
||||
clear_hl "TS"
|
||||
clear_hl "@"
|
||||
|
||||
reload "base46.integrations"
|
||||
reload "base46.chadlights"
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ return {
|
|||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSParameterReference = {
|
||||
["@reference"] = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
|
||||
|
|
@ -169,7 +169,7 @@ return {
|
|||
underline = true,
|
||||
},
|
||||
|
||||
TSCurrentScope = {
|
||||
["@scope"] = {
|
||||
bold = true,
|
||||
},
|
||||
|
||||
|
|
@ -177,7 +177,7 @@ return {
|
|||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSFieldKey = {
|
||||
["@field.key"] = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue