init
This commit is contained in:
1
snippets/git-commit-mode/.yas-parents
Normal file
1
snippets/git-commit-mode/.yas-parents
Normal file
@@ -0,0 +1 @@
|
||||
text-mode
|
||||
5
snippets/git-commit-mode/fixes
Normal file
5
snippets/git-commit-mode/fixes
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: fixes
|
||||
# key: fix
|
||||
# --
|
||||
fixes #${1:100}
|
||||
5
snippets/git-commit-mode/references
Normal file
5
snippets/git-commit-mode/references
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: references
|
||||
# key: ref
|
||||
# --
|
||||
references #${1:100}
|
||||
5
snippets/git-commit-mode/type
Normal file
5
snippets/git-commit-mode/type
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: type
|
||||
# key: type
|
||||
# --
|
||||
${1:$$(yas-choose-value '("fix" "hotfix" "add" "update" "change" "clean" "disable" "remove" "upgrade" "revert"))} $0
|
||||
Reference in New Issue
Block a user