mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
File snippets for HTML and PHP (#161881)
* Adding file snippets for HTML and PHP to start small. * Adding TS
This commit is contained in:
@@ -76,6 +76,12 @@
|
||||
"meta.tag string.quoted": "other"
|
||||
}
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
{
|
||||
"language": "html",
|
||||
"path": "./snippets/html.code-snippets"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user