TS: link py string to comment attribute

This commit is contained in:
Tomas Mirchev 2025-09-29 19:19:34 +00:00
parent b1a4566452
commit 1144ecc1b9

View File

@ -14,6 +14,7 @@ function M.get(C)
["@markup.strikethrough"] = { fg = C.syntax }, ["@markup.strikethrough"] = { fg = C.syntax },
["@_jsx_attribute"] = { link = "Constant" }, ["@_jsx_attribute"] = { link = "Constant" },
["@string.documentation.python"] = { link = "Comment" },
} }
end end