init
This commit is contained in:
10
snippets/bazel-mode/shlib
Normal file
10
snippets/bazel-mode/shlib
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: sh_library
|
||||
# key: shlib
|
||||
# --
|
||||
sh_library(
|
||||
name = "$0",
|
||||
data = [
|
||||
"$1"
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user