Update hls

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

View file

@ -1,2 +1,2 @@
(field (field
name: (identifier) @TSFieldKey) name: (identifier) @field.key)

View file

@ -44,7 +44,7 @@ M.load_all_highlights = function()
local clear_hl = require("base46").clear_highlights local clear_hl = require("base46").clear_highlights
clear_hl "BufferLine" clear_hl "BufferLine"
clear_hl "TS" clear_hl "@"
reload "base46.integrations" reload "base46.integrations"
reload "base46.chadlights" reload "base46.chadlights"

View file

@ -81,7 +81,7 @@ return {
fg = theme.base08, fg = theme.base08,
}, },
TSParameterReference = { ["@reference"] = {
fg = theme.base05, fg = theme.base05,
}, },
@ -169,7 +169,7 @@ return {
underline = true, underline = true,
}, },
TSCurrentScope = { ["@scope"] = {
bold = true, bold = true,
}, },
@ -177,7 +177,7 @@ return {
fg = theme.base08, fg = theme.base08,
}, },
TSFieldKey = { ["@field.key"] = {
fg = theme.base0D, fg = theme.base0D,
}, },