FG42/lib/snippets/js-mode/resource

15 lines
337 B
Plaintext

# name: resource
# key: resource
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil)
# condition: (featurep 'flymake-json)
# contributor: Sameer Rahmani <lxsameer@gnu.org>
# --
{
"name": "$1",
"fields": [
$0
],
"no_filter": ${2:$$(yas-choose-value '("true" "false"))},
"title-field": "$3"
}