v2.5
lucario387 3 years ago committed by GitHub
parent dc60b824e3
commit 67d7a8774d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save