'html' snippet is annoying and easily inserts by accident when typing any html. Fixes #69457

This commit is contained in:
Martin Aeschlimann
2019-03-25 22:16:53 +01:00
parent 44cf008419
commit 117ee62c22
3 changed files with 30 additions and 30 deletions

View File

@@ -74,12 +74,6 @@
"meta.tag string.quoted": "other"
}
}
],
"snippets": [
{
"language": "html",
"path": "./snippets/html.snippets.json"
}
]
}
}