mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -51,11 +51,21 @@
|
||||
"foreground": "#c5c8c6ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": [
|
||||
"meta.embedded",
|
||||
"source.groovy.embedded"
|
||||
],
|
||||
"settings": {
|
||||
"background": "#1e1e1e",
|
||||
"foreground": "#C5C8C6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comment",
|
||||
"scope": "comment",
|
||||
"settings": {
|
||||
"fontStyle": "\n ",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9A9B99"
|
||||
}
|
||||
},
|
||||
@@ -63,7 +73,7 @@
|
||||
"name": "String",
|
||||
"scope": "string",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9AA83A"
|
||||
}
|
||||
},
|
||||
@@ -71,7 +81,7 @@
|
||||
"name": "String Embedded Source",
|
||||
"scope": "string source",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D08442"
|
||||
}
|
||||
},
|
||||
@@ -79,7 +89,7 @@
|
||||
"name": "Number",
|
||||
"scope": "constant.numeric",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -87,7 +97,7 @@
|
||||
"name": "Built-in constant",
|
||||
"scope": "constant.language",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#408080"
|
||||
}
|
||||
},
|
||||
@@ -95,7 +105,7 @@
|
||||
"name": "User-defined constant",
|
||||
"scope": "constant.character, constant.other",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#8080FF",
|
||||
"background": "#1e1e1e"
|
||||
}
|
||||
@@ -104,7 +114,7 @@
|
||||
"name": "Keyword",
|
||||
"scope": "keyword",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -112,7 +122,7 @@
|
||||
"name": "Support",
|
||||
"scope": "support",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#C7444A"
|
||||
}
|
||||
},
|
||||
@@ -120,7 +130,7 @@
|
||||
"name": "Storage",
|
||||
"scope": "storage",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -128,7 +138,7 @@
|
||||
"name": "Class name",
|
||||
"scope": "entity.name.class, entity.name.type",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t \t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9B0000",
|
||||
"background": "#1E1E1E"
|
||||
}
|
||||
@@ -137,7 +147,7 @@
|
||||
"name": "Inherited class",
|
||||
"scope": "entity.other.inherited-class",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#C7444A"
|
||||
}
|
||||
},
|
||||
@@ -145,7 +155,7 @@
|
||||
"name": "Function name",
|
||||
"scope": "entity.name.function",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#CE6700"
|
||||
}
|
||||
},
|
||||
@@ -153,7 +163,7 @@
|
||||
"name": "Function argument",
|
||||
"scope": "variable.parameter",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -161,7 +171,7 @@
|
||||
"name": "Tag name",
|
||||
"scope": "entity.name.tag",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -169,7 +179,7 @@
|
||||
"name": "Tag attribute",
|
||||
"scope": "entity.other.attribute-name",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -177,7 +187,7 @@
|
||||
"name": "Library function",
|
||||
"scope": "support.function",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -185,7 +195,7 @@
|
||||
"name": "Keyword",
|
||||
"scope": "keyword",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#676867"
|
||||
}
|
||||
},
|
||||
@@ -193,7 +203,7 @@
|
||||
"name": "Class Variable",
|
||||
"scope": "variable.other, variable.js, punctuation.separator.variable",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -201,7 +211,7 @@
|
||||
"name": "Language Constant",
|
||||
"scope": "constant.language",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#FF0080"
|
||||
}
|
||||
},
|
||||
@@ -209,7 +219,7 @@
|
||||
"name": "Meta Brace",
|
||||
"scope": "punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#008200"
|
||||
}
|
||||
},
|
||||
@@ -217,7 +227,7 @@
|
||||
"name": "Invalid",
|
||||
"scope": "invalid",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#FF0B00"
|
||||
}
|
||||
},
|
||||
@@ -225,7 +235,7 @@
|
||||
"name": "Normal Variable",
|
||||
"scope": "variable.other.php, variable.other.normal",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -233,7 +243,7 @@
|
||||
"name": "Function Object",
|
||||
"scope": "meta.function-call.object",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -241,7 +251,7 @@
|
||||
"name": "Function Call Variable",
|
||||
"scope": "variable.other.property",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -249,7 +259,7 @@
|
||||
"name": "Keyword Control",
|
||||
"scope": "keyword.control",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -257,7 +267,7 @@
|
||||
"name": "Tag",
|
||||
"scope": "meta.tag",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D0B344"
|
||||
}
|
||||
},
|
||||
@@ -265,7 +275,7 @@
|
||||
"name": "Tag Name",
|
||||
"scope": "entity.name.tag",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -273,7 +283,7 @@
|
||||
"name": "Doctype",
|
||||
"scope": "meta.doctype, meta.tag.sgml-declaration.doctype, meta.tag.sgml.doctype",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9AA83A"
|
||||
}
|
||||
},
|
||||
@@ -281,7 +291,7 @@
|
||||
"name": "Tag Inline Source",
|
||||
"scope": "meta.tag.inline source, text.html.php.source",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9AA83A"
|
||||
}
|
||||
},
|
||||
@@ -289,7 +299,7 @@
|
||||
"name": "Tag Other",
|
||||
"scope": "meta.tag.other, entity.name.tag.style, entity.name.tag.script, meta.tag.block.script, source.js.embedded punctuation.definition.tag.html, source.css.embedded punctuation.definition.tag.html",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -297,7 +307,7 @@
|
||||
"name": "Tag Attribute",
|
||||
"scope": "entity.other.attribute-name, meta.tag punctuation.definition.string",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D0B344"
|
||||
}
|
||||
},
|
||||
@@ -305,7 +315,7 @@
|
||||
"name": "Tag Value",
|
||||
"scope": "meta.tag string -source -punctuation, text source text meta.tag string -punctuation",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -313,7 +323,7 @@
|
||||
"name": "Meta Brace",
|
||||
"scope": "punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D0B344"
|
||||
}
|
||||
},
|
||||
@@ -328,7 +338,7 @@
|
||||
"name": "HTML String",
|
||||
"scope": "string.quoted.double.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9AA83A"
|
||||
}
|
||||
},
|
||||
@@ -336,7 +346,7 @@
|
||||
"name": "HTML Tags",
|
||||
"scope": "punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
@@ -344,7 +354,7 @@
|
||||
"name": "CSS ID",
|
||||
"scope": "meta.selector.css entity.other.attribute-name.id",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
@@ -352,7 +362,7 @@
|
||||
"name": "CSS Property Name",
|
||||
"scope": "support.type.property-name.css",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#676867"
|
||||
}
|
||||
},
|
||||
@@ -360,7 +370,7 @@
|
||||
"name": "CSS Property Value",
|
||||
"scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#C7444A"
|
||||
}
|
||||
},
|
||||
@@ -394,7 +404,7 @@
|
||||
"name": "PHP Function Call",
|
||||
"scope": "meta.function-call.object.php",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D0B344"
|
||||
}
|
||||
},
|
||||
@@ -416,7 +426,7 @@
|
||||
"name": "PHP Punctuation Embedded",
|
||||
"scope": "punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D08442"
|
||||
}
|
||||
},
|
||||
@@ -424,7 +434,7 @@
|
||||
"name": "Ruby Symbol",
|
||||
"scope": "constant.other.symbol.ruby",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#9AA83A"
|
||||
}
|
||||
},
|
||||
@@ -432,7 +442,7 @@
|
||||
"name": "Ruby Variable",
|
||||
"scope": "variable.language.ruby",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D0B344"
|
||||
}
|
||||
},
|
||||
@@ -440,13 +450,16 @@
|
||||
"name": "Ruby Special Method",
|
||||
"scope": "keyword.other.special-method.ruby",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D9B700"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Ruby Embedded Source",
|
||||
"scope": "source.ruby.embedded.source",
|
||||
"scope": [
|
||||
"punctuation.section.embedded.begin.ruby",
|
||||
"punctuation.section.embedded.end.ruby"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#D08442"
|
||||
}
|
||||
@@ -455,7 +468,7 @@
|
||||
"name": "SQL",
|
||||
"scope": "keyword.other.DML.sql",
|
||||
"settings": {
|
||||
"fontStyle": "\n \t\t\t\t",
|
||||
"fontStyle": "",
|
||||
"foreground": "#D0B344"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user