mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-22 02:36:07 +00:00
16 lines
503 B
JSON
16 lines
503 B
JSON
{
|
|
"information_for_contributors": [
|
|
"This file has been converted from https://github.com/microsoft/vscode-markdown-tm-grammar/blob/master/syntaxes/markdown.tmLanguage",
|
|
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
|
"Once accepted there, we are happy to receive an update request."
|
|
],
|
|
"version": "0.1.0",
|
|
"name": "Prompt",
|
|
"scopeName": "text.html.markdown.prompt",
|
|
"patterns": [
|
|
{
|
|
"include": "text.html.markdown"
|
|
}
|
|
]
|
|
}
|