Add ruby specific syntax highlighting
This commit is contained in:
9
lua/mycolortheme/highlights/languages/ruby.lua
Normal file
9
lua/mycolortheme/highlights/languages/ruby.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
function M.setup(colors, config)
|
||||
return {
|
||||
["@string.special.symbol.ruby"] = { fg = colors.green.regular },
|
||||
}
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user