feat: better regex colors

This commit is contained in:
gbprod
2024-06-24 09:08:45 +02:00
parent c707723cf0
commit f3e3ba2b47
+1
View File
@@ -145,6 +145,7 @@ function treesitter.highlights()
["@property.yaml"] = { fg = c.frost.polar_water },
["@text.phpdoc"] = { fg = c.polar_night.light },
["@attribute.phpdoc"] = { fg = c.frost.artic_water },
["@character.printf"] = { fg = c.aurora.yellow },
-- LSP Semantic Token Groups
["@lsp.type.class"] = { link = "@type" },