🔧 Added kevin powell's css as emmet like shortcut
This commit is contained in:
parent
d8453b4ab0
commit
86a16d5899
2 changed files with 40 additions and 0 deletions
|
|
@ -309,6 +309,15 @@ matches:
|
|||
type: shell
|
||||
params:
|
||||
cmd: "~/scripts/pug5 ; echo ''"
|
||||
# returns default html5 layout
|
||||
- trigger: ";kcss"
|
||||
force_clipboard: true
|
||||
replace: "{{output}}"
|
||||
vars:
|
||||
- name: output
|
||||
type: shell
|
||||
params:
|
||||
cmd: "~/scripts/kcss ; echo ''"
|
||||
|
||||
# returns default figure and img tags for pug blog
|
||||
- trigger: ";fig"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue