Merge from master

This commit is contained in:
Raj Musuku
2019-02-21 17:56:04 -08:00
parent 5a146e34fa
commit 666ae11639
11482 changed files with 119352 additions and 255574 deletions

View File

@@ -1,3 +1,4 @@
test/**
src/**
tsconfig.json
tsconfig.json
cgmanifest.json

View File

@@ -1,23 +0,0 @@
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
[
{
"name": "textmate/markdown.tmbundle",
"version": "0.0.0",
"license": "TextMate Bundle License",
"repositoryURL": "https://github.com/textmate/markdown.tmbundle",
"licenseDetail": [
"Copyright (c) markdown.tmbundle authors",
"",
"If not otherwise specified (see below), files in this repository fall under the following license:",
"",
"Permission to copy, use, modify, sell and distribute this",
"software is granted. This software is provided \"as is\" without",
"express or implied warranty, and with no claim as to its",
"suitability for any purpose.",
"",
"An exception is made for files in readable text which contain their own license information,",
"or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added",
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
"\"tidy\" is accompanied by \"tidy-license.txt\"."
]
}]

View File

@@ -0,0 +1,32 @@
{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "textmate/markdown.tmbundle",
"repositoryUrl": "https://github.com/textmate/markdown.tmbundle",
"commitHash": "11cf764606cb2cde54badb5d0e5a0758a8871c4b"
}
},
"licenseDetail": [
"Copyright (c) markdown.tmbundle authors",
"",
"If not otherwise specified (see below), files in this repository fall under the following license:",
"",
"Permission to copy, use, modify, sell and distribute this",
"software is granted. This software is provided \"as is\" without",
"express or implied warranty, and with no claim as to its",
"suitability for any purpose.",
"",
"An exception is made for files in readable text which contain their own license information,",
"or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added",
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
"\"tidy\" is accompanied by \"tidy-license.txt\"."
],
"license": "TextMate Bundle License",
"version": "0.0.0"
}
],
"version": 1
}

View File

@@ -17,9 +17,13 @@
],
"extensions": [
".md",
".mkd",
".mdwn",
".mdown",
".markdown",
".markdn",
".mdtxt",
".mdtext",
".workbook"
],
"configuration": "./language-configuration.json"
@@ -87,4 +91,4 @@
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json"
}
}
}

View File

@@ -23,14 +23,14 @@
"prefix": "fenced codeblock",
"body": [
"```${1:language}",
"$0",
"${TM_SELECTED_TEXT}$0",
"```"
],
"description": "Insert fenced code block"
},
"Insert heading": {
"prefix": "heading",
"body": "# ${1:text}",
"body": "# ${1:${TM_SELECTED_TEXT}}",
"description": "Insert heading"
},
"Insert unordered list": {
@@ -60,12 +60,12 @@
},
"Insert link": {
"prefix": "link",
"body": "[${1:text}](http://${2:link})$0",
"body": "[${TM_SELECTED_TEXT:${1:text}}](https://${2:link})$0",
"description": "Insert link"
},
"Insert image": {
"prefix": "image",
"body": "![${1:alt}](http://${2:link})$0",
"body": "![${TM_SELECTED_TEXT:${1:alt}}](https://${2:link})$0",
"description": "Insert image"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -540,7 +540,7 @@
},
{
"c": "*",
"t": "text.html.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -573,7 +573,7 @@
},
{
"c": "-",
"t": "text.html.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -606,7 +606,7 @@
},
{
"c": "+",
"t": "text.html.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -650,7 +650,7 @@
},
{
"c": "+",
"t": "text.html.markdown markup.list.unnumbered.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -925,7 +925,7 @@
},
{
"c": ">",
"t": "text.html.markdown markup.quote.markdown beginning.punctuation.definition.quote.markdown",
"t": "text.html.markdown markup.quote.markdown punctuation.definition.quote.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -958,7 +958,7 @@
},
{
"c": ">",
"t": "text.html.markdown markup.quote.markdown beginning.punctuation.definition.quote.markdown",
"t": "text.html.markdown markup.quote.markdown punctuation.definition.quote.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -969,7 +969,7 @@
},
{
"c": ">",
"t": "text.html.markdown markup.quote.markdown markup.quote.markdown beginning.punctuation.definition.quote.markdown",
"t": "text.html.markdown markup.quote.markdown markup.quote.markdown punctuation.definition.quote.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1002,7 +1002,7 @@
},
{
"c": "1.",
"t": "text.html.markdown markup.list.numbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.numbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1046,7 +1046,7 @@
},
{
"c": ">",
"t": "text.html.markdown markup.list.numbered.markdown markup.quote.markdown beginning.punctuation.definition.quote.markdown",
"t": "text.html.markdown markup.list.numbered.markdown markup.quote.markdown punctuation.definition.quote.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1079,7 +1079,7 @@
},
{
"c": "2.",
"t": "text.html.markdown markup.list.numbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.numbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1112,7 +1112,7 @@
},
{
"c": "3.",
"t": "text.html.markdown markup.list.numbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.numbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1574,7 +1574,7 @@
},
{
"c": "*",
"t": "text.html.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1607,7 +1607,7 @@
},
{
"c": "*",
"t": "text.html.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1750,7 +1750,7 @@
},
{
"c": "*",
"t": "text.html.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,
@@ -1783,7 +1783,7 @@
},
{
"c": "*",
"t": "text.html.markdown markup.list.unnumbered.markdown beginning.punctuation.definition.list.markdown",
"t": "text.html.markdown markup.list.unnumbered.markdown punctuation.definition.list.begin.markdown",
"r": {
"dark_plus": null,
"light_plus": null,