Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: variable
|
||||
# key: var
|
||||
# --
|
||||
${1:int} ${2:n} = $0;
|
Reference in New Issue
Block a user