{ ".source.jael": { "block": { "prefix": "block", "description": "Insert a named tag.", "body": ["", " $2", ""] }, "comment": { "prefix": "comment", "description": "Insert a comment.", "body": [""] }, "declare": { "prefix": "declare", "description": "Insert a tag.", "body": ["", " $3", ""] }, "element": { "prefix": "element", "description": "Insert a custom tag.", "body": ["", " $2", ""] }, "extend": { "prefix": "extend", "description": "Insert an tag.", "body": ["", " $2", ""] }, "for-each": { "prefix": "for-each", "description": "Insert a tag.", "body": ["<${1:div} for-each=$2 as=\"$3\">", " $4", ""] }, "include": { "prefix": "include", "description": "Insert an tag.", "body": [""] }, "switch": { "prefix": "switch", "description": "Insert a tag.", "body": [ "", " ", " $3", " ", " ", " $4", " ", "" ] } } }