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