feat: style json with comments

This commit is contained in:
Brian Pooe 2023-12-17 14:31:25 +02:00
parent 24da5aba36
commit efb3466e74

View file

@ -299,6 +299,7 @@ return lush(function(injected_functions)
sym("@lsp.typemod.parameter.declaration.typescript")({ fg = white }),
sym("@label.json")({ fg = purple }),
sym("@label.jsonc")({ fg = purple }),
sym("@boolean.jsonc")({ fg = orange }),
-- Other stuff
HelpHyperTextJump({ fg = yellow }),