Install yasnippet and vala-snippets packages
This commit is contained in:
5
elpa/yasnippet-20160924.2001/snippets/cmake-mode/option
Normal file
5
elpa/yasnippet-20160924.2001/snippets/cmake-mode/option
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: option
|
||||
# key: opt
|
||||
# --
|
||||
option(${1:OPT} "${2:docstring}" ${3:value})
|
Reference in New Issue
Block a user