fix(grfn/emacs): Give all snippets a unique uuid
Change-Id: Iae2ce3783bc2632b265641e286b4145373c7a226 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8478 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
6f747227f0
commit
513a35b503
15 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: hlint
|
||||
# uuid:
|
||||
# uuid: hlint
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# key: hlint
|
||||
# condition: t
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: test-group
|
||||
# uuid:
|
||||
# uuid: test-group
|
||||
# key: testGroup
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: fetchFromGitHub
|
||||
# uuid:
|
||||
# uuid: fetchFromGitHub
|
||||
# key: fetchFromGitHub
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: sha256
|
||||
# uuid:
|
||||
# uuid: sha256
|
||||
# key: sha256
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: combat
|
||||
# uuid:
|
||||
# uuid: combat
|
||||
# key: combat
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: use-module
|
||||
# uuid:
|
||||
# uuid: use-module
|
||||
# key: use
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: decorate
|
||||
# uuid:
|
||||
# uuid: decorate
|
||||
# key: decorate
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: dunder
|
||||
# uuid:
|
||||
# uuid: dunder
|
||||
# key: du
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: name
|
||||
# uuid:
|
||||
# uuid: name
|
||||
# key: name
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: pdb
|
||||
# uuid:
|
||||
# uuid: pdb
|
||||
# key: pdb
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: async test
|
||||
# uuid:
|
||||
# uuid: atest
|
||||
# key: atest
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: benchmark
|
||||
# uuid:
|
||||
# uuid: benchmark
|
||||
# key: bench
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: proptest
|
||||
# uuid:
|
||||
# uuid: proptest
|
||||
# key: proptest
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: test-module
|
||||
# uuid:
|
||||
# uuid: test-module
|
||||
# key: tmod
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: variable
|
||||
# uuid:
|
||||
# uuid: variable
|
||||
# key: var
|
||||
# condition: t
|
||||
# --
|
||||
|
|
Loading…
Reference in a new issue