Skip to content

Instantly share code, notes, and snippets.

@hei-a
hei-a / html.json
Last active August 26, 2021 01:04
MTML Completions for VSCode(MT7対応版)
{
// ==================================================
// MTML Completions for VS Code [start]
// ==================================================
"current_mapping=\"1\"": {
"prefix": "current_mapping=\"1\"",
"body": [
"current_mapping=\"${1:1}\""
]
@hei-a
hei-a / snippets.cson
Created September 13, 2019 08:34
MTML Completions for ATOM(MT7対応版)
# ==================================================
# MTML Completions for ATOM [start]
# ==================================================
'.text.md, .text.plain, .text.html.basic, .text.html.php, .source.js, .source.css, .source.yaml':
'current_mapping="1"':
'prefix': 'current_mapping="1"'
'body': 'current_mapping=\"${1:1}\"'
'with_index="1"':