vim/UltiSnips/vim.snippets

8 lines
194 B
Plaintext
Raw Normal View History

2018-12-12 09:02:12 +00:00
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