init
This commit is contained in:
12
snippets/bazel-mode/pybin
Normal file
12
snippets/bazel-mode/pybin
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: py_binary
|
||||
# key: pybin
|
||||
# --
|
||||
py_binary(
|
||||
name = "$0",
|
||||
srcs = "$1",
|
||||
data = "$2"
|
||||
deps = [
|
||||
"$3"
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user