Skip to content

Commit b607c2c

Browse files
committed
fix(treesitter): incorrect highlight for json keys
1 parent f9aa3c9 commit b607c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/github-theme/group/modules/treesitter.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ If you want to stay on nvim 0.7, disable the module, or track on 'v0.0.x' branch
258258
['@tag.delimiter.tsx'] = { link = '@tag.attribute.tsx' },
259259

260260
-- JSON
261-
['@label.json'] = { link = '@tag' },
261+
['@property.json'] = { link = '@tag' },
262262

263263
-- Lua
264264
['@lsp.type.variable.lua'] = { fg = spec.variable },

0 commit comments

Comments
 (0)