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