Add some new snippets
This commit is contained in:
parent
6394f79f40
commit
215344d93a
2 changed files with 12 additions and 0 deletions
3
vim/vim.symlink/UltiSnips/less.snippets
Normal file
3
vim/vim.symlink/UltiSnips/less.snippets
Normal file
|
@ -0,0 +1,3 @@
|
|||
snippet mrem
|
||||
unit($1 / @font-size__s) * 1rem$0
|
||||
endsnippet
|
9
vim/vim.symlink/UltiSnips/xml.snippets
Normal file
9
vim/vim.symlink/UltiSnips/xml.snippets
Normal file
|
@ -0,0 +1,9 @@
|
|||
snippet mmodxml
|
||||
<?xml version="1.0"?>
|
||||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
|
||||
<module name="$1" setup_version="0.1.0">
|
||||
$0
|
||||
</module>
|
||||
</config>
|
||||
endsnippet
|
Loading…
Add table
Reference in a new issue