Add locals snippet

This commit is contained in:
Ryota Kayanuma 2018-08-25 03:25:44 +09:00
parent 4fdcf1653d
commit 3367c47cbd
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: locals
# key: locals
# --
locals {
{$1:name} = ${2:value}
}