nvim/UltiSnips/vim.snippets
2020-03-19 15:47:31 +00:00

7 lines
194 B
Text

snippet scolor "SetColor('', .."
SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet
snippet cscolor "call SetColor('', .."
call SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet