Add ruby specific syntax highlighting

This commit is contained in:
Tommaso Negri
2025-12-05 17:49:19 +01:00
parent 5980154c6e
commit 11786b282f

View File

@@ -0,0 +1,9 @@
local M = {}
function M.setup(colors, config)
return {
["@string.special.symbol.ruby"] = { fg = colors.green.regular },
}
end
return M