directory structure
This commit is contained in:
parent
0ce2bda366
commit
615f897310
47 changed files with 8100 additions and 0 deletions
7
UltiSnips/vim.snippets
Normal file
7
UltiSnips/vim.snippets
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue