Comparing version 0.12.1 to 0.13.0
import { IGrammar, IRawTheme } from 'vscode-textmate'; | ||
type Theme = 'css-variables' | 'dark-plus' | 'dracula-soft' | 'dracula' | 'github-dark-dimmed' | 'github-dark' | 'github-light' | 'hc_light' | 'light-plus' | 'material-darker' | 'material-default' | 'material-lighter' | 'material-ocean' | 'material-palenight' | 'min-dark' | 'min-light' | 'monokai' | 'nord' | 'one-dark-pro' | 'poimandres' | 'rose-pine-dawn' | 'rose-pine-moon' | 'rose-pine' | 'slack-dark' | 'slack-ochin' | 'solarized-dark' | 'solarized-light' | 'vitesse-dark' | 'vitesse-light'; | ||
type Theme = 'css-variables' | 'dark-plus' | 'dracula-soft' | 'dracula' | 'github-dark-dimmed' | 'github-dark' | 'github-light' | 'hc_light' | 'light-plus' | 'material-theme-darker' | 'material-theme-lighter' | 'material-theme-ocean' | 'material-theme-palenight' | 'material-theme' | 'min-dark' | 'min-light' | 'monokai' | 'nord' | 'one-dark-pro' | 'poimandres' | 'rose-pine-dawn' | 'rose-pine-moon' | 'rose-pine' | 'slack-dark' | 'slack-ochin' | 'solarized-dark' | 'solarized-light' | 'vitesse-dark' | 'vitesse-light'; | ||
declare const themes: Theme[]; | ||
@@ -100,2 +100,4 @@ | ||
* The theme to load upfront. | ||
* | ||
* Default to: 'nord' | ||
*/ | ||
@@ -105,4 +107,2 @@ theme?: IThemeRegistration; | ||
* A list of themes to load upfront. | ||
* | ||
* Default to: `['dark-plus', 'light-plus']` | ||
*/ | ||
@@ -295,3 +295,3 @@ themes?: IThemeRegistration[]; | ||
type Lang = 'abap' | 'actionscript-3' | 'ada' | 'apache' | 'apex' | 'apl' | 'applescript' | 'asm' | 'astro' | 'awk' | 'ballerina' | 'bat' | 'batch' | 'berry' | 'be' | 'bibtex' | 'bicep' | 'blade' | 'c' | 'cadence' | 'cdc' | 'clarity' | 'clojure' | 'clj' | 'cmake' | 'cobol' | 'codeql' | 'ql' | 'coffee' | 'cpp' | 'crystal' | 'csharp' | 'c#' | 'cs' | 'css' | 'cue' | 'd' | 'dart' | 'diff' | 'docker' | 'dream-maker' | 'elixir' | 'elm' | 'erb' | 'erlang' | 'erl' | 'fish' | 'fsharp' | 'f#' | 'fs' | 'gherkin' | 'git-commit' | 'git-rebase' | 'glsl' | 'gnuplot' | 'go' | 'graphql' | 'groovy' | 'hack' | 'haml' | 'handlebars' | 'hbs' | 'haskell' | 'hs' | 'hcl' | 'hlsl' | 'html' | 'imba' | 'ini' | 'java' | 'javascript' | 'js' | 'jinja-html' | 'json' | 'json5' | 'jsonc' | 'jsonnet' | 'jssm' | 'fsl' | 'jsx' | 'julia' | 'kotlin' | 'latex' | 'less' | 'liquid' | 'lisp' | 'logo' | 'lua' | 'make' | 'makefile' | 'markdown' | 'md' | 'marko' | 'matlab' | 'mdx' | 'mermaid' | 'nginx' | 'nim' | 'nix' | 'objective-c' | 'objc' | 'objective-cpp' | 'ocaml' | 'pascal' | 'perl' | 'php' | 'plsql' | 'postcss' | 'powershell' | 'ps' | 'ps1' | 'prisma' | 'prolog' | 'proto' | 'pug' | 'jade' | 'puppet' | 'purescript' | 'python' | 'py' | 'r' | 'raku' | 'perl6' | 'razor' | 'rel' | 'riscv' | 'rst' | 'ruby' | 'rb' | 'rust' | 'rs' | 'sas' | 'sass' | 'scala' | 'scheme' | 'scss' | 'shaderlab' | 'shader' | 'shellscript' | 'shell' | 'bash' | 'sh' | 'zsh' | 'smalltalk' | 'solidity' | 'sparql' | 'sql' | 'ssh-config' | 'stata' | 'stylus' | 'styl' | 'svelte' | 'swift' | 'system-verilog' | 'tasl' | 'tcl' | 'tex' | 'toml' | 'tsx' | 'turtle' | 'twig' | 'typescript' | 'ts' | 'v' | 'vb' | 'cmd' | 'verilog' | 'vhdl' | 'viml' | 'vim' | 'vimscript' | 'vue-html' | 'vue' | 'wasm' | 'wenyan' | '文言' | 'xml' | 'xsl' | 'yaml' | 'zenscript'; | ||
type Lang = 'abap' | 'actionscript-3' | 'ada' | 'apache' | 'apex' | 'apl' | 'applescript' | 'ara' | 'asm' | 'astro' | 'awk' | 'ballerina' | 'bat' | 'batch' | 'berry' | 'be' | 'bibtex' | 'bicep' | 'blade' | 'c' | 'cadence' | 'cdc' | 'clarity' | 'clojure' | 'clj' | 'cmake' | 'cobol' | 'codeql' | 'ql' | 'coffee' | 'cpp' | 'crystal' | 'csharp' | 'c#' | 'cs' | 'css' | 'cue' | 'd' | 'dart' | 'dax' | 'diff' | 'docker' | 'dream-maker' | 'elixir' | 'elm' | 'erb' | 'erlang' | 'erl' | 'fish' | 'fsharp' | 'f#' | 'fs' | 'gherkin' | 'git-commit' | 'git-rebase' | 'glsl' | 'gnuplot' | 'go' | 'graphql' | 'groovy' | 'hack' | 'haml' | 'handlebars' | 'hbs' | 'haskell' | 'hs' | 'hcl' | 'hlsl' | 'html' | 'http' | 'imba' | 'ini' | 'properties' | 'java' | 'javascript' | 'js' | 'jinja-html' | 'jison' | 'json' | 'json5' | 'jsonc' | 'jsonnet' | 'jssm' | 'fsl' | 'jsx' | 'julia' | 'kotlin' | 'latex' | 'less' | 'liquid' | 'lisp' | 'logo' | 'lua' | 'make' | 'makefile' | 'markdown' | 'md' | 'marko' | 'matlab' | 'mdx' | 'mermaid' | 'nginx' | 'nim' | 'nix' | 'objective-c' | 'objc' | 'objective-cpp' | 'ocaml' | 'pascal' | 'perl' | 'php' | 'plsql' | 'postcss' | 'powerquery' | 'powershell' | 'ps' | 'ps1' | 'prisma' | 'prolog' | 'proto' | 'pug' | 'jade' | 'puppet' | 'purescript' | 'python' | 'py' | 'r' | 'raku' | 'perl6' | 'razor' | 'rel' | 'riscv' | 'rst' | 'ruby' | 'rb' | 'rust' | 'rs' | 'sas' | 'sass' | 'scala' | 'scheme' | 'scss' | 'shaderlab' | 'shader' | 'shellscript' | 'bash' | 'console' | 'sh' | 'shell' | 'zsh' | 'smalltalk' | 'solidity' | 'sparql' | 'sql' | 'ssh-config' | 'stata' | 'stylus' | 'styl' | 'svelte' | 'swift' | 'system-verilog' | 'tasl' | 'tcl' | 'tex' | 'toml' | 'tsx' | 'turtle' | 'twig' | 'typescript' | 'ts' | 'v' | 'vb' | 'cmd' | 'verilog' | 'vhdl' | 'viml' | 'vim' | 'vimscript' | 'vue-html' | 'vue' | 'wasm' | 'wenyan' | '文言' | 'wgsl' | 'xml' | 'xsl' | 'yaml' | 'yml' | 'zenscript'; | ||
declare const languages: ILanguageRegistration[]; | ||
@@ -303,2 +303,13 @@ | ||
declare global { | ||
interface Window { | ||
WorkerGlobalScope: any; | ||
} | ||
var self: Window & typeof globalThis; | ||
function fetch(url: string): Promise<Response>; | ||
interface Response { | ||
json(): Promise<any>; | ||
text(): Promise<any>; | ||
} | ||
} | ||
/** | ||
@@ -305,0 +316,0 @@ * Set the route for loading the assets |
@@ -94,3 +94,3 @@ { | ||
{ | ||
"begin": "(?i)^\\s*(class)\\s([a-z_/][a-z_0-9/]*)", | ||
"begin": "(?i)^\\s*(class)\\s([a-z_\\/][a-z_0-9\\/]*)", | ||
"beginCaptures": { | ||
@@ -264,3 +264,3 @@ "1": { | ||
"arithmetic_operator": { | ||
"match": "(?i)(?<=\\s)(\\+|\\-|\\*|\\*\\*|/|%|DIV|MOD|BIT-AND|BIT-OR|BIT-XOR|BIT-NOT)(?=\\s)", | ||
"match": "(?i)(?<=\\s)(\\+|\\-|\\*|\\*\\*|\\/|%|DIV|MOD|BIT-AND|BIT-OR|BIT-XOR|BIT-NOT)(?=\\s)", | ||
"name": "keyword.control.simple.abap" | ||
@@ -311,3 +311,3 @@ }, | ||
"main_keywords": { | ||
"match": "(?ix)(?<=^|\\s)(\n\t abstract|access|add|add-corresponding|adjacent|alias|aliases|all|amdp|append|appending|ascending|as|assert|assign|assigned|assigning|association|authority-check|\n\t back|badi|base|begin|between|binary|blanks|block|bound|break-point|by|by\\s+database|byte|\n\t call|calling|cast|casting|cds\\s+session|changing|check|checkbox|class-data|class-events|class-method|class-methods|class-pool|cleanup|clear|client|clients|close|cnt|collect|commit|comment|cond|character|\n\t corresponding|communication|comparing|component|components|compute|concatenate|condense|constants|conv|count|\n\t controls|convert|create|currency|current|\n\t data|database|ddl|decimals|default|define|deferred|delete|descending|describe|destination|detail|display|divide|divide-corresponding|display-mode|distinct|duplicates|\n\t deleting|\n\t editor-call|empty|end|endenhancement|endexec|endfunction|ending|endmodule|end-of-definition|end-of-page|end-of-selection|end-test-injection|end-test-seam|exit-command|extension|\n\t endprovide|endselect|entries|endtry|endwhile|enhancement|enum|event|events|excluding|exec|exit|export|\n\t exporting|extract|exception|exceptions|\n\t field-symbols|field-groups|field|first|fetch|fields|format|frame|free|from|function|find|for|found|function-pool|\n\t generate|get|group|\n\t handle|handler|hide|hashed|header|help-request|\n\t include|import|importing|index|infotypes|initial|initialization|\n\t\tid|implemented|ignoring|is|in|inner|interface|interfaces|interface-pool|intervals|init|input|insert|instance|into|\n\t\tjoin|\n\t\tkey|\n\t language|language\\s+graph|language\\s+sql|left-justified|leave|let|like|line|lines|line-count|line-size|listbox|list-processing|load|local|log-point|length|left|leading|lower|\n\t matchcode|memory|method|mesh|message|message-id|methods|mode|modify|module|move|move-corresponding|multiply|multiply-corresponding|match|modif|\n\t\tnew|new-line|new-page|new-section|next|no|no-display|no-gap|no-gaps|no-sign|no-zero|non-unique|number|\n\t occurrence|object|obligatory|of|order|output|overlay|optional|others|occurrences|occurs|offset|options|\n\t pack|parameter|parameters|partially|perform|pf-status|places|position|preferred|primary|print-control|private|privileged|program|protected|provide|public|pushbutton|put|\n\t radiobutton\\s+group|raising|range|ranges|receive|receiving|redefinition|reduce|reference|refresh|regex|reject|results|requested|\n\t ref|replace|report|required|reserve|respecting|restore|result\\s+xml|result\\s+\\(|return|returning|right|right-justified|rollback|read|read-only|rp-provide-from-last|run|\n\t scan|screen|scroll|search|select|select-options|selection-screen|set|stamp|state|source|subkey|\n\t seconds|selection-table|separated|set|shift|single|skip|sort|sorted|split|stable|standard|stamp|starting|start-of-selection|sum|subscreen|subtract-corresponding|statics|step|stop|structure|submatches|submit|subtract|summary|supplied|suppress|section|syntax-check|syntax-trace|system-call|switch|\n\t tabbed|tables|table|task|testing|test-seam|test-injection|textpool|then|time|times|title|titlebar|to|top-of-page|trailing|transaction|transfer|transformation|translate|transporting|types|type|type-pool|type-pools|\n\t unassign|unique|uline|union|unpack|until|update|upper|using|user-command|\n\t value|value-request|visible|\n\t wait|when|while|window|write|where|with|work|workspace|\n\t\txml)(?=\\s|\\.|:|,)", | ||
"match": "(?ix)(?<=^|\\s)(\n\t abap-source|abstract|access|add|add-corresponding|adjacent|alias|aliases|all|amdp|append|appending|ascending|as|assert|assign|assigned|assigning|association|authority-check|\n\t back|badi|base|begin|between|binary|blanks|block|bound|break-point|by|by\\s+database|byte|\n\t call|calling|cast|casting|cds\\s+session|changing|check|checkbox|class-data|class-events|class-method|class-methods|class-pool|cleanup|clear|client|clients|close|cnt|collect|commit|comment|cond|character|\n\t corresponding|communication|comparing|component|components|compute|concatenate|condense|constants|conv|count|\n\t controls|convert|create|currency|current|\n\t data|database|date|ddl|decimals|default|define|deferred|delete|descending|describe|destination|detail|display|divide|divide-corresponding|display-mode|distinct|duplicates|\n\t deleting|\n\t editor-call|empty|end|endenhancement|endexec|endfunction|ending|endmodule|end-of-definition|end-of-page|end-of-selection|end-test-injection|end-test-seam|exit-command|extension|\n\t endprovide|endselect|entries|endtry|endwhile|enhancement|enhancement-point|enum|escape|event|events|excluding|exec|exit|export|\n\t exporting|extract|exception|exception-table|exceptions|\n\t field-symbols|field-groups|field|first|fetch|fields|format|frame|free|from|function|find|for|found|function-pool|\n\t generate|get|group|\n\t handle|handler|hide|hashed|header|help-request|\n\t include|import|importing|index|infotypes|initial|initialization|\n\t\tid|implemented|ignoring|is|in|inner|interface|interfaces|interface-pool|intervals|init|input|insert|instance|into|\n\t\tjoin|\n\t\tkey|keywords|\n\t language|language\\s+graph|language\\s+sql|left-justified|leave|let|like|line|lines|line-count|line-size|listbox|list-processing|load|local|log-point|length|left|leading|lower|\n\t matchcode|memory|method|mesh|message|message-id|methods|mode|modify|module|move|move-corresponding|multiply|multiply-corresponding|match|modif|\n\t\tnew|new-line|new-page|new-section|next|no|no-display|no-gap|no-gaps|no-sign|no-zero|non-unique|number|\n\t occurrence|object|obligatory|of|order|output|overlay|optional|others|occurrences|occurs|offset|options|\n\t pack|parameter|parameter-table|parameters|partially|perform|pf-status|places|position|preferred|primary|print-control|private|privileged|program|protected|provide|public|pushbutton|put|\n\t radiobutton\\s+group|raising|range|ranges|receive|receiving|redefinition|reduce|reference|refresh|regex|reject|results|requested|\n\t ref|replace|report|required|reserve|respecting|restore|result\\s+xml|result\\s+\\(|return|returning|right|right-justified|rollback|read|read-only|rp-provide-from-last|run|\n\t scan|screen|scroll|search|select|select-options|selection-screen|set|stamp|state|statements|source|subkey|\n\t seconds|selection-table|separated|set|shift|single|skip|sort|sorted|split|spots|stable|standard|stamp|starting|start-of-selection|sum|subscreen|subtract-corresponding|statics|step|stop|structure|structures|submatches|submit|subtract|summary|supplied|suppress|section|syntax-check|syntax-trace|system-call|switch|\n\t tabbed|tables|table|task|testing|test-seam|test-injection|textpool|then|time|times|title|titlebar|to|tokens|top-of-page|trailing|transaction|transfer|transformation|translate|transporting|types|type|type-pool|type-pools|\n\t unassign|unique|uline|union|unpack|until|update|upper|using|user-command|\n\t value|value-request|visible|\n\t wait|when|while|window|write|where|with|work|workspace|\n\t\txml|\n\t\tzone)(?=\\s|\\.|:|,)", | ||
"name": "keyword.control.simple.abap" | ||
@@ -314,0 +314,0 @@ }, |
{ | ||
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", | ||
"fileTypes": ["astro"], | ||
"foldingStartMarker": "(?x)\n(<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl)\\b.*?>\n|<!--(?!.*--\\s*>)\n|^<!--\\ \\#tminclude\\ (?>.*?-->)$\n|<\\?(?:php)?.*\\b(if|for(each)?|while)\\b.+:\n|\\{\\{?(if|foreach|capture|literal|foreach|php|section|strip)\n|\\{\\s*($|\\?>\\s*$|//|/\\*(.*\\*/\\s*$|(?!.*?\\*/)))\n)", | ||
"foldingStopMarker": "(?x)\n(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl)>\n|^(?!.*?<!--).*?--\\s*>\n|^<!--\\ end\\ tminclude\\ -->$\n|<\\?(?:php)?.*\\bend(if|for(each)?|while)\\b\n|\\{\\{?/(if|foreach|capture|literal|foreach|php|section|strip)\n|^[^{]*\\}\n)", | ||
"keyEquivalent": "^~H", | ||
"name": "astro", | ||
"scopeName": "source.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#astro:expressions" | ||
}, | ||
{ | ||
"include": "#html:comment" | ||
}, | ||
{ | ||
"include": "#html:comment:bogus" | ||
}, | ||
{ | ||
"include": "#html:doctype" | ||
}, | ||
{ | ||
"include": "#astro:fragment" | ||
}, | ||
{ | ||
"include": "#astro:lang-scripts" | ||
}, | ||
{ | ||
"include": "#astro:lang-styles" | ||
}, | ||
{ | ||
"include": "#astro:component" | ||
}, | ||
{ | ||
"include": "#html:element" | ||
}, | ||
{ | ||
"include": "#html:entity" | ||
}, | ||
{ | ||
"include": "#html:entity:bogus" | ||
}, | ||
{ | ||
"include": "#frontmatter" | ||
} | ||
], | ||
"repository": { | ||
"astro:attribute": { | ||
"fileTypes": ["astro"], | ||
"injections": { | ||
"L:(meta.script.astro) (meta.lang.json) - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"include": "#html:events" | ||
}, | ||
{ | ||
"include": "#html:attribute" | ||
}, | ||
{ | ||
"include": "#string-double-quoted" | ||
}, | ||
{ | ||
"include": "#string-single-quoted" | ||
}, | ||
{ | ||
"include": "#string-template-literal" | ||
}, | ||
{ | ||
"include": "#astro:expressions" | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.json", | ||
"patterns": [ | ||
{ | ||
"include": "source.json" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"astro:component": { | ||
"L:(meta.script.astro) (meta.lang.js | meta.lang.javascript | meta.lang.partytown | meta.lang.node) - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"name": "meta.tag.component.astro astro.component.raw", | ||
"begin": "(<)([$A-Z_][^/?!\\s<>]*|[^/?!\\s<>.]+\\.[^/?!\\s<>]+)(.+is:raw.*?)(>)", | ||
"end": "(</)([$A-Z_][^/?!\\s<>]*|[^/?!\\s<>.]+\\.[^/?!\\s<>]+)(?=\\s|/?>)(>)", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.astro" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.astro support.class.component.astro" | ||
}, | ||
"3": { | ||
"patterns": [ | ||
{ | ||
"include": "#astro:attribute" | ||
} | ||
] | ||
}, | ||
"4": { | ||
"name": "punctuation.definition.tag.end.astro" | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.js", | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
} | ||
}, | ||
"endCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.astro" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.astro support.class.component.astro" | ||
}, | ||
"3": { | ||
"name": "punctuation.definition.tag.end.astro" | ||
} | ||
}, | ||
"contentName": "source.unknown" | ||
}, | ||
] | ||
} | ||
] | ||
}, | ||
"L:(meta.script.astro) (meta.lang.ts | meta.lang.typescript) - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"name": "meta.tag.component.astro", | ||
"begin": "(</?)([$A-Z_][^/?!\\s<>]*|[^/?!\\s<>.]+\\.[^/?!\\s<>]+)\\b", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.astro" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.astro support.class.component.astro" | ||
} | ||
}, | ||
"end": "(/?>)", | ||
"endCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.end.astro" | ||
} | ||
}, | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.ts", | ||
"patterns": [ | ||
{ | ||
"include": "#astro:attribute" | ||
"include": "source.ts" | ||
} | ||
@@ -132,264 +51,209 @@ ] | ||
}, | ||
"astro:fragment": { | ||
"name": "meta.tag.component.astro", | ||
"match": "(</?)(Fragment)?(\\s*>)", | ||
"captures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.astro" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.astro support.class.fragment.astro" | ||
}, | ||
"3": { | ||
"name": "punctuation.definition.tag.astro" | ||
"L:meta.script.astro - meta.lang - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.js", | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"astro:lang-scripts": { | ||
"begin": "(<)(script)", | ||
"end": "(</)(script)\\s*(>)|(/>)", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
} | ||
}, | ||
"endCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
}, | ||
"3": { | ||
"name": "punctuation.definition.tag.end.html" | ||
}, | ||
"4": { | ||
"name": "punctuation.definition.tag.end.html" | ||
} | ||
}, | ||
"L:meta.style.astro meta.lang.stylus - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"comment": "Treat script tag with application/ld+json as JSON. This needs to be higher than is:raw since it's a very possible situation to have is:raw on a JSON script tag", | ||
"begin": "\\G(?=\\s*[^>]*?type\\s*=\\s*(['\"]|)(?i:application/ld\\+json)\\1)", | ||
"end": "(?=</|/>)", | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.stylus", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.json", | ||
"patterns": [ | ||
{ | ||
"include": "source.json" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "source.stylus" | ||
} | ||
] | ||
}, | ||
} | ||
] | ||
}, | ||
"L:meta.style.astro meta.lang.sass - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"comment": "Treat script tag with JS-compatible types as JS", | ||
"begin": "\\G(?=\\s*[^>]*?type\\s*=\\s*(['\"]|)(?i:module|(?:text/javascript|text/partytown|application/node|application/javascript))\\1)", | ||
"end": "(?=</|/>)", | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.sass", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.js", | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "source.sass" | ||
} | ||
] | ||
}, | ||
} | ||
] | ||
}, | ||
"L:meta.style.astro meta.lang.css - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"comment": "Treat anything with an unknown type as unknown", | ||
"begin": "\\G(?=\\s*[^>]*?type\\s*=\\s*(['\"]|)\\1)", | ||
"end": "(?=</|/>)", | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.css", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "source.unknown" | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "source.css" | ||
} | ||
] | ||
}, | ||
} | ||
] | ||
}, | ||
"L:meta.style.astro meta.lang.scss - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:jsx?|javascript)\\1)", | ||
"end": "(?=</|/>)", | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.css.scss", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.js", | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "source.css.scss" | ||
} | ||
] | ||
}, | ||
} | ||
] | ||
}, | ||
"L:meta.style.astro meta.lang.less - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:ts|typescript)\\1)", | ||
"end": "(?=</|/>)", | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.css.less", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.ts", | ||
"patterns": [ | ||
{ | ||
"include": "source.ts" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "source.css.less" | ||
} | ||
] | ||
}, | ||
} | ||
] | ||
}, | ||
"L:meta.style.astro meta.lang.postcss - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:tsx)\\1)", | ||
"end": "(?=</|/>)", | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.css.postcss", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.tsx", | ||
"patterns": [ | ||
{ | ||
"include": "source.tsx" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "source.css.postcss" | ||
} | ||
] | ||
}, | ||
} | ||
] | ||
}, | ||
"L:meta.style.astro - meta.lang - (meta source)": { | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.js", | ||
"name": "meta.embedded.block.astro", | ||
"contentName": "source.css", | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
"include": "source.css" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
} | ||
] | ||
} | ||
}, | ||
"patterns": [ | ||
{ | ||
"include": "#scope" | ||
}, | ||
"astro:lang-styles": { | ||
"begin": "(<)(style)", | ||
"end": "(</)(style)\\s*(>)|(/>)", | ||
{ | ||
"include": "#frontmatter" | ||
} | ||
], | ||
"repository": { | ||
"frontmatter": { | ||
"begin": "\\A(-{3})\\s*$", | ||
"end": "(^|\\G)(-{3})|\\.{3}\\s*$", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
"name": "comment" | ||
} | ||
}, | ||
"endCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
}, | ||
"3": { | ||
"name": "punctuation.definition.tag.end.html" | ||
}, | ||
"4": { | ||
"name": "punctuation.definition.tag.end.html" | ||
"name": "comment" | ||
} | ||
}, | ||
"contentName": "source.ts", | ||
"patterns": [ | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:css)\\1)", | ||
"end": "(?=</|/>)", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.css", | ||
"patterns": [ | ||
{ | ||
"include": "source.css" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
} | ||
] | ||
"include": "source.ts" | ||
} | ||
] | ||
}, | ||
"scope": { | ||
"patterns": [ | ||
{ | ||
"include": "#comments" | ||
}, | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:less)\\1)", | ||
"end": "(?=</|/>)", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.css.less", | ||
"patterns": [ | ||
{ | ||
"include": "source.css.less" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
} | ||
] | ||
"include": "#tags" | ||
}, | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:sass)\\1)", | ||
"end": "(?=</|/>)", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.sass", | ||
"patterns": [ | ||
{ | ||
"include": "source.sass" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
} | ||
] | ||
"include": "#interpolation" | ||
}, | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:scss)\\1)", | ||
"end": "(?=</|/>)", | ||
"begin": "(?<=>|})", | ||
"end": "(?=<|{)", | ||
"name": "text.astro" | ||
} | ||
] | ||
}, | ||
"comments": { | ||
"begin": "<!--", | ||
"end": "-->", | ||
"captures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.astro" | ||
} | ||
}, | ||
"name": "comment.block.astro", | ||
"patterns": [ | ||
{ | ||
"match": "\\G-?>|<!--(?!>)|<!-(?=-->)|--!>", | ||
"name": "invalid.illegal.characters-not-allowed-here.astro" | ||
} | ||
] | ||
}, | ||
"interpolation": { | ||
"patterns": [ | ||
{ | ||
"begin": "\\{", | ||
"end": "\\}", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.section.embedded.begin.astro" | ||
} | ||
}, | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.section.embedded.end.astro" | ||
} | ||
}, | ||
"contentName": "meta.embedded.expression.astro source.tsx", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.css.scss", | ||
"begin": "\\G\\s*(?={)", | ||
"end": "(?<=})", | ||
"patterns": [ | ||
{ | ||
"include": "source.css.scss" | ||
"include": "source.tsx#object-literal" | ||
} | ||
@@ -399,49 +263,35 @@ ] | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "source.tsx" | ||
} | ||
] | ||
}, | ||
} | ||
] | ||
}, | ||
"attributes": { | ||
"patterns": [ | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?lang\\s*=\\s*(['\"]|)(?i:styl(?:us)?)\\1)", | ||
"end": "(?=</|/>)", | ||
"patterns": [ | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.stylus", | ||
"patterns": [ | ||
{ | ||
"include": "source.stylus" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
} | ||
] | ||
"include": "#attributes-events" | ||
}, | ||
{ | ||
"begin": "(?<=>)(?!</)", | ||
"end": "(?=</)", | ||
"contentName": "source.css", | ||
"patterns": [ | ||
{ | ||
"include": "source.css" | ||
} | ||
] | ||
"include": "#attributes-keyvalue" | ||
}, | ||
{ | ||
"include": "#html:tag-attributes" | ||
"include": "#attributes-interpolated" | ||
} | ||
] | ||
}, | ||
"html:events": { | ||
"name": "meta.attribute.event-handler.$1.html", | ||
"begin": "on(s(croll|t(orage|alled)|u(spend|bmit)|e(curitypolicyviolation|ek(ing|ed)|lect))|hashchange|c(hange|o(ntextmenu|py)|u(t|echange)|l(ick|ose)|an(cel|play(through)?))|t(imeupdate|oggle)|in(put|valid)|o(nline|ffline)|d(urationchange|r(op|ag(start|over|e(n(ter|d)|xit)|leave)?)|blclick)|un(handledrejection|load)|p(opstate|lay(ing)?|a(ste|use|ge(show|hide))|rogress)|e(nded|rror|mptied)|volumechange|key(down|up|press)|focus|w(heel|aiting)|l(oad(start|e(nd|d(data|metadata)))?|anguagechange)|a(uxclick|fterprint|bort)|r(e(s(ize|et)|jectionhandled)|atechange)|m(ouse(o(ut|ver)|down|up|enter|leave|move)|essage(error)?)|b(efore(unload|print)|lur))(?![\\w:-])", | ||
"attributes-events": { | ||
"begin": "(on(s(croll|t(orage|alled)|u(spend|bmit)|e(curitypolicyviolation|ek(ing|ed)|lect))|hashchange|c(hange|o(ntextmenu|py)|u(t|echange)|l(ick|ose)|an(cel|play(through)?))|t(imeupdate|oggle)|in(put|valid)|o(nline|ffline)|d(urationchange|r(op|ag(start|over|e(n(ter|d)|xit)|leave)?)|blclick)|un(handledrejection|load)|p(opstate|lay(ing)?|a(ste|use|ge(show|hide))|rogress)|e(nded|rror|mptied)|volumechange|key(down|up|press)|focus|w(heel|aiting)|l(oad(start|e(nd|d(data|metadata)))?|anguagechange)|a(uxclick|fterprint|bort)|r(e(s(ize|et)|jectionhandled)|atechange)|m(ouse(o(ut|ver)|down|up|enter|leave|move)|essage(error)?)|b(efore(unload|print)|lur)))(?![\\\\w:-])", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "entity.other.attribute-name.html" | ||
"patterns": [ | ||
{ | ||
"match": ".*", | ||
"name": "entity.other.attribute-name.astro" | ||
} | ||
] | ||
} | ||
}, | ||
"end": "(?=\\s*+[^=\\s])", | ||
"name": "meta.attribute.$1.astro", | ||
"patterns": [ | ||
@@ -452,3 +302,3 @@ { | ||
"0": { | ||
"name": "punctuation.separator.key-value.html" | ||
"name": "punctuation.separator.key-value.astro" | ||
} | ||
@@ -464,69 +314,18 @@ }, | ||
{ | ||
"captures": { | ||
"0": { | ||
"name": "source.js" | ||
}, | ||
"1": { | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
} | ||
] | ||
} | ||
}, | ||
"match": "(([^\\s\"'=<>`/]|/(?!>))+)", | ||
"name": "string.unquoted.html" | ||
}, | ||
{ | ||
"begin": "\"", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.begin.html" | ||
} | ||
}, | ||
"contentName": "source.js", | ||
"end": "(\")", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.end.html" | ||
} | ||
}, | ||
"name": "string.quoted.double.html", | ||
"patterns": [ | ||
"match": "(([^\\s\\\"'=<>`/]|/(?!>))+)", | ||
"name": "string.unquoted.astro", | ||
"captures": [ | ||
{ | ||
"captures": { | ||
"0": { | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
} | ||
] | ||
} | ||
}, | ||
"match": "([^\\n\"/]|/(?![/*]))+" | ||
"0": { | ||
"name": "source.js" | ||
} | ||
}, | ||
{ | ||
"begin": "//", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.js" | ||
} | ||
}, | ||
"end": "(?=\")|\\n", | ||
"name": "comment.line.double-slash.js" | ||
}, | ||
{ | ||
"begin": "/\\*", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.begin.js" | ||
} | ||
}, | ||
"end": "(?=\")|\\*/", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.end.js" | ||
} | ||
}, | ||
"name": "comment.block.js" | ||
"1": { | ||
"patterns": [ | ||
{ | ||
"include": "source.js" | ||
} | ||
] | ||
} | ||
} | ||
@@ -536,21 +335,18 @@ ] | ||
{ | ||
"begin": "'", | ||
"begin": "(['\"])", | ||
"end": "\\1", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.begin.html" | ||
"name": "punctuation.definition.string.begin.astro" | ||
} | ||
}, | ||
"contentName": "source.js", | ||
"end": "(')", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.end.html" | ||
}, | ||
"1": { | ||
"name": "source.js-ignored-vscode" | ||
"name": "punctuation.definition.string.end.astro" | ||
} | ||
}, | ||
"name": "string.quoted.single.html", | ||
"name": "string.quoted.astro", | ||
"patterns": [ | ||
{ | ||
"match": "([^\\n\\\"/]|/(?![/*]))+", | ||
"captures": { | ||
@@ -564,4 +360,3 @@ "0": { | ||
} | ||
}, | ||
"match": "([^\\n'/]|/(?![/*]))+" | ||
} | ||
}, | ||
@@ -575,3 +370,3 @@ { | ||
}, | ||
"end": "(?=')|\\n", | ||
"end": "(?=\\\")|\\n", | ||
"name": "comment.line.double-slash.js" | ||
@@ -586,3 +381,3 @@ }, | ||
}, | ||
"end": "(?=')|\\*/", | ||
"end": "(?=\\\")|\\*/", | ||
"endCaptures": { | ||
@@ -598,6 +393,2 @@ "0": { | ||
] | ||
}, | ||
{ | ||
"match": "=", | ||
"name": "invalid.illegal.unexpected-equals-sign.html" | ||
} | ||
@@ -608,172 +399,74 @@ ] | ||
}, | ||
"html:attribute": { | ||
"name": "meta.attribute.$1.html", | ||
"match": "([a-zA-Z0-9\\-:@_.]+)(=?)", | ||
"captures": { | ||
"1": { | ||
"name": "entity.other.attribute-name.html" | ||
}, | ||
"2": { | ||
"name": "punctuation.separator.key-value.html" | ||
} | ||
} | ||
}, | ||
"html:tag-attributes": { | ||
"begin": "\\G", | ||
"end": "(?=/>)|>", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.tag.end.html" | ||
} | ||
}, | ||
"attributes-interpolated": { | ||
"begin": "(?<!:|=)\\s*({)", | ||
"end": "(\\})", | ||
"contentName": "meta.embedded.expression.astro source.tsx", | ||
"patterns": [ | ||
{ | ||
"include": "#astro:attribute" | ||
"include": "source.tsx" | ||
} | ||
] | ||
}, | ||
"html:comment": { | ||
"name": "comment.block.html", | ||
"begin": "<!--", | ||
"attributes-keyvalue": { | ||
"begin": "([_@$[:alpha:]][:._\\-$[:alnum:]]*)", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.html punctuation.definition.comment.begin.html" | ||
"patterns": [ | ||
{ | ||
"match": ".*", | ||
"name": "entity.other.attribute-name.astro" | ||
} | ||
] | ||
} | ||
}, | ||
"end": "--!?>", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.html punctuation.definition.comment.end.html" | ||
} | ||
} | ||
}, | ||
"html:comment:bogus": { | ||
"name": "comment.block.html", | ||
"begin": "<\\?", | ||
"captures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.html" | ||
} | ||
}, | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.html punctuation.definition.comment.begin.html" | ||
} | ||
}, | ||
"end": ">", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.comment.html punctuation.definition.comment.end.html" | ||
} | ||
} | ||
}, | ||
"html:doctype": { | ||
"name": "meta.tag.metadata.doctype.html", | ||
"begin": "(<!)([Dd][Oo][Cc][Tt][Yy][Pp][Ee])", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.html punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
} | ||
}, | ||
"end": ">", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.tag.html punctuation.definition.tag.end.html" | ||
} | ||
}, | ||
"end": "(?=\\s*+[^=\\s])", | ||
"name": "meta.attribute.$1.astro", | ||
"patterns": [ | ||
{ | ||
"begin": "\"", | ||
"end": "\"", | ||
"name": "string.quoted.double.html" | ||
}, | ||
{ | ||
"match": "[^\\s>]+", | ||
"name": "entity.other.attribute-name.html" | ||
} | ||
] | ||
}, | ||
"html:element": { | ||
"patterns": [ | ||
{ | ||
"name": "astro.element.raw", | ||
"begin": "(<)([^/?!\\s<>]+)(.+is:raw.*?)(>)", | ||
"end": "(</)([^/?!\\s<>]+)(?=\\s|/?>)(>)", | ||
"begin": "=", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
}, | ||
"3": { | ||
"patterns": [ | ||
{ | ||
"include": "#astro:attribute" | ||
} | ||
] | ||
}, | ||
"4": { | ||
"name": "punctuation.definition.tag.end.html" | ||
} | ||
}, | ||
"endCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
}, | ||
"3": { | ||
"name": "punctuation.definition.tag.end.html" | ||
} | ||
}, | ||
"contentName": "source.unknown" | ||
}, | ||
{ | ||
"name": "meta.tag.any.$2.start.html", | ||
"begin": "(<)([^/?!\\s<>]+)(?=\\s|/?>)", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
} | ||
}, | ||
"end": "/?>", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.tag.end.html" | ||
"name": "punctuation.separator.key-value.astro" | ||
} | ||
}, | ||
"end": "(?<=[^\\s=])(?!\\s*=)|(?=/?>)", | ||
"patterns": [ | ||
{ | ||
"include": "#astro:attribute" | ||
"include": "#attributes-value" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"attributes-value": { | ||
"patterns": [ | ||
{ | ||
"include": "#interpolation" | ||
}, | ||
{ | ||
"name": "meta.tag.any.$2.end.html", | ||
"begin": "(</)([^/?!\\s<>]+)(?=\\s|/?>)", | ||
"match": "([^\\s\"'=<>`/]|/(?!>))+", | ||
"name": "string.unquoted.astro" | ||
}, | ||
{ | ||
"begin": "(['\"])", | ||
"end": "\\1", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.html" | ||
"0": { | ||
"name": "punctuation.definition.string.begin.astro" | ||
} | ||
}, | ||
"end": "/?>", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.tag.end.html" | ||
"name": "punctuation.definition.string.end.astro" | ||
} | ||
}, | ||
"name": "string.quoted.astro" | ||
}, | ||
{ | ||
"begin": "(`)", | ||
"end": "\\1", | ||
"name": "string.template.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#astro:attribute" | ||
"include": "source.tsx#template-substitution-element" | ||
} | ||
@@ -784,129 +477,258 @@ ] | ||
}, | ||
"html:entity": { | ||
"name": "constant.character.entity.html", | ||
"match": "(&)([0-9A-Za-z]+|#x[0-9A-Fa-f]+|x[0-9]+)(;)", | ||
"tags": { | ||
"patterns": [ | ||
{ | ||
"include": "#tags-raw" | ||
}, | ||
{ | ||
"include": "#tags-lang" | ||
}, | ||
{ | ||
"include": "#tags-void" | ||
}, | ||
{ | ||
"include": "#tags-general-end" | ||
}, | ||
{ | ||
"include": "#tags-general-start" | ||
} | ||
] | ||
}, | ||
"tags-name": { | ||
"patterns": [ | ||
{ | ||
"match": "[A-Z][a-zA-Z0-9_]*", | ||
"name": "support.class.component.astro" | ||
}, | ||
{ | ||
"match": "[a-z][\\w0-9:]*-[\\w0-9:-]*", | ||
"name": "meta.tag.custom.astro entity.name.tag.astro" | ||
}, | ||
{ | ||
"match": "[a-z][\\w0-9:-]*", | ||
"name": "entity.name.tag.astro" | ||
} | ||
] | ||
}, | ||
"tags-start-attributes": { | ||
"begin": "\\G", | ||
"end": "(?=/?>)", | ||
"name": "meta.tag.start.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#attributes" | ||
} | ||
] | ||
}, | ||
"tags-lang-start-attributes": { | ||
"begin": "\\G", | ||
"end": "(?=/>)|>", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.tag.end.astro" | ||
} | ||
}, | ||
"name": "meta.tag.start.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#attributes" | ||
} | ||
] | ||
}, | ||
"tags-start-node": { | ||
"match": "(<)([^/\\s>/]*)", | ||
"captures": { | ||
"1": { | ||
"name": "punctuation.definition.entity.html" | ||
"name": "punctuation.definition.tag.begin.astro" | ||
}, | ||
"3": { | ||
"name": "punctuation.definition.entity.html" | ||
"2": { | ||
"patterns": [ | ||
{ | ||
"include": "#tags-name" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"name": "meta.tag.start.astro" | ||
}, | ||
"html:entity:bogus": { | ||
"name": "constant.character.entity.html", | ||
"match": "(&)([0-9A-Za-z]+|#x[0-9A-Fa-f]+|x[0-9]+)", | ||
"tags-end-node": { | ||
"match": "(</)(.*?)\\s*(>)|(/>)", | ||
"captures": { | ||
"1": { | ||
"name": "invalid.illegal.bad-ampersand.html" | ||
"name": "meta.tag.end.astro punctuation.definition.tag.begin.astro" | ||
}, | ||
"2": { | ||
"name": "meta.tag.end.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#tags-name" | ||
} | ||
] | ||
}, | ||
"3": { | ||
"name": "punctuation.definition.entity.html" | ||
"name": "meta.tag.end.astro punctuation.definition.tag.end.astro" | ||
}, | ||
"4": { | ||
"name": "meta.tag.start.astro punctuation.definition.tag.end.astro" | ||
} | ||
} | ||
}, | ||
"astro:expressions": { | ||
"patterns": [ | ||
{ | ||
"begin": "\\{", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.section.embedded.begin.tsx" | ||
"tags-raw": { | ||
"begin": "<([^/?!\\s<>]+)(?=[^>]+is:raw).*?", | ||
"beginCaptures": { | ||
"0": { | ||
"patterns": [ | ||
{ | ||
"include": "#tags-start-node" | ||
} | ||
}, | ||
"end": "\\}", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.section.embedded.end.tsx" | ||
} | ||
}, | ||
"name": "expression.embedded.astro", | ||
"contentName": "source.tsx", | ||
] | ||
} | ||
}, | ||
"end": "</\\1\\s*>|/>", | ||
"endCaptures": { | ||
"0": { | ||
"patterns": [ | ||
{ | ||
"include": "source.tsx" | ||
"include": "#tags-end-node" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"frontmatter": { | ||
"comment": "The frontmatter is treated as comments in order to get the \"faded\" look", | ||
"begin": "\\A(-{3})\\s*$", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "comment" | ||
} | ||
}, | ||
"contentName": "source.ts", | ||
"name": "meta.scope.tag.$1.astro meta.raw.astro", | ||
"contentName": "source.unknown", | ||
"patterns": [ | ||
{ | ||
"include": "source.ts" | ||
"include": "#tags-lang-start-attributes" | ||
} | ||
], | ||
"end": "(^|\\G)(-{3})|\\.{3}\\s*$", | ||
"endCaptures": { | ||
"2": { | ||
"name": "comment" | ||
} | ||
} | ||
] | ||
}, | ||
"string-double-quoted": { | ||
"begin": "\"", | ||
"tags-lang": { | ||
"begin": "<(script|style)", | ||
"end": "</\\1\\s*>|/>", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.begin.html" | ||
"patterns": [ | ||
{ | ||
"include": "#tags-start-node" | ||
} | ||
] | ||
} | ||
}, | ||
"end": "\"", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.end.html" | ||
"patterns": [ | ||
{ | ||
"include": "#tags-end-node" | ||
} | ||
] | ||
} | ||
}, | ||
"name": "string.quoted.double.html", | ||
"name": "meta.scope.tag.$1.astro meta.$1.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#html:entity" | ||
"begin": "\\G(?=\\s*[^>]*?(type|lang)\\s*=\\s*(['\"]|)(?:text\\/)?(application\\/ld\\+json)\\2)", | ||
"end": "(?=</|/>)", | ||
"name": "meta.lang.json.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#tags-lang-start-attributes" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#html:entity:bogus" | ||
"begin": "\\G(?=\\s*[^>]*?(type|lang)\\s*=\\s*(['\"]|)(module)\\2)", | ||
"end": "(?=</|/>)", | ||
"name": "meta.lang.javascript.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#tags-lang-start-attributes" | ||
} | ||
] | ||
}, | ||
{ | ||
"begin": "\\G(?=\\s*[^>]*?(type|lang)\\s*=\\s*(['\"]|)(?:text/|application/)?([\\w\\/+]+)\\2)", | ||
"end": "(?=</|/>)", | ||
"name": "meta.lang.$3.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#tags-lang-start-attributes" | ||
} | ||
] | ||
}, | ||
{ | ||
"include": "#tags-lang-start-attributes" | ||
} | ||
] | ||
}, | ||
"string-single-quoted": { | ||
"begin": "'", | ||
"tags-void": { | ||
"begin": "(<)(area|base|br|col|embed|hr|img|input|link|meta|param|source|track|wbr)(?=\\s|/?>)", | ||
"beginCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.begin.html" | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.astro" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.astro" | ||
} | ||
}, | ||
"end": "'", | ||
"end": "/?>", | ||
"endCaptures": { | ||
"0": { | ||
"name": "punctuation.definition.string.end.html" | ||
"name": "punctuation.definition.tag.begin.astro" | ||
} | ||
}, | ||
"name": "string.quoted.single.html", | ||
"name": "meta.tag.void.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#html:entity" | ||
}, | ||
{ | ||
"include": "#html:entity:bogus" | ||
"include": "#attributes" | ||
} | ||
] | ||
}, | ||
"string-template-literal": { | ||
"begin": "`", | ||
"end": "`", | ||
"name": "string.template.html", | ||
"tags-general-start": { | ||
"begin": "(<)([^/\\s>/]*)", | ||
"end": "(/?>)", | ||
"beginCaptures": { | ||
"0": { | ||
"patterns": [ | ||
{ | ||
"include": "#tags-start-node" | ||
} | ||
] | ||
} | ||
}, | ||
"endCaptures": { | ||
"1": { | ||
"name": "meta.tag.start.astro punctuation.definition.tag.end.astro" | ||
} | ||
}, | ||
"name": "meta.scope.tag.$2.astro", | ||
"patterns": [ | ||
{ | ||
"include": "source.tsx#template-substitution-element" | ||
"include": "#tags-start-attributes" | ||
} | ||
] | ||
}, | ||
"tags-general-end": { | ||
"begin": "(</)([^/\\s>]*)", | ||
"end": "(>)", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "meta.tag.end.astro punctuation.definition.tag.begin.astro" | ||
}, | ||
"2": { | ||
"name": "meta.tag.end.astro", | ||
"patterns": [ | ||
{ | ||
"include": "#tags-name" | ||
} | ||
] | ||
} | ||
}, | ||
"endCaptures": { | ||
"1": { | ||
"name": "meta.tag.end.astro punctuation.definition.tag.end.astro" | ||
} | ||
}, | ||
"name": "meta.scope.tag.$2.astro" | ||
} | ||
} | ||
} |
@@ -436,2 +436,33 @@ { | ||
{ | ||
"begin": "(?i:exec\\s+dli)", | ||
"name": "keyword.verb.cobol", | ||
"contentName": "meta.embedded.block.dli", | ||
"patterns": [ | ||
{ | ||
"match": "(\\()", | ||
"name": "meta.symbol.cobol" | ||
}, | ||
{ | ||
"include": "#dli-keywords" | ||
}, | ||
{ | ||
"include": "#string-double-quoted-constant" | ||
}, | ||
{ | ||
"include": "#string-quoted-constant" | ||
}, | ||
{ | ||
"include": "#number-complex-constant" | ||
}, | ||
{ | ||
"include": "#number-simple-constant" | ||
}, | ||
{ | ||
"match": "([a-zA-Z-0-9_]*[a-zA-Z0-9]|([#]?[0-9a-zA-Z]+[a-zA-Z-0-9_]*[a-zA-Z0-9]))", | ||
"name": "variable.cobol" | ||
} | ||
], | ||
"end": "(?i:end\\-exec)" | ||
}, | ||
{ | ||
"begin": "(?i:exec\\s+sqlims)", | ||
@@ -817,3 +848,3 @@ "name": "keyword.verb.cobol", | ||
{ | ||
"match": "(?<![-_])(?i:if|else|end-if|exit\\s+iterator|exit\\s+program|exit\\s+method|evaluate|end-evaluate|exit\\s+perform|perform|end-perform|when\\s+other|when|continue|call|end-call|chain|end-chain|invoke|end\\s+invoke|go\\s+to|go|sort|merge|use|xml|parse|stop\\s+run|goback\\s+returning|goback|raise|exit\\s+function|await)(?![0-9A-Za-z_-])", | ||
"match": "(?<![-_])(?i:if|else|end-if|exit\\s+iterator|exit\\s+program|exit\\s+method|evaluate|end-evaluate|exit\\s+perform|perform|end-perform|when\\s+other|when|continue|call|end-call|chain|end-chain|invoke|end\\s+invoke|go\\s+to|go|sort|merge|use|xml|parse|stop\\s+run|goback\\s+returning|goback|raise|exit\\s+function|exit\\sparagraph|await)(?![0-9A-Za-z_-])", | ||
"name": "keyword.control.cobol" | ||
@@ -1064,2 +1095,6 @@ }, | ||
}, | ||
"dli-keywords": { | ||
"match": "(?<![\\-\\w])(?i:accept|chkp|deq|dlet|gnp|gn|gu|isrt|load|log|pos|query|refresh|repl|retrieve|rolb|roll|rols|schd|sets|setu|symchkp|term|xrst)(?![\\-\\w])", | ||
"name": "keyword.verb.dli" | ||
}, | ||
"string-quoted-constant": { | ||
@@ -1066,0 +1101,0 @@ "begin": "'", |
{ | ||
"information_for_contributors": [ | ||
"This file has been converted from https://github.com/jlelong/vscode-latex-basics/blob/master/syntaxes/LaTeX.tmLanguage.json", | ||
"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": "https://github.com/jlelong/vscode-latex-basics/commit/7497a8c9ae12324ac3df3bb5053a2a0c43f80315", | ||
"name": "latex", | ||
"scopeName": "text.tex.latex", | ||
"patterns": [ | ||
@@ -508,3 +501,3 @@ { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:cppcode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:cppcode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:cppcode)\\*?\\}", | ||
@@ -552,3 +545,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:hscode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:hscode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:hscode)\\*?\\}", | ||
@@ -596,3 +589,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:luacode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:luacode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:luacode)\\*?\\}", | ||
@@ -640,3 +633,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:jlcode|jlverbatim|jlblock|jlconcode|jlconsole|jlconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:jlcode|jlverbatim|jlblock|jlconcode|jlconsole|jlconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:jlcode|jlverbatim|jlblock|jlconcode|jlconsole|jlconverbatim)\\*?\\}", | ||
@@ -684,3 +677,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:juliacode|juliaverbatim|juliablock|juliaconcode|juliaconsole|juliaconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:juliacode|juliaverbatim|juliablock|juliaconcode|juliaconsole|juliaconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:juliacode|juliaverbatim|juliablock|juliaconcode|juliaconsole|juliaconverbatim)\\*?\\}", | ||
@@ -728,3 +721,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:sageblock|sagesilent|sageverbatim|sageexample|sagecommandline|python|pythonq|pythonrepl)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:sageblock|sagesilent|sageverbatim|sageexample|sagecommandline|python|pythonq|pythonrepl)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:sageblock|sagesilent|sageverbatim|sageexample|sagecommandline|python|pythonq|pythonrepl)\\*?\\}", | ||
@@ -772,3 +765,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:pycode|pyverbatim|pyblock|pyconcode|pyconsole|pyconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:pycode|pyverbatim|pyblock|pyconcode|pyconsole|pyconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:pycode|pyverbatim|pyblock|pyconcode|pyconsole|pyconverbatim)\\*?\\}", | ||
@@ -816,3 +809,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:pylabcode|pylabverbatim|pylabblock|pylabconcode|pylabconsole|pylabconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:pylabcode|pylabverbatim|pylabblock|pylabconcode|pylabconsole|pylabconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:pylabcode|pylabverbatim|pylabblock|pylabconcode|pylabconsole|pylabconverbatim)\\*?\\}", | ||
@@ -860,3 +853,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:sympycode|sympyverbatim|sympyblock|sympyconcode|sympyconsole|sympyconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:sympycode|sympyverbatim|sympyblock|sympyconcode|sympyconsole|sympyconverbatim)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:sympycode|sympyverbatim|sympyblock|sympyconcode|sympyconsole|sympyconverbatim)\\*?\\}", | ||
@@ -904,3 +897,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:scalacode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:scalacode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:scalacode)\\*?\\}", | ||
@@ -948,3 +941,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:asy|asycode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:asy|asycode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:asy|asycode)\\*?\\}", | ||
@@ -992,3 +985,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:dot2tex|dotcode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:dot2tex|dotcode)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:dot2tex|dotcode)\\*?\\}", | ||
@@ -1036,3 +1029,3 @@ "captures": { | ||
{ | ||
"begin": "\\s*\\\\begin\\{(?:gnuplot)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{)", | ||
"begin": "\\s*\\\\begin\\{(?:gnuplot)\\*?\\}(?:\\[[a-zA-Z0-9_-]*\\])?(?=\\[|\\{|\\s*$)", | ||
"end": "\\s*\\\\end\\{(?:gnuplot)\\*?\\}", | ||
@@ -1700,3 +1693,3 @@ "captures": { | ||
{ | ||
"begin": "((\\\\)(?:[aA]uto|foot|full|no|short|[tT]ext|[pP]aren|[sS]mart)?[cC]ite(?:al)?(?:p|s|t|author|year(?:par)?|title)?[ANP]*\\*?)((?:(?:\\([^\\)]*\\)){0,2}(?:\\[[^\\]]*\\]){0,2}\\{[\\w:.]*\\})*)(?:([<\\[])[^\\]<>]*([>\\]]))?(?:(\\[)[^\\]]*(\\]))?(\\{)", | ||
"begin": "((\\\\)(?:[aA]uto|foot|full|no|ref|short|[tT]ext|[pP]aren|[sS]mart)?[cC]ite(?:al)?(?:p|s|t|author|year(?:par)?|title)?[ANP]*\\*?)((?:(?:\\([^\\)]*\\)){0,2}(?:\\[[^\\]]*\\]){0,2}\\{[\\w:.]*\\})*)(?:([<\\[])[^\\]<>]*([>\\]]))?(?:(\\[)[^\\]]*(\\]))?(\\{)", | ||
"captures": { | ||
@@ -2345,3 +2338,4 @@ "1": { | ||
} | ||
} | ||
}, | ||
"scopeName": "text.tex.latex" | ||
} |
@@ -31,5 +31,2 @@ { | ||
{ | ||
"include": "#comment_inline" | ||
}, | ||
{ | ||
"include": "#style_codefence" | ||
@@ -66,5 +63,2 @@ }, | ||
{ | ||
"include": "#comment_inline" | ||
}, | ||
{ | ||
"include": "#object" | ||
@@ -111,7 +105,2 @@ }, | ||
}, | ||
"comment_inline": { | ||
"begin": "{%-?\\s*#", | ||
"end": "-?%}", | ||
"name": "comment.line.number-sign.liquid" | ||
}, | ||
"style_codefence": { | ||
@@ -322,2 +311,5 @@ "begin": "({%-?)\\s*(style)\\s*(-?%})", | ||
{ | ||
"include": "#tag_comment_inline" | ||
}, | ||
{ | ||
"include": "#tag_case" | ||
@@ -356,5 +348,8 @@ }, | ||
{ | ||
"include": "#tag_comment_liquid" | ||
"include": "#tag_comment_block_liquid" | ||
}, | ||
{ | ||
"include": "#tag_comment_inline_liquid" | ||
}, | ||
{ | ||
"include": "#tag_assign_liquid" | ||
@@ -385,7 +380,25 @@ }, | ||
}, | ||
"tag_comment_liquid": { | ||
"tag_comment_block_liquid": { | ||
"name": "comment.block.liquid", | ||
"begin": "(?:^\\s*)(comment)\\b", | ||
"end": "(?:^\\s*)(endcomment)\\b" | ||
"end": "(?:^\\s*)(endcomment)\\b", | ||
"patterns": [ | ||
{ | ||
"include": "#tag_comment_block_liquid" | ||
}, | ||
{ | ||
"match": "(?:^\\s*)(?!(comment|endcomment)).*" | ||
} | ||
] | ||
}, | ||
"tag_comment_inline": { | ||
"name": "comment.line.number-sign.liquid", | ||
"begin": "#", | ||
"end": "(?=%})" | ||
}, | ||
"tag_comment_inline_liquid": { | ||
"name": "comment.line.number-sign.liquid", | ||
"begin": "(?:^\\s*)#.*", | ||
"end": "$" | ||
}, | ||
"tag_tablerow": { | ||
@@ -392,0 +405,0 @@ "name": "meta.entity.tag.tablerow.liquid", |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "https://github.com/fadeevab/make.tmbundle/commit/ef0c485afc66445a6cf184dc34f7744306304f1f", | ||
"version": "https://github.com/fadeevab/make.tmbundle/commit/1d4c0b541959995db098df751ffc129da39a294b", | ||
"name": "make", | ||
@@ -226,3 +226,3 @@ "scopeName": "source.makefile", | ||
{ | ||
"begin": "^\\s*else(?=\\s)", | ||
"begin": "^\\s*else(?=\\s)\\s*(ifeq|ifneq|ifdef|ifndef)*(?=\\s)", | ||
"beginCaptures": { | ||
@@ -229,0 +229,0 @@ "0": { |
{ | ||
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", | ||
"$schema": "https://raw.githubusercontent.com/Septh/tmlanguage/master/tmlanguage.json", | ||
"name": "mdx", | ||
@@ -10,2 +10,5 @@ "patterns": [ | ||
"include": "#markdown" | ||
}, | ||
{ | ||
"include": "#jsx-evaluated-code" | ||
} | ||
@@ -21,2 +24,5 @@ ], | ||
"include": "#jsx-tag" | ||
}, | ||
{ | ||
"include": "#jsx-evaluated-code" | ||
} | ||
@@ -42,3 +48,3 @@ ], | ||
{ | ||
"begin": "^(?=<([a-z]|[A-Z]))", | ||
"begin": "^(?=< *([a-zA-Z]\\w*))", | ||
"end": "(?<=>)", | ||
@@ -53,2 +59,16 @@ "contentName": "source.js.jsx", | ||
] | ||
}, | ||
"jsx-evaluated-code": { | ||
"patterns": [ | ||
{ | ||
"begin": "(?!```$){", | ||
"end": "}", | ||
"contentName": "source.js.jsx", | ||
"patterns": [ | ||
{ | ||
"include": "source.js.jsx" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
@@ -55,0 +75,0 @@ } |
@@ -28,3 +28,3 @@ { | ||
"model_block_definition": { | ||
"begin": "^\\s*(model|type)\\s+([A-Za-z][\\w]*)\\s*({)", | ||
"begin": "^\\s*(model|type|view)\\s+([A-Za-z][\\w]*)\\s*({)", | ||
"name": "source.prisma.embedded.source", | ||
@@ -31,0 +31,0 @@ "beginCaptures": { |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "https://github.com/microsoft/vscode-mssql/commit/c005d9d720049d86938467992bd8189a6aa32a6d", | ||
"version": "https://github.com/microsoft/vscode-mssql/commit/998c713b179e2e5256b8bf1aeb8ecda3433e6112", | ||
"name": "sql", | ||
@@ -139,3 +139,3 @@ "scopeName": "source.sql", | ||
{ | ||
"match": "(?i:\\b(select(\\s+distinct)?|insert\\s+(ignore\\s+)?into|update|delete|from|set|where|group\\s+by|or|like|and|union(\\s+all)?|having|order\\s+by|limit|(inner|cross)\\s+join|join|straight_join|full\\s+outer\\s+join|(left|right)(\\s+outer)?\\s+join|natural(\\s+(left|right)(\\s+outer)?)?\\s+join)\\b)", | ||
"match": "(?i:\\b(select(\\s+(all|distinct))?|insert\\s+(ignore\\s+)?into|update|delete|from|set|where|group\\s+by|or|like|and|union(\\s+all)?|having|order\\s+by|limit|cross\\s+join|join|straight_join|(inner|(left|right|full)(\\s+outer)?)\\s+join|natural(\\s+(inner|(left|right|full)(\\s+outer)?))?\\s+join)\\b)", | ||
"name": "keyword.other.DML.sql" | ||
@@ -142,0 +142,0 @@ }, |
@@ -211,3 +211,3 @@ { | ||
{ | ||
"match": "\\b(property)\\s+(\\w+)", | ||
"match": "\\b(asset|cover)\\s(property)\\s+(\\w+)", | ||
"captures": { | ||
@@ -314,3 +314,3 @@ "1": { | ||
{ | ||
"match": "\\b(property)\\s+(\\w+)", | ||
"match": "\\b(asset|cover)\\s+(property)\\s+(\\w+)", | ||
"captures": { | ||
@@ -317,0 +317,0 @@ "1": { |
{ | ||
"information_for_contributors": [ | ||
"This file has been converted from https://github.com/jlelong/vscode-latex-basics/blob/master/syntaxes/TeX.tmLanguage.json", | ||
"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": "https://github.com/jlelong/vscode-latex-basics/commit/8776a0856846b63d9e5765e8ec42a8a2f4f52219", | ||
"name": "tex", | ||
"scopeName": "text.tex", | ||
"patterns": [ | ||
@@ -295,3 +288,4 @@ { | ||
} | ||
} | ||
}, | ||
"scopeName": "text.tex" | ||
} |
@@ -274,3 +274,3 @@ { | ||
"name": "keyword.control.v", | ||
"match": "\\b(as|in|is|or|break|continue|default|unsafe|match|if|else|for|go|goto|defer|return|shared|select|rlock|lock|atomic|asm)\\b(?=\\s*\\()" | ||
"match": "\\b(as|in|is|or|break|continue|default|unsafe|match|if|else|for|go|spawn|goto|defer|return|shared|select|rlock|lock|atomic|asm)\\b(?=\\s*\\()" | ||
} | ||
@@ -291,3 +291,3 @@ ] | ||
{ | ||
"match": "(bool|byte|byteptr|charptr|voidptr|string|rune|size_t)(?=\\s*\\()", | ||
"match": "(bool|byte|byteptr|charptr|voidptr|string|rune|size_t|[ui]size)(?=\\s*\\()", | ||
"captures": { | ||
@@ -767,3 +767,3 @@ "1": { | ||
"name": "keyword.control.v", | ||
"match": "(?<!@)\\b(as|it|is|in|or|break|continue|default|unsafe|match|if|else|for|go|goto|defer|return|shared|select|rlock|lock|atomic|asm)\\b" | ||
"match": "(?<!@)\\b(as|it|is|in|or|break|continue|default|unsafe|match|if|else|for|go|spawn|goto|defer|return|shared|select|rlock|lock|atomic|asm)\\b" | ||
}, | ||
@@ -770,0 +770,0 @@ { |
@@ -507,2 +507,34 @@ { | ||
{ | ||
"begin": "([a-zA-Z0-9:-]+)\\b(?=[^>]*\\blang\\s*=\\s*(['\"]?)json5\\b\\2)", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "entity.name.tag.$1.html.vue" | ||
} | ||
}, | ||
"end": "(</)(\\1)\\s*(?=>)", | ||
"endCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.tag.begin.html.vue" | ||
}, | ||
"2": { | ||
"name": "entity.name.tag.$2.html.vue" | ||
} | ||
}, | ||
"patterns": [ | ||
{ | ||
"include": "#tag-stuff" | ||
}, | ||
{ | ||
"begin": "(?<=>)", | ||
"end": "(?=<\\/)", | ||
"name": "source.json5", | ||
"patterns": [ | ||
{ | ||
"include": "source.json5" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"begin": "([a-zA-Z0-9:-]+)\\b(?=[^>]*\\blang\\s*=\\s*(['\"]?)yaml\\b\\2)", | ||
@@ -1145,15 +1177,15 @@ "beginCaptures": { | ||
{ | ||
"begin": "\\{\\{", | ||
"beginCaptures": [ | ||
{ | ||
"name": "punctuation.definition.tag.begin.html.vue" | ||
"begin": "(\\{\\{)", | ||
"beginCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.interpolation.begin.html.vue" | ||
} | ||
], | ||
"end": "\\}\\}", | ||
"endCaptures": [ | ||
{ | ||
"name": "punctuation.definition.tag.end.html.vue" | ||
}, | ||
"end": "(\\}\\})", | ||
"endCaptures": { | ||
"1": { | ||
"name": "punctuation.definition.interpolation.end.html.vue" | ||
} | ||
], | ||
"name": "expression.embbeded.vue", | ||
}, | ||
"name": "expression.embedded.vue", | ||
"patterns": [ | ||
@@ -1160,0 +1192,0 @@ { |
{ | ||
"name": "shiki", | ||
"version": "0.12.1", | ||
"version": "0.13.0", | ||
"description": "shiki", | ||
@@ -25,2 +25,3 @@ "author": "Pine Wu <octref@gmail.com>", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"build": "rollup -c", | ||
@@ -44,3 +45,4 @@ "watch": "rollup -c -w" | ||
"path": false | ||
} | ||
}, | ||
"gitHead": "87008562a0fb6bbaa963a73c320ba4601d00e7db" | ||
} |
@@ -32,3 +32,3 @@ { | ||
"input.foreground": "#adbac7", | ||
"input.placeholderForeground": "#545d68", | ||
"input.placeholderForeground": "#636e7b", | ||
"badge.foreground": "#cdd9e5", | ||
@@ -140,11 +140,14 @@ "badge.background": "#316dca", | ||
"editorGutter.deletedBackground": "#e5534b66", | ||
"diffEditor.insertedLineBackground": "#347d3933", | ||
"diffEditor.insertedTextBackground": "#347d394d", | ||
"diffEditor.removedLineBackground": "#c93c3733", | ||
"diffEditor.removedTextBackground": "#c93c374d", | ||
"diffEditor.insertedLineBackground": "#347d3926", | ||
"diffEditor.insertedTextBackground": "#57ab5a4d", | ||
"diffEditor.removedLineBackground": "#c93c3726", | ||
"diffEditor.removedTextBackground": "#f470674d", | ||
"scrollbar.shadow": "#545d6833", | ||
"scrollbarSlider.background": "#636e7b33", | ||
"scrollbarSlider.hoverBackground": "#636e7b45", | ||
"scrollbarSlider.activeBackground": "#636e7b87", | ||
"scrollbarSlider.background": "#76839033", | ||
"scrollbarSlider.hoverBackground": "#7683903d", | ||
"scrollbarSlider.activeBackground": "#76839047", | ||
"editorOverviewRuler.border": "#1c2128", | ||
"minimapSlider.background": "#76839033", | ||
"minimapSlider.hoverBackground": "#7683903d", | ||
"minimapSlider.activeBackground": "#76839047", | ||
"panel.background": "#1c2128", | ||
@@ -240,3 +243,3 @@ "panel.border": "#444c56", | ||
"gitDecoration.untrackedResourceForeground": "#57ab5a", | ||
"gitDecoration.ignoredResourceForeground": "#545d68", | ||
"gitDecoration.ignoredResourceForeground": "#636e7b", | ||
"gitDecoration.conflictingResourceForeground": "#cc6b2c", | ||
@@ -251,3 +254,3 @@ "gitDecoration.submoduleResourceForeground": "#768390", | ||
"peekViewResult.background": "#22272e", | ||
"settings.headerForeground": "#768390", | ||
"settings.headerForeground": "#adbac7", | ||
"settings.modifiedItemIndicator": "#ae7c1466", | ||
@@ -266,2 +269,8 @@ "welcomePage.buttonBackground": "#373e47", | ||
{ | ||
"scope": ["constant.other.placeholder", "constant.character"], | ||
"settings": { | ||
"foreground": "#f47067" | ||
} | ||
}, | ||
{ | ||
"scope": [ | ||
@@ -589,4 +598,3 @@ "constant", | ||
"settings": { | ||
"foreground": "#96d0ff", | ||
"fontStyle": "underline" | ||
"foreground": "#96d0ff" | ||
} | ||
@@ -593,0 +601,0 @@ } |
{ | ||
"name": "github-dark", | ||
"colors": { | ||
"focusBorder": "#1f6feb", | ||
"foreground": "#c9d1d9", | ||
"descriptionForeground": "#8b949e", | ||
"errorForeground": "#f85149", | ||
"textLink.foreground": "#58a6ff", | ||
"textLink.activeForeground": "#58a6ff", | ||
"textBlockQuote.background": "#010409", | ||
"textBlockQuote.border": "#30363d", | ||
"textCodeBlock.background": "#6e768166", | ||
"textPreformat.foreground": "#8b949e", | ||
"textSeparator.foreground": "#21262d", | ||
"icon.foreground": "#8b949e", | ||
"keybindingLabel.foreground": "#c9d1d9", | ||
"button.background": "#238636", | ||
"button.foreground": "#ffffff", | ||
"button.hoverBackground": "#2ea043", | ||
"button.secondaryBackground": "#282e33", | ||
"button.secondaryForeground": "#c9d1d9", | ||
"button.secondaryHoverBackground": "#30363d", | ||
"checkbox.background": "#161b22", | ||
"checkbox.border": "#30363d", | ||
"dropdown.background": "#161b22", | ||
"dropdown.border": "#30363d", | ||
"dropdown.foreground": "#c9d1d9", | ||
"dropdown.listBackground": "#161b22", | ||
"input.background": "#0d1117", | ||
"input.border": "#30363d", | ||
"input.foreground": "#c9d1d9", | ||
"input.placeholderForeground": "#484f58", | ||
"badge.foreground": "#f0f6fc", | ||
"badge.background": "#1f6feb", | ||
"progressBar.background": "#1f6feb", | ||
"titleBar.activeForeground": "#8b949e", | ||
"titleBar.activeBackground": "#0d1117", | ||
"titleBar.inactiveForeground": "#8b949e", | ||
"titleBar.inactiveBackground": "#010409", | ||
"titleBar.border": "#30363d", | ||
"activityBar.foreground": "#c9d1d9", | ||
"activityBar.inactiveForeground": "#8b949e", | ||
"activityBar.background": "#0d1117", | ||
"activityBarBadge.foreground": "#f0f6fc", | ||
"activityBarBadge.background": "#1f6feb", | ||
"activityBar.activeBorder": "#f78166", | ||
"activityBar.border": "#30363d", | ||
"sideBar.foreground": "#c9d1d9", | ||
"sideBar.background": "#010409", | ||
"sideBar.border": "#30363d", | ||
"sideBarTitle.foreground": "#c9d1d9", | ||
"sideBarSectionHeader.foreground": "#c9d1d9", | ||
"sideBarSectionHeader.background": "#010409", | ||
"sideBarSectionHeader.border": "#30363d", | ||
"list.hoverForeground": "#c9d1d9", | ||
"list.inactiveSelectionForeground": "#c9d1d9", | ||
"list.activeSelectionForeground": "#c9d1d9", | ||
"list.hoverBackground": "#6e76811a", | ||
"list.inactiveSelectionBackground": "#6e768166", | ||
"list.activeSelectionBackground": "#6e768166", | ||
"list.focusForeground": "#c9d1d9", | ||
"list.focusBackground": "#388bfd26", | ||
"list.inactiveFocusBackground": "#388bfd26", | ||
"list.highlightForeground": "#58a6ff", | ||
"tree.indentGuidesStroke": "#21262d", | ||
"notificationCenterHeader.foreground": "#8b949e", | ||
"notificationCenterHeader.background": "#161b22", | ||
"notifications.foreground": "#c9d1d9", | ||
"notifications.background": "#161b22", | ||
"notifications.border": "#30363d", | ||
"notificationsErrorIcon.foreground": "#f85149", | ||
"notificationsWarningIcon.foreground": "#d29922", | ||
"notificationsInfoIcon.foreground": "#58a6ff", | ||
"pickerGroup.border": "#30363d", | ||
"pickerGroup.foreground": "#8b949e", | ||
"quickInput.background": "#161b22", | ||
"quickInput.foreground": "#c9d1d9", | ||
"statusBar.foreground": "#8b949e", | ||
"statusBar.background": "#0d1117", | ||
"statusBar.border": "#30363d", | ||
"statusBar.focusBorder": "#1f6feb80", | ||
"statusBar.noFolderBackground": "#0d1117", | ||
"statusBar.debuggingForeground": "#f0f6fc", | ||
"statusBar.debuggingBackground": "#da3633", | ||
"statusBarItem.prominentBackground": "#6e768166", | ||
"statusBarItem.remoteForeground": "#c9d1d9", | ||
"statusBarItem.remoteBackground": "#30363d", | ||
"statusBarItem.hoverBackground": "#c9d1d914", | ||
"statusBarItem.activeBackground": "#c9d1d91f", | ||
"statusBarItem.focusBorder": "#1f6feb", | ||
"editorGroupHeader.tabsBackground": "#010409", | ||
"editorGroupHeader.tabsBorder": "#30363d", | ||
"editorGroup.border": "#30363d", | ||
"tab.activeForeground": "#c9d1d9", | ||
"tab.inactiveForeground": "#8b949e", | ||
"tab.inactiveBackground": "#010409", | ||
"tab.activeBackground": "#0d1117", | ||
"tab.hoverBackground": "#0d1117", | ||
"tab.unfocusedHoverBackground": "#6e76811a", | ||
"tab.border": "#30363d", | ||
"tab.unfocusedActiveBorderTop": "#30363d", | ||
"tab.activeBorder": "#0d1117", | ||
"tab.unfocusedActiveBorder": "#0d1117", | ||
"tab.activeBorderTop": "#f78166", | ||
"breadcrumb.foreground": "#8b949e", | ||
"breadcrumb.focusForeground": "#c9d1d9", | ||
"breadcrumb.activeSelectionForeground": "#8b949e", | ||
"breadcrumbPicker.background": "#161b22", | ||
"editor.foreground": "#c9d1d9", | ||
"editor.background": "#0d1117", | ||
"editorWidget.background": "#161b22", | ||
"editor.foldBackground": "#6e76811a", | ||
"editor.lineHighlightBackground": "#6e76811a", | ||
"editorLineNumber.foreground": "#6e7681", | ||
"editorLineNumber.activeForeground": "#c9d1d9", | ||
"editorIndentGuide.background": "#c9d1d91f", | ||
"editorIndentGuide.activeBackground": "#c9d1d93d", | ||
"editorWhitespace.foreground": "#484f58", | ||
"editorCursor.foreground": "#58a6ff", | ||
"editor.findMatchBackground": "#9e6a03", | ||
"editor.findMatchHighlightBackground": "#f2cc6080", | ||
"editor.linkedEditingBackground": "#58a6ff12", | ||
"editor.selectionHighlightBackground": "#3fb95040", | ||
"editor.wordHighlightBackground": "#6e768180", | ||
"editor.wordHighlightBorder": "#6e768199", | ||
"editor.wordHighlightStrongBackground": "#6e76814d", | ||
"editor.wordHighlightStrongBorder": "#6e768199", | ||
"editorBracketMatch.background": "#3fb95040", | ||
"editorBracketMatch.border": "#3fb95099", | ||
"editorInlayHint.background": "#8b949e33", | ||
"editorInlayHint.foreground": "#8b949e", | ||
"editorInlayHint.typeBackground": "#8b949e33", | ||
"editorInlayHint.typeForeground": "#8b949e", | ||
"editorInlayHint.paramBackground": "#8b949e33", | ||
"editorInlayHint.paramForeground": "#8b949e", | ||
"editorGutter.modifiedBackground": "#bb800966", | ||
"editorGutter.addedBackground": "#2ea04366", | ||
"editorGutter.deletedBackground": "#f8514966", | ||
"diffEditor.insertedLineBackground": "#23863633", | ||
"diffEditor.insertedTextBackground": "#2386364d", | ||
"diffEditor.removedLineBackground": "#da363333", | ||
"diffEditor.removedTextBackground": "#da36334d", | ||
"scrollbar.shadow": "#484f5833", | ||
"scrollbarSlider.background": "#6e768133", | ||
"scrollbarSlider.hoverBackground": "#6e768145", | ||
"scrollbarSlider.activeBackground": "#6e768187", | ||
"editorOverviewRuler.border": "#010409", | ||
"panel.background": "#010409", | ||
"panel.border": "#30363d", | ||
"panelTitle.activeBorder": "#f78166", | ||
"panelTitle.activeForeground": "#c9d1d9", | ||
"panelTitle.inactiveForeground": "#8b949e", | ||
"panelInput.border": "#30363d", | ||
"debugIcon.breakpointForeground": "#f85149", | ||
"debugConsole.infoForeground": "#8b949e", | ||
"debugConsole.warningForeground": "#d29922", | ||
"debugConsole.errorForeground": "#ffa198", | ||
"debugConsole.sourceForeground": "#e3b341", | ||
"debugConsoleInputIcon.foreground": "#bc8cff", | ||
"debugTokenExpression.name": "#79c0ff", | ||
"debugTokenExpression.value": "#a5d6ff", | ||
"debugTokenExpression.string": "#a5d6ff", | ||
"debugTokenExpression.boolean": "#56d364", | ||
"debugTokenExpression.number": "#56d364", | ||
"debugTokenExpression.error": "#ffa198", | ||
"symbolIcon.arrayForeground": "#f0883e", | ||
"symbolIcon.booleanForeground": "#58a6ff", | ||
"symbolIcon.classForeground": "#f0883e", | ||
"symbolIcon.colorForeground": "#79c0ff", | ||
"symbolIcon.constructorForeground": "#d2a8ff", | ||
"symbolIcon.enumeratorForeground": "#f0883e", | ||
"symbolIcon.enumeratorMemberForeground": "#58a6ff", | ||
"symbolIcon.eventForeground": "#6e7681", | ||
"symbolIcon.fieldForeground": "#f0883e", | ||
"symbolIcon.fileForeground": "#d29922", | ||
"symbolIcon.folderForeground": "#d29922", | ||
"symbolIcon.functionForeground": "#bc8cff", | ||
"symbolIcon.interfaceForeground": "#f0883e", | ||
"symbolIcon.keyForeground": "#58a6ff", | ||
"symbolIcon.keywordForeground": "#ff7b72", | ||
"symbolIcon.methodForeground": "#bc8cff", | ||
"symbolIcon.moduleForeground": "#ff7b72", | ||
"symbolIcon.namespaceForeground": "#ff7b72", | ||
"symbolIcon.nullForeground": "#58a6ff", | ||
"symbolIcon.numberForeground": "#3fb950", | ||
"symbolIcon.objectForeground": "#f0883e", | ||
"symbolIcon.operatorForeground": "#79c0ff", | ||
"symbolIcon.packageForeground": "#f0883e", | ||
"symbolIcon.propertyForeground": "#f0883e", | ||
"symbolIcon.referenceForeground": "#58a6ff", | ||
"symbolIcon.snippetForeground": "#58a6ff", | ||
"symbolIcon.stringForeground": "#79c0ff", | ||
"symbolIcon.structForeground": "#f0883e", | ||
"symbolIcon.textForeground": "#79c0ff", | ||
"symbolIcon.typeParameterForeground": "#79c0ff", | ||
"symbolIcon.unitForeground": "#58a6ff", | ||
"symbolIcon.variableForeground": "#f0883e", | ||
"symbolIcon.constantForeground": [ | ||
"#aff5b4", | ||
"#7ee787", | ||
"#56d364", | ||
"#3fb950", | ||
"#2ea043", | ||
"#238636", | ||
"#196c2e", | ||
"#0f5323", | ||
"#033a16", | ||
"#04260f" | ||
], | ||
"terminal.foreground": "#c9d1d9", | ||
"terminal.ansiBlack": "#484f58", | ||
"terminal.ansiRed": "#ff7b72", | ||
"terminal.ansiGreen": "#3fb950", | ||
"terminal.ansiYellow": "#d29922", | ||
"terminal.ansiBlue": "#58a6ff", | ||
"terminal.ansiMagenta": "#bc8cff", | ||
"focusBorder": "#005cc5", | ||
"foreground": "#d1d5da", | ||
"descriptionForeground": "#959da5", | ||
"errorForeground": "#f97583", | ||
"textLink.foreground": "#79b8ff", | ||
"textLink.activeForeground": "#c8e1ff", | ||
"textBlockQuote.background": "#24292e", | ||
"textBlockQuote.border": "#444d56", | ||
"textCodeBlock.background": "#2f363d", | ||
"textPreformat.foreground": "#d1d5da", | ||
"textSeparator.foreground": "#586069", | ||
"button.background": "#176f2c", | ||
"button.foreground": "#dcffe4", | ||
"button.hoverBackground": "#22863a", | ||
"button.secondaryBackground": "#444d56", | ||
"button.secondaryForeground": "#fff", | ||
"button.secondaryHoverBackground": "#586069", | ||
"checkbox.background": "#444d56", | ||
"checkbox.border": "#1b1f23", | ||
"dropdown.background": "#2f363d", | ||
"dropdown.border": "#1b1f23", | ||
"dropdown.foreground": "#e1e4e8", | ||
"dropdown.listBackground": "#24292e", | ||
"input.background": "#2f363d", | ||
"input.border": "#1b1f23", | ||
"input.foreground": "#e1e4e8", | ||
"input.placeholderForeground": "#959da5", | ||
"badge.foreground": "#c8e1ff", | ||
"badge.background": "#044289", | ||
"progressBar.background": "#0366d6", | ||
"titleBar.activeForeground": "#e1e4e8", | ||
"titleBar.activeBackground": "#24292e", | ||
"titleBar.inactiveForeground": "#959da5", | ||
"titleBar.inactiveBackground": "#1f2428", | ||
"titleBar.border": "#1b1f23", | ||
"activityBar.foreground": "#e1e4e8", | ||
"activityBar.inactiveForeground": "#6a737d", | ||
"activityBar.background": "#24292e", | ||
"activityBarBadge.foreground": "#fff", | ||
"activityBarBadge.background": "#0366d6", | ||
"activityBar.activeBorder": "#f9826c", | ||
"activityBar.border": "#1b1f23", | ||
"sideBar.foreground": "#d1d5da", | ||
"sideBar.background": "#1f2428", | ||
"sideBar.border": "#1b1f23", | ||
"sideBarTitle.foreground": "#e1e4e8", | ||
"sideBarSectionHeader.foreground": "#e1e4e8", | ||
"sideBarSectionHeader.background": "#1f2428", | ||
"sideBarSectionHeader.border": "#1b1f23", | ||
"list.hoverForeground": "#e1e4e8", | ||
"list.inactiveSelectionForeground": "#e1e4e8", | ||
"list.activeSelectionForeground": "#e1e4e8", | ||
"list.hoverBackground": "#282e34", | ||
"list.inactiveSelectionBackground": "#282e34", | ||
"list.activeSelectionBackground": "#39414a", | ||
"list.inactiveFocusBackground": "#1d2d3e", | ||
"list.focusBackground": "#044289", | ||
"tree.indentGuidesStroke": "#2f363d", | ||
"notificationCenterHeader.foreground": "#959da5", | ||
"notificationCenterHeader.background": "#24292e", | ||
"notifications.foreground": "#e1e4e8", | ||
"notifications.background": "#2f363d", | ||
"notifications.border": "#1b1f23", | ||
"notificationsErrorIcon.foreground": "#ea4a5a", | ||
"notificationsWarningIcon.foreground": "#ffab70", | ||
"notificationsInfoIcon.foreground": "#79b8ff", | ||
"pickerGroup.border": "#444d56", | ||
"pickerGroup.foreground": "#e1e4e8", | ||
"quickInput.background": "#24292e", | ||
"quickInput.foreground": "#e1e4e8", | ||
"statusBar.foreground": "#d1d5da", | ||
"statusBar.background": "#24292e", | ||
"statusBar.border": "#1b1f23", | ||
"statusBar.noFolderBackground": "#24292e", | ||
"statusBar.debuggingBackground": "#931c06", | ||
"statusBar.debuggingForeground": "#fff", | ||
"statusBarItem.prominentBackground": "#282e34", | ||
"statusBarItem.remoteForeground": "#d1d5da", | ||
"statusBarItem.remoteBackground": "#24292e", | ||
"editorGroupHeader.tabsBackground": "#1f2428", | ||
"editorGroupHeader.tabsBorder": "#1b1f23", | ||
"editorGroup.border": "#1b1f23", | ||
"tab.activeForeground": "#e1e4e8", | ||
"tab.inactiveForeground": "#959da5", | ||
"tab.inactiveBackground": "#1f2428", | ||
"tab.activeBackground": "#24292e", | ||
"tab.hoverBackground": "#24292e", | ||
"tab.unfocusedHoverBackground": "#24292e", | ||
"tab.border": "#1b1f23", | ||
"tab.unfocusedActiveBorderTop": "#1b1f23", | ||
"tab.activeBorder": "#24292e", | ||
"tab.unfocusedActiveBorder": "#24292e", | ||
"tab.activeBorderTop": "#f9826c", | ||
"breadcrumb.foreground": "#959da5", | ||
"breadcrumb.focusForeground": "#e1e4e8", | ||
"breadcrumb.activeSelectionForeground": "#d1d5da", | ||
"breadcrumbPicker.background": "#2b3036", | ||
"editor.foreground": "#e1e4e8", | ||
"editor.background": "#24292e", | ||
"editorWidget.background": "#1f2428", | ||
"editor.foldBackground": "#58606915", | ||
"editor.lineHighlightBackground": "#2b3036", | ||
"editorLineNumber.foreground": "#444d56", | ||
"editorLineNumber.activeForeground": "#e1e4e8", | ||
"editorIndentGuide.background": "#2f363d", | ||
"editorIndentGuide.activeBackground": "#444d56", | ||
"editorWhitespace.foreground": "#444d56", | ||
"editorCursor.foreground": "#c8e1ff", | ||
"editorError.foreground": "#f97583", | ||
"editorWarning.foreground": "#ffea7f", | ||
"editor.findMatchBackground": "#ffd33d44", | ||
"editor.findMatchHighlightBackground": "#ffd33d22", | ||
"editor.linkedEditingBackground": "#3392FF22", | ||
"editor.inactiveSelectionBackground": "#3392FF22", | ||
"editor.selectionBackground": "#3392FF44", | ||
"editor.selectionHighlightBackground": "#17E5E633", | ||
"editor.selectionHighlightBorder": "#17E5E600", | ||
"editor.wordHighlightBackground": "#17E5E600", | ||
"editor.wordHighlightStrongBackground": "#17E5E600", | ||
"editor.wordHighlightBorder": "#17E5E699", | ||
"editor.wordHighlightStrongBorder": "#17E5E666", | ||
"editorBracketMatch.background": "#17E5E650", | ||
"editorBracketMatch.border": "#17E5E600", | ||
"editorGutter.modifiedBackground": "#2188ff", | ||
"editorGutter.addedBackground": "#28a745", | ||
"editorGutter.deletedBackground": "#ea4a5a", | ||
"diffEditor.insertedTextBackground": "#28a74530", | ||
"diffEditor.removedTextBackground": "#d73a4930", | ||
"scrollbar.shadow": "#0008", | ||
"scrollbarSlider.background": "#6a737d33", | ||
"scrollbarSlider.hoverBackground": "#6a737d44", | ||
"scrollbarSlider.activeBackground": "#6a737d88", | ||
"editorOverviewRuler.border": "#1b1f23", | ||
"panel.background": "#1f2428", | ||
"panel.border": "#1b1f23", | ||
"panelTitle.activeBorder": "#f9826c", | ||
"panelTitle.activeForeground": "#e1e4e8", | ||
"panelTitle.inactiveForeground": "#959da5", | ||
"panelInput.border": "#2f363d", | ||
"terminal.foreground": "#d1d5da", | ||
"terminal.tab.activeBorder": "#f9826c", | ||
"terminalCursor.background": "#586069", | ||
"terminalCursor.foreground": "#79b8ff", | ||
"terminal.ansiBrightWhite": "#fafbfc", | ||
"terminal.ansiWhite": "#d1d5da", | ||
"terminal.ansiBrightBlack": "#959da5", | ||
"terminal.ansiBlack": "#586069", | ||
"terminal.ansiBlue": "#2188ff", | ||
"terminal.ansiBrightBlue": "#79b8ff", | ||
"terminal.ansiGreen": "#34d058", | ||
"terminal.ansiBrightGreen": "#85e89d", | ||
"terminal.ansiCyan": "#39c5cf", | ||
"terminal.ansiWhite": "#b1bac4", | ||
"terminal.ansiBrightBlack": "#6e7681", | ||
"terminal.ansiBrightRed": "#ffa198", | ||
"terminal.ansiBrightGreen": "#56d364", | ||
"terminal.ansiBrightYellow": "#e3b341", | ||
"terminal.ansiBrightBlue": "#79c0ff", | ||
"terminal.ansiBrightMagenta": "#d2a8ff", | ||
"terminal.ansiBrightCyan": "#56d4dd", | ||
"terminal.ansiBrightWhite": "#f0f6fc", | ||
"editorBracketHighlight.foreground1": "#79c0ff", | ||
"editorBracketHighlight.foreground2": "#56d364", | ||
"editorBracketHighlight.foreground3": "#e3b341", | ||
"editorBracketHighlight.foreground4": "#ffa198", | ||
"editorBracketHighlight.foreground5": "#ff9bce", | ||
"editorBracketHighlight.foreground6": "#d2a8ff", | ||
"editorBracketHighlight.unexpectedBracket.foreground": "#8b949e", | ||
"gitDecoration.addedResourceForeground": "#3fb950", | ||
"gitDecoration.modifiedResourceForeground": "#d29922", | ||
"gitDecoration.deletedResourceForeground": "#f85149", | ||
"gitDecoration.untrackedResourceForeground": "#3fb950", | ||
"gitDecoration.ignoredResourceForeground": "#484f58", | ||
"gitDecoration.conflictingResourceForeground": "#db6d28", | ||
"gitDecoration.submoduleResourceForeground": "#8b949e", | ||
"debugToolBar.background": "#161b22", | ||
"editor.stackFrameHighlightBackground": "#bb800966", | ||
"editor.focusedStackFrameHighlightBackground": "#2ea04366", | ||
"peekViewEditor.matchHighlightBackground": "#bb800966", | ||
"peekViewResult.matchHighlightBackground": "#bb800966", | ||
"peekViewEditor.background": "#6e76811a", | ||
"peekViewResult.background": "#0d1117", | ||
"settings.headerForeground": "#8b949e", | ||
"settings.modifiedItemIndicator": "#bb800966", | ||
"welcomePage.buttonBackground": "#21262d", | ||
"welcomePage.buttonHoverBackground": "#30363d" | ||
"terminal.ansiRed": "#ea4a5a", | ||
"terminal.ansiBrightRed": "#f97583", | ||
"terminal.ansiMagenta": "#b392f0", | ||
"terminal.ansiBrightMagenta": "#b392f0", | ||
"terminal.ansiYellow": "#ffea7f", | ||
"terminal.ansiBrightYellow": "#ffea7f", | ||
"editorBracketHighlight.foreground1": "#79b8ff", | ||
"editorBracketHighlight.foreground2": "#ffab70", | ||
"editorBracketHighlight.foreground3": "#b392f0", | ||
"editorBracketHighlight.foreground4": "#79b8ff", | ||
"editorBracketHighlight.foreground5": "#ffab70", | ||
"editorBracketHighlight.foreground6": "#b392f0", | ||
"gitDecoration.addedResourceForeground": "#34d058", | ||
"gitDecoration.modifiedResourceForeground": "#79b8ff", | ||
"gitDecoration.deletedResourceForeground": "#ea4a5a", | ||
"gitDecoration.untrackedResourceForeground": "#34d058", | ||
"gitDecoration.ignoredResourceForeground": "#6a737d", | ||
"gitDecoration.conflictingResourceForeground": "#ffab70", | ||
"gitDecoration.submoduleResourceForeground": "#6a737d", | ||
"debugToolBar.background": "#2b3036", | ||
"editor.stackFrameHighlightBackground": "#C6902625", | ||
"editor.focusedStackFrameHighlightBackground": "#2b6a3033", | ||
"peekViewEditor.matchHighlightBackground": "#ffd33d33", | ||
"peekViewResult.matchHighlightBackground": "#ffd33d33", | ||
"peekViewEditor.background": "#1f242888", | ||
"peekViewResult.background": "#1f2428", | ||
"settings.headerForeground": "#e1e4e8", | ||
"settings.modifiedItemIndicator": "#0366d6", | ||
"welcomePage.buttonBackground": "#2f363d", | ||
"welcomePage.buttonHoverBackground": "#444d56" | ||
}, | ||
@@ -258,3 +193,3 @@ "semanticHighlighting": true, | ||
"settings": { | ||
"foreground": "#8b949e" | ||
"foreground": "#6a737d" | ||
} | ||
@@ -268,45 +203,30 @@ }, | ||
"variable.other.enummember", | ||
"variable.language", | ||
"entity" | ||
"variable.language" | ||
], | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
}, | ||
{ | ||
"scope": ["entity.name", "meta.export.default", "meta.definition.variable"], | ||
"scope": ["entity", "entity.name"], | ||
"settings": { | ||
"foreground": "#ffa657" | ||
"foreground": "#b392f0" | ||
} | ||
}, | ||
{ | ||
"scope": [ | ||
"variable.parameter.function", | ||
"meta.jsx.children", | ||
"meta.block", | ||
"meta.tag.attributes", | ||
"entity.name.constant", | ||
"meta.object.member", | ||
"meta.embedded.expression" | ||
], | ||
"scope": "variable.parameter.function", | ||
"settings": { | ||
"foreground": "#c9d1d9" | ||
"foreground": "#e1e4e8" | ||
} | ||
}, | ||
{ | ||
"scope": "entity.name.function", | ||
"scope": "entity.name.tag", | ||
"settings": { | ||
"foreground": "#d2a8ff" | ||
"foreground": "#85e89d" | ||
} | ||
}, | ||
{ | ||
"scope": ["entity.name.tag", "support.class.component"], | ||
"settings": { | ||
"foreground": "#7ee787" | ||
} | ||
}, | ||
{ | ||
"scope": "keyword", | ||
"settings": { | ||
"foreground": "#ff7b72" | ||
"foreground": "#f97583" | ||
} | ||
@@ -317,3 +237,3 @@ }, | ||
"settings": { | ||
"foreground": "#ff7b72" | ||
"foreground": "#f97583" | ||
} | ||
@@ -324,9 +244,13 @@ }, | ||
"settings": { | ||
"foreground": "#c9d1d9" | ||
"foreground": "#e1e4e8" | ||
} | ||
}, | ||
{ | ||
"scope": ["string", "string punctuation.section.embedded source"], | ||
"scope": [ | ||
"string", | ||
"punctuation.definition.string", | ||
"string punctuation.section.embedded source" | ||
], | ||
"settings": { | ||
"foreground": "#a5d6ff" | ||
"foreground": "#9ecbff" | ||
} | ||
@@ -337,3 +261,3 @@ }, | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -344,3 +268,3 @@ }, | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -351,3 +275,3 @@ }, | ||
"settings": { | ||
"foreground": "#ffa657" | ||
"foreground": "#ffab70" | ||
} | ||
@@ -358,3 +282,3 @@ }, | ||
"settings": { | ||
"foreground": "#c9d1d9" | ||
"foreground": "#e1e4e8" | ||
} | ||
@@ -366,3 +290,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#ffa198" | ||
"foreground": "#fdaeb7" | ||
} | ||
@@ -374,3 +298,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#ffa198" | ||
"foreground": "#fdaeb7" | ||
} | ||
@@ -382,3 +306,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#ffa198" | ||
"foreground": "#fdaeb7" | ||
} | ||
@@ -390,3 +314,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#ffa198" | ||
"foreground": "#fdaeb7" | ||
} | ||
@@ -398,4 +322,4 @@ }, | ||
"fontStyle": "italic underline", | ||
"background": "#ff7b72", | ||
"foreground": "#f0f6fc", | ||
"background": "#f97583", | ||
"foreground": "#24292e", | ||
"content": "^M" | ||
@@ -407,3 +331,3 @@ } | ||
"settings": { | ||
"foreground": "#ffa198" | ||
"foreground": "#fdaeb7" | ||
} | ||
@@ -414,3 +338,3 @@ }, | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -421,3 +345,3 @@ }, | ||
"settings": { | ||
"foreground": "#a5d6ff" | ||
"foreground": "#dbedff" | ||
} | ||
@@ -433,3 +357,3 @@ }, | ||
"settings": { | ||
"foreground": "#a5d6ff" | ||
"foreground": "#dbedff" | ||
} | ||
@@ -441,3 +365,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#7ee787" | ||
"foreground": "#85e89d" | ||
} | ||
@@ -448,3 +372,3 @@ }, | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -455,15 +379,9 @@ }, | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
}, | ||
{ | ||
"scope": "support.type.property-name.json", | ||
"settings": { | ||
"foreground": "#7ee787" | ||
} | ||
}, | ||
{ | ||
"scope": "meta.module-reference", | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -474,3 +392,3 @@ }, | ||
"settings": { | ||
"foreground": "#ffa657" | ||
"foreground": "#ffab70" | ||
} | ||
@@ -482,3 +400,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -489,3 +407,3 @@ }, | ||
"settings": { | ||
"foreground": "#7ee787" | ||
"foreground": "#85e89d" | ||
} | ||
@@ -497,3 +415,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#c9d1d9" | ||
"foreground": "#e1e4e8" | ||
} | ||
@@ -505,3 +423,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#c9d1d9" | ||
"foreground": "#e1e4e8" | ||
} | ||
@@ -524,3 +442,3 @@ }, | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -531,17 +449,11 @@ }, | ||
"settings": { | ||
"background": "#490202", | ||
"foreground": "#ffa198" | ||
"background": "#86181d", | ||
"foreground": "#fdaeb7" | ||
} | ||
}, | ||
{ | ||
"scope": ["punctuation.section.embedded"], | ||
"settings": { | ||
"foreground": "#ff7b72" | ||
} | ||
}, | ||
{ | ||
"scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"], | ||
"settings": { | ||
"background": "#04260f", | ||
"foreground": "#7ee787" | ||
"background": "#144620", | ||
"foreground": "#85e89d" | ||
} | ||
@@ -552,4 +464,4 @@ }, | ||
"settings": { | ||
"background": "#5a1e02", | ||
"foreground": "#ffa657" | ||
"background": "#c24e00", | ||
"foreground": "#ffab70" | ||
} | ||
@@ -560,4 +472,4 @@ }, | ||
"settings": { | ||
"foreground": "#161b22", | ||
"background": "#79c0ff" | ||
"foreground": "#2f363d", | ||
"background": "#79b8ff" | ||
} | ||
@@ -568,3 +480,3 @@ }, | ||
"settings": { | ||
"foreground": "#d2a8ff", | ||
"foreground": "#b392f0", | ||
"fontStyle": "bold" | ||
@@ -576,3 +488,3 @@ } | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -584,3 +496,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -591,3 +503,3 @@ }, | ||
"settings": { | ||
"foreground": "#79c0ff" | ||
"foreground": "#79b8ff" | ||
} | ||
@@ -605,3 +517,3 @@ }, | ||
"settings": { | ||
"foreground": "#8b949e" | ||
"foreground": "#d1d5da" | ||
} | ||
@@ -612,3 +524,3 @@ }, | ||
"settings": { | ||
"foreground": "#ffa198" | ||
"foreground": "#fdaeb7" | ||
} | ||
@@ -619,3 +531,3 @@ }, | ||
"settings": { | ||
"foreground": "#a5d6ff", | ||
"foreground": "#dbedff", | ||
"fontStyle": "underline" | ||
@@ -622,0 +534,0 @@ } |
{ | ||
"name": "github-light", | ||
"colors": { | ||
"focusBorder": "#0969da", | ||
"foreground": "#24292f", | ||
"descriptionForeground": "#57606a", | ||
"errorForeground": "#cf222e", | ||
"textLink.foreground": "#0969da", | ||
"textLink.activeForeground": "#0969da", | ||
"textBlockQuote.background": "#f6f8fa", | ||
"textBlockQuote.border": "#d0d7de", | ||
"textCodeBlock.background": "#afb8c133", | ||
"textPreformat.foreground": "#57606a", | ||
"textSeparator.foreground": "#d8dee4", | ||
"icon.foreground": "#57606a", | ||
"keybindingLabel.foreground": "#24292f", | ||
"button.background": "#2da44e", | ||
"button.foreground": "#ffffff", | ||
"button.hoverBackground": "#2c974b", | ||
"button.secondaryBackground": "#ebecf0", | ||
"button.secondaryForeground": "#24292f", | ||
"button.secondaryHoverBackground": "#f3f4f6", | ||
"checkbox.background": "#f6f8fa", | ||
"checkbox.border": "#d0d7de", | ||
"dropdown.background": "#ffffff", | ||
"dropdown.border": "#d0d7de", | ||
"dropdown.foreground": "#24292f", | ||
"dropdown.listBackground": "#ffffff", | ||
"input.background": "#ffffff", | ||
"input.border": "#d0d7de", | ||
"input.foreground": "#24292f", | ||
"input.placeholderForeground": "#6e7781", | ||
"badge.foreground": "#ffffff", | ||
"badge.background": "#0969da", | ||
"progressBar.background": "#0969da", | ||
"titleBar.activeForeground": "#57606a", | ||
"titleBar.activeBackground": "#ffffff", | ||
"titleBar.inactiveForeground": "#57606a", | ||
"focusBorder": "#2188ff", | ||
"foreground": "#444d56", | ||
"descriptionForeground": "#6a737d", | ||
"errorForeground": "#cb2431", | ||
"textLink.foreground": "#0366d6", | ||
"textLink.activeForeground": "#005cc5", | ||
"textBlockQuote.background": "#fafbfc", | ||
"textBlockQuote.border": "#e1e4e8", | ||
"textCodeBlock.background": "#f6f8fa", | ||
"textPreformat.foreground": "#586069", | ||
"textSeparator.foreground": "#d1d5da", | ||
"button.background": "#159739", | ||
"button.foreground": "#fff", | ||
"button.hoverBackground": "#138934", | ||
"button.secondaryBackground": "#e1e4e8", | ||
"button.secondaryForeground": "#1b1f23", | ||
"button.secondaryHoverBackground": "#d1d5da", | ||
"checkbox.background": "#fafbfc", | ||
"checkbox.border": "#d1d5da", | ||
"dropdown.background": "#fafbfc", | ||
"dropdown.border": "#e1e4e8", | ||
"dropdown.foreground": "#2f363d", | ||
"dropdown.listBackground": "#fff", | ||
"input.background": "#fafbfc", | ||
"input.border": "#e1e4e8", | ||
"input.foreground": "#2f363d", | ||
"input.placeholderForeground": "#959da5", | ||
"badge.foreground": "#005cc5", | ||
"badge.background": "#dbedff", | ||
"progressBar.background": "#2188ff", | ||
"titleBar.activeForeground": "#2f363d", | ||
"titleBar.activeBackground": "#fff", | ||
"titleBar.inactiveForeground": "#6a737d", | ||
"titleBar.inactiveBackground": "#f6f8fa", | ||
"titleBar.border": "#d0d7de", | ||
"activityBar.foreground": "#24292f", | ||
"activityBar.inactiveForeground": "#57606a", | ||
"activityBar.background": "#ffffff", | ||
"activityBarBadge.foreground": "#ffffff", | ||
"activityBarBadge.background": "#0969da", | ||
"activityBar.activeBorder": "#fd8c73", | ||
"activityBar.border": "#d0d7de", | ||
"sideBar.foreground": "#24292f", | ||
"titleBar.border": "#e1e4e8", | ||
"activityBar.foreground": "#2f363d", | ||
"activityBar.inactiveForeground": "#959da5", | ||
"activityBar.background": "#fff", | ||
"activityBarBadge.foreground": "#fff", | ||
"activityBarBadge.background": "#2188ff", | ||
"activityBar.activeBorder": "#f9826c", | ||
"activityBar.border": "#e1e4e8", | ||
"sideBar.foreground": "#586069", | ||
"sideBar.background": "#f6f8fa", | ||
"sideBar.border": "#d0d7de", | ||
"sideBarTitle.foreground": "#24292f", | ||
"sideBarSectionHeader.foreground": "#24292f", | ||
"sideBar.border": "#e1e4e8", | ||
"sideBarTitle.foreground": "#2f363d", | ||
"sideBarSectionHeader.foreground": "#2f363d", | ||
"sideBarSectionHeader.background": "#f6f8fa", | ||
"sideBarSectionHeader.border": "#d0d7de", | ||
"list.hoverForeground": "#24292f", | ||
"list.inactiveSelectionForeground": "#24292f", | ||
"list.activeSelectionForeground": "#24292f", | ||
"list.hoverBackground": "#eaeef280", | ||
"list.inactiveSelectionBackground": "#afb8c133", | ||
"list.activeSelectionBackground": "#afb8c133", | ||
"list.focusForeground": "#24292f", | ||
"list.focusBackground": "#ddf4ff", | ||
"list.inactiveFocusBackground": "#ddf4ff", | ||
"list.highlightForeground": "#0969da", | ||
"tree.indentGuidesStroke": "#d8dee4", | ||
"notificationCenterHeader.foreground": "#57606a", | ||
"notificationCenterHeader.background": "#f6f8fa", | ||
"notifications.foreground": "#24292f", | ||
"notifications.background": "#ffffff", | ||
"notifications.border": "#d0d7de", | ||
"notificationsErrorIcon.foreground": "#cf222e", | ||
"notificationsWarningIcon.foreground": "#9a6700", | ||
"notificationsInfoIcon.foreground": "#0969da", | ||
"pickerGroup.border": "#d0d7de", | ||
"pickerGroup.foreground": "#57606a", | ||
"quickInput.background": "#ffffff", | ||
"quickInput.foreground": "#24292f", | ||
"statusBar.foreground": "#57606a", | ||
"statusBar.background": "#ffffff", | ||
"statusBar.border": "#d0d7de", | ||
"statusBar.focusBorder": "#0969da80", | ||
"statusBar.noFolderBackground": "#ffffff", | ||
"statusBar.debuggingForeground": "#ffffff", | ||
"statusBar.debuggingBackground": "#cf222e", | ||
"statusBarItem.prominentBackground": "#afb8c133", | ||
"statusBarItem.remoteForeground": "#24292f", | ||
"statusBarItem.remoteBackground": "#eaeef2", | ||
"statusBarItem.hoverBackground": "#24292f14", | ||
"statusBarItem.activeBackground": "#24292f1f", | ||
"statusBarItem.focusBorder": "#0969da", | ||
"sideBarSectionHeader.border": "#e1e4e8", | ||
"list.hoverForeground": "#2f363d", | ||
"list.inactiveSelectionForeground": "#2f363d", | ||
"list.activeSelectionForeground": "#2f363d", | ||
"list.hoverBackground": "#ebf0f4", | ||
"list.inactiveSelectionBackground": "#e8eaed", | ||
"list.activeSelectionBackground": "#e2e5e9", | ||
"list.inactiveFocusBackground": "#dbedff", | ||
"list.focusBackground": "#cce5ff", | ||
"tree.indentGuidesStroke": "#e1e4e8", | ||
"notificationCenterHeader.foreground": "#6a737d", | ||
"notificationCenterHeader.background": "#e1e4e8", | ||
"notifications.foreground": "#2f363d", | ||
"notifications.background": "#fafbfc", | ||
"notifications.border": "#e1e4e8", | ||
"notificationsErrorIcon.foreground": "#d73a49", | ||
"notificationsWarningIcon.foreground": "#e36209", | ||
"notificationsInfoIcon.foreground": "#005cc5", | ||
"pickerGroup.border": "#e1e4e8", | ||
"pickerGroup.foreground": "#2f363d", | ||
"quickInput.background": "#fafbfc", | ||
"quickInput.foreground": "#2f363d", | ||
"statusBar.foreground": "#586069", | ||
"statusBar.background": "#fff", | ||
"statusBar.border": "#e1e4e8", | ||
"statusBar.noFolderBackground": "#fff", | ||
"statusBar.debuggingBackground": "#f9826c", | ||
"statusBar.debuggingForeground": "#fff", | ||
"statusBarItem.prominentBackground": "#e8eaed", | ||
"statusBarItem.remoteForeground": "#586069", | ||
"statusBarItem.remoteBackground": "#fff", | ||
"editorGroupHeader.tabsBackground": "#f6f8fa", | ||
"editorGroupHeader.tabsBorder": "#d0d7de", | ||
"editorGroup.border": "#d0d7de", | ||
"tab.activeForeground": "#24292f", | ||
"tab.inactiveForeground": "#57606a", | ||
"editorGroupHeader.tabsBorder": "#e1e4e8", | ||
"editorGroup.border": "#e1e4e8", | ||
"tab.activeForeground": "#2f363d", | ||
"tab.inactiveForeground": "#6a737d", | ||
"tab.inactiveBackground": "#f6f8fa", | ||
"tab.activeBackground": "#ffffff", | ||
"tab.hoverBackground": "#ffffff", | ||
"tab.unfocusedHoverBackground": "#eaeef280", | ||
"tab.border": "#d0d7de", | ||
"tab.unfocusedActiveBorderTop": "#d0d7de", | ||
"tab.activeBorder": "#ffffff", | ||
"tab.unfocusedActiveBorder": "#ffffff", | ||
"tab.activeBorderTop": "#fd8c73", | ||
"breadcrumb.foreground": "#57606a", | ||
"breadcrumb.focusForeground": "#24292f", | ||
"breadcrumb.activeSelectionForeground": "#57606a", | ||
"breadcrumbPicker.background": "#ffffff", | ||
"editor.foreground": "#24292f", | ||
"editor.background": "#ffffff", | ||
"editorWidget.background": "#ffffff", | ||
"editor.foldBackground": "#6e77811a", | ||
"editor.lineHighlightBackground": "#eaeef280", | ||
"editorLineNumber.foreground": "#8c959f", | ||
"editorLineNumber.activeForeground": "#24292f", | ||
"editorIndentGuide.background": "#24292f1f", | ||
"editorIndentGuide.activeBackground": "#24292f3d", | ||
"editorWhitespace.foreground": "#afb8c1", | ||
"editorCursor.foreground": "#0969da", | ||
"editor.findMatchBackground": "#bf8700", | ||
"editor.findMatchHighlightBackground": "#fae17d80", | ||
"editor.linkedEditingBackground": "#0969da12", | ||
"editor.selectionHighlightBackground": "#4ac26b40", | ||
"editor.wordHighlightBackground": "#eaeef280", | ||
"editor.wordHighlightBorder": "#afb8c199", | ||
"editor.wordHighlightStrongBackground": "#afb8c14d", | ||
"editor.wordHighlightStrongBorder": "#afb8c199", | ||
"editorBracketMatch.background": "#4ac26b40", | ||
"editorBracketMatch.border": "#4ac26b99", | ||
"editorInlayHint.background": "#afb8c133", | ||
"editorInlayHint.foreground": "#57606a", | ||
"editorInlayHint.typeBackground": "#afb8c133", | ||
"editorInlayHint.typeForeground": "#57606a", | ||
"editorInlayHint.paramBackground": "#afb8c133", | ||
"editorInlayHint.paramForeground": "#57606a", | ||
"editorGutter.modifiedBackground": "#d4a72c66", | ||
"editorGutter.addedBackground": "#4ac26b66", | ||
"editorGutter.deletedBackground": "#ff818266", | ||
"diffEditor.insertedLineBackground": "#aceebb4d", | ||
"diffEditor.insertedTextBackground": "#6fdd8b66", | ||
"diffEditor.removedLineBackground": "#ffcecb4d", | ||
"diffEditor.removedTextBackground": "#ffaba866", | ||
"scrollbar.shadow": "#6e778133", | ||
"scrollbarSlider.background": "#8c959f33", | ||
"scrollbarSlider.hoverBackground": "#8c959f45", | ||
"scrollbarSlider.activeBackground": "#8c959f87", | ||
"editorOverviewRuler.border": "#ffffff", | ||
"tab.activeBackground": "#fff", | ||
"tab.hoverBackground": "#fff", | ||
"tab.unfocusedHoverBackground": "#fff", | ||
"tab.border": "#e1e4e8", | ||
"tab.unfocusedActiveBorderTop": "#e1e4e8", | ||
"tab.activeBorder": "#fff", | ||
"tab.unfocusedActiveBorder": "#fff", | ||
"tab.activeBorderTop": "#f9826c", | ||
"breadcrumb.foreground": "#6a737d", | ||
"breadcrumb.focusForeground": "#2f363d", | ||
"breadcrumb.activeSelectionForeground": "#586069", | ||
"breadcrumbPicker.background": "#fafbfc", | ||
"editor.foreground": "#24292e", | ||
"editor.background": "#fff", | ||
"editorWidget.background": "#f6f8fa", | ||
"editor.foldBackground": "#d1d5da11", | ||
"editor.lineHighlightBackground": "#f6f8fa", | ||
"editorLineNumber.foreground": "#1b1f234d", | ||
"editorLineNumber.activeForeground": "#24292e", | ||
"editorIndentGuide.background": "#eff2f6", | ||
"editorIndentGuide.activeBackground": "#d7dbe0", | ||
"editorWhitespace.foreground": "#d1d5da", | ||
"editorCursor.foreground": "#044289", | ||
"editorError.foreground": "#cb2431", | ||
"editorWarning.foreground": "#f9c513", | ||
"editor.findMatchBackground": "#ffdf5d", | ||
"editor.findMatchHighlightBackground": "#ffdf5d66", | ||
"editor.linkedEditingBackground": "#0366d611", | ||
"editor.inactiveSelectionBackground": "#0366d611", | ||
"editor.selectionBackground": "#0366d625", | ||
"editor.selectionHighlightBackground": "#34d05840", | ||
"editor.selectionHighlightBorder": "#34d05800", | ||
"editor.wordHighlightBackground": "#34d05800", | ||
"editor.wordHighlightStrongBackground": "#34d05800", | ||
"editor.wordHighlightBorder": "#24943e99", | ||
"editor.wordHighlightStrongBorder": "#24943e50", | ||
"editorBracketMatch.background": "#34d05840", | ||
"editorBracketMatch.border": "#34d05800", | ||
"editorGutter.modifiedBackground": "#2188ff", | ||
"editorGutter.addedBackground": "#28a745", | ||
"editorGutter.deletedBackground": "#d73a49", | ||
"diffEditor.insertedTextBackground": "#34d05822", | ||
"diffEditor.removedTextBackground": "#d73a4922", | ||
"scrollbar.shadow": "#6a737d33", | ||
"scrollbarSlider.background": "#959da533", | ||
"scrollbarSlider.hoverBackground": "#959da544", | ||
"scrollbarSlider.activeBackground": "#959da588", | ||
"editorOverviewRuler.border": "#fff", | ||
"panel.background": "#f6f8fa", | ||
"panel.border": "#d0d7de", | ||
"panelTitle.activeBorder": "#fd8c73", | ||
"panelTitle.activeForeground": "#24292f", | ||
"panelTitle.inactiveForeground": "#57606a", | ||
"panelInput.border": "#d0d7de", | ||
"debugIcon.breakpointForeground": "#cf222e", | ||
"debugConsole.infoForeground": "#57606a", | ||
"debugConsole.warningForeground": "#7d4e00", | ||
"debugConsole.errorForeground": "#cf222e", | ||
"debugConsole.sourceForeground": "#9a6700", | ||
"debugConsoleInputIcon.foreground": "#6639ba", | ||
"debugTokenExpression.name": "#0550ae", | ||
"debugTokenExpression.value": "#0a3069", | ||
"debugTokenExpression.string": "#0a3069", | ||
"debugTokenExpression.boolean": "#116329", | ||
"debugTokenExpression.number": "#116329", | ||
"debugTokenExpression.error": "#a40e26", | ||
"symbolIcon.arrayForeground": "#953800", | ||
"symbolIcon.booleanForeground": "#0550ae", | ||
"symbolIcon.classForeground": "#953800", | ||
"symbolIcon.colorForeground": "#0a3069", | ||
"symbolIcon.constructorForeground": "#3e1f79", | ||
"symbolIcon.enumeratorForeground": "#953800", | ||
"symbolIcon.enumeratorMemberForeground": "#0550ae", | ||
"symbolIcon.eventForeground": "#57606a", | ||
"symbolIcon.fieldForeground": "#953800", | ||
"symbolIcon.fileForeground": "#7d4e00", | ||
"symbolIcon.folderForeground": "#7d4e00", | ||
"symbolIcon.functionForeground": "#6639ba", | ||
"symbolIcon.interfaceForeground": "#953800", | ||
"symbolIcon.keyForeground": "#0550ae", | ||
"symbolIcon.keywordForeground": "#a40e26", | ||
"symbolIcon.methodForeground": "#6639ba", | ||
"symbolIcon.moduleForeground": "#a40e26", | ||
"symbolIcon.namespaceForeground": "#a40e26", | ||
"symbolIcon.nullForeground": "#0550ae", | ||
"symbolIcon.numberForeground": "#116329", | ||
"symbolIcon.objectForeground": "#953800", | ||
"symbolIcon.operatorForeground": "#0a3069", | ||
"symbolIcon.packageForeground": "#953800", | ||
"symbolIcon.propertyForeground": "#953800", | ||
"symbolIcon.referenceForeground": "#0550ae", | ||
"symbolIcon.snippetForeground": "#0550ae", | ||
"symbolIcon.stringForeground": "#0a3069", | ||
"symbolIcon.structForeground": "#953800", | ||
"symbolIcon.textForeground": "#0a3069", | ||
"symbolIcon.typeParameterForeground": "#0a3069", | ||
"symbolIcon.unitForeground": "#0550ae", | ||
"symbolIcon.variableForeground": "#953800", | ||
"symbolIcon.constantForeground": "#116329", | ||
"terminal.foreground": "#24292f", | ||
"terminal.ansiBlack": "#24292f", | ||
"terminal.ansiRed": "#cf222e", | ||
"terminal.ansiGreen": "#116329", | ||
"terminal.ansiYellow": "#4d2d00", | ||
"terminal.ansiBlue": "#0969da", | ||
"terminal.ansiMagenta": "#8250df", | ||
"panel.border": "#e1e4e8", | ||
"panelTitle.activeBorder": "#f9826c", | ||
"panelTitle.activeForeground": "#2f363d", | ||
"panelTitle.inactiveForeground": "#6a737d", | ||
"panelInput.border": "#e1e4e8", | ||
"terminal.foreground": "#586069", | ||
"terminal.tab.activeBorder": "#f9826c", | ||
"terminalCursor.background": "#d1d5da", | ||
"terminalCursor.foreground": "#005cc5", | ||
"terminal.ansiBrightWhite": "#d1d5da", | ||
"terminal.ansiWhite": "#6a737d", | ||
"terminal.ansiBrightBlack": "#959da5", | ||
"terminal.ansiBlack": "#24292e", | ||
"terminal.ansiBlue": "#0366d6", | ||
"terminal.ansiBrightBlue": "#005cc5", | ||
"terminal.ansiGreen": "#28a745", | ||
"terminal.ansiBrightGreen": "#22863a", | ||
"terminal.ansiCyan": "#1b7c83", | ||
"terminal.ansiWhite": "#6e7781", | ||
"terminal.ansiBrightBlack": "#57606a", | ||
"terminal.ansiBrightRed": "#a40e26", | ||
"terminal.ansiBrightGreen": "#1a7f37", | ||
"terminal.ansiBrightYellow": "#633c01", | ||
"terminal.ansiBrightBlue": "#218bff", | ||
"terminal.ansiBrightMagenta": "#a475f9", | ||
"terminal.ansiBrightCyan": "#3192aa", | ||
"terminal.ansiBrightWhite": "#8c959f", | ||
"editorBracketHighlight.foreground1": "#0969da", | ||
"editorBracketHighlight.foreground2": "#1a7f37", | ||
"editorBracketHighlight.foreground3": "#9a6700", | ||
"editorBracketHighlight.foreground4": "#cf222e", | ||
"editorBracketHighlight.foreground5": "#bf3989", | ||
"editorBracketHighlight.foreground6": "#8250df", | ||
"editorBracketHighlight.unexpectedBracket.foreground": "#57606a", | ||
"gitDecoration.addedResourceForeground": "#1a7f37", | ||
"gitDecoration.modifiedResourceForeground": "#9a6700", | ||
"gitDecoration.deletedResourceForeground": "#cf222e", | ||
"gitDecoration.untrackedResourceForeground": "#1a7f37", | ||
"gitDecoration.ignoredResourceForeground": "#6e7781", | ||
"gitDecoration.conflictingResourceForeground": "#bc4c00", | ||
"gitDecoration.submoduleResourceForeground": "#57606a", | ||
"debugToolBar.background": "#ffffff", | ||
"editor.stackFrameHighlightBackground": "#d4a72c66", | ||
"editor.focusedStackFrameHighlightBackground": "#4ac26b66", | ||
"settings.headerForeground": "#57606a", | ||
"settings.modifiedItemIndicator": "#d4a72c66", | ||
"terminal.ansiRed": "#d73a49", | ||
"terminal.ansiBrightRed": "#cb2431", | ||
"terminal.ansiMagenta": "#5a32a3", | ||
"terminal.ansiBrightMagenta": "#5a32a3", | ||
"terminal.ansiYellow": "#dbab09", | ||
"terminal.ansiBrightYellow": "#b08800", | ||
"editorBracketHighlight.foreground1": "#005cc5", | ||
"editorBracketHighlight.foreground2": "#e36209", | ||
"editorBracketHighlight.foreground3": "#5a32a3", | ||
"editorBracketHighlight.foreground4": "#005cc5", | ||
"editorBracketHighlight.foreground5": "#e36209", | ||
"editorBracketHighlight.foreground6": "#5a32a3", | ||
"gitDecoration.addedResourceForeground": "#28a745", | ||
"gitDecoration.modifiedResourceForeground": "#005cc5", | ||
"gitDecoration.deletedResourceForeground": "#d73a49", | ||
"gitDecoration.untrackedResourceForeground": "#28a745", | ||
"gitDecoration.ignoredResourceForeground": "#959da5", | ||
"gitDecoration.conflictingResourceForeground": "#e36209", | ||
"gitDecoration.submoduleResourceForeground": "#959da5", | ||
"debugToolBar.background": "#fff", | ||
"editor.stackFrameHighlightBackground": "#ffd33d33", | ||
"editor.focusedStackFrameHighlightBackground": "#28a74525", | ||
"settings.headerForeground": "#2f363d", | ||
"settings.modifiedItemIndicator": "#2188ff", | ||
"welcomePage.buttonBackground": "#f6f8fa", | ||
"welcomePage.buttonHoverBackground": "#f3f4f6" | ||
"welcomePage.buttonHoverBackground": "#e1e4e8" | ||
}, | ||
@@ -243,3 +189,3 @@ "semanticHighlighting": true, | ||
"settings": { | ||
"foreground": "#6e7781" | ||
"foreground": "#6a737d" | ||
} | ||
@@ -253,45 +199,30 @@ }, | ||
"variable.other.enummember", | ||
"variable.language", | ||
"entity" | ||
"variable.language" | ||
], | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
}, | ||
{ | ||
"scope": ["entity.name", "meta.export.default", "meta.definition.variable"], | ||
"scope": ["entity", "entity.name"], | ||
"settings": { | ||
"foreground": "#953800" | ||
"foreground": "#6f42c1" | ||
} | ||
}, | ||
{ | ||
"scope": [ | ||
"variable.parameter.function", | ||
"meta.jsx.children", | ||
"meta.block", | ||
"meta.tag.attributes", | ||
"entity.name.constant", | ||
"meta.object.member", | ||
"meta.embedded.expression" | ||
], | ||
"scope": "variable.parameter.function", | ||
"settings": { | ||
"foreground": "#24292f" | ||
"foreground": "#24292e" | ||
} | ||
}, | ||
{ | ||
"scope": "entity.name.function", | ||
"scope": "entity.name.tag", | ||
"settings": { | ||
"foreground": "#8250df" | ||
"foreground": "#22863a" | ||
} | ||
}, | ||
{ | ||
"scope": ["entity.name.tag", "support.class.component"], | ||
"settings": { | ||
"foreground": "#116329" | ||
} | ||
}, | ||
{ | ||
"scope": "keyword", | ||
"settings": { | ||
"foreground": "#cf222e" | ||
"foreground": "#d73a49" | ||
} | ||
@@ -302,3 +233,3 @@ }, | ||
"settings": { | ||
"foreground": "#cf222e" | ||
"foreground": "#d73a49" | ||
} | ||
@@ -309,9 +240,13 @@ }, | ||
"settings": { | ||
"foreground": "#24292f" | ||
"foreground": "#24292e" | ||
} | ||
}, | ||
{ | ||
"scope": ["string", "string punctuation.section.embedded source"], | ||
"scope": [ | ||
"string", | ||
"punctuation.definition.string", | ||
"string punctuation.section.embedded source" | ||
], | ||
"settings": { | ||
"foreground": "#0a3069" | ||
"foreground": "#032f62" | ||
} | ||
@@ -322,3 +257,3 @@ }, | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -329,3 +264,3 @@ }, | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -336,3 +271,3 @@ }, | ||
"settings": { | ||
"foreground": "#953800" | ||
"foreground": "#e36209" | ||
} | ||
@@ -343,3 +278,3 @@ }, | ||
"settings": { | ||
"foreground": "#24292f" | ||
"foreground": "#24292e" | ||
} | ||
@@ -351,3 +286,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#82071e" | ||
"foreground": "#b31d28" | ||
} | ||
@@ -359,3 +294,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#82071e" | ||
"foreground": "#b31d28" | ||
} | ||
@@ -367,3 +302,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#82071e" | ||
"foreground": "#b31d28" | ||
} | ||
@@ -375,3 +310,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#82071e" | ||
"foreground": "#b31d28" | ||
} | ||
@@ -383,4 +318,4 @@ }, | ||
"fontStyle": "italic underline", | ||
"background": "#cf222e", | ||
"foreground": "#f6f8fa", | ||
"background": "#d73a49", | ||
"foreground": "#fafbfc", | ||
"content": "^M" | ||
@@ -392,3 +327,3 @@ } | ||
"settings": { | ||
"foreground": "#82071e" | ||
"foreground": "#b31d28" | ||
} | ||
@@ -399,3 +334,3 @@ }, | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -406,3 +341,3 @@ }, | ||
"settings": { | ||
"foreground": "#0a3069" | ||
"foreground": "#032f62" | ||
} | ||
@@ -418,3 +353,3 @@ }, | ||
"settings": { | ||
"foreground": "#0a3069" | ||
"foreground": "#032f62" | ||
} | ||
@@ -426,3 +361,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#116329" | ||
"foreground": "#22863a" | ||
} | ||
@@ -433,3 +368,3 @@ }, | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -440,15 +375,9 @@ }, | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
}, | ||
{ | ||
"scope": "support.type.property-name.json", | ||
"settings": { | ||
"foreground": "#116329" | ||
} | ||
}, | ||
{ | ||
"scope": "meta.module-reference", | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -459,3 +388,3 @@ }, | ||
"settings": { | ||
"foreground": "#953800" | ||
"foreground": "#e36209" | ||
} | ||
@@ -467,3 +396,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -474,3 +403,3 @@ }, | ||
"settings": { | ||
"foreground": "#116329" | ||
"foreground": "#22863a" | ||
} | ||
@@ -482,3 +411,3 @@ }, | ||
"fontStyle": "italic", | ||
"foreground": "#24292f" | ||
"foreground": "#24292e" | ||
} | ||
@@ -490,3 +419,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#24292f" | ||
"foreground": "#24292e" | ||
} | ||
@@ -509,3 +438,3 @@ }, | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -516,17 +445,11 @@ }, | ||
"settings": { | ||
"background": "#ffebe9", | ||
"foreground": "#82071e" | ||
"background": "#ffeef0", | ||
"foreground": "#b31d28" | ||
} | ||
}, | ||
{ | ||
"scope": ["punctuation.section.embedded"], | ||
"settings": { | ||
"foreground": "#cf222e" | ||
} | ||
}, | ||
{ | ||
"scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"], | ||
"settings": { | ||
"background": "#dafbe1", | ||
"foreground": "#116329" | ||
"background": "#f0fff4", | ||
"foreground": "#22863a" | ||
} | ||
@@ -537,4 +460,4 @@ }, | ||
"settings": { | ||
"background": "#ffd8b5", | ||
"foreground": "#953800" | ||
"background": "#ffebda", | ||
"foreground": "#e36209" | ||
} | ||
@@ -545,4 +468,4 @@ }, | ||
"settings": { | ||
"foreground": "#eaeef2", | ||
"background": "#0550ae" | ||
"foreground": "#f6f8fa", | ||
"background": "#005cc5" | ||
} | ||
@@ -553,3 +476,3 @@ }, | ||
"settings": { | ||
"foreground": "#8250df", | ||
"foreground": "#6f42c1", | ||
"fontStyle": "bold" | ||
@@ -561,3 +484,3 @@ } | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -569,3 +492,3 @@ }, | ||
"fontStyle": "bold", | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -576,3 +499,3 @@ }, | ||
"settings": { | ||
"foreground": "#0550ae" | ||
"foreground": "#005cc5" | ||
} | ||
@@ -590,3 +513,3 @@ }, | ||
"settings": { | ||
"foreground": "#57606a" | ||
"foreground": "#586069" | ||
} | ||
@@ -597,3 +520,3 @@ }, | ||
"settings": { | ||
"foreground": "#82071e" | ||
"foreground": "#b31d28" | ||
} | ||
@@ -604,3 +527,3 @@ }, | ||
"settings": { | ||
"foreground": "#0a3069", | ||
"foreground": "#032f62", | ||
"fontStyle": "underline" | ||
@@ -607,0 +530,0 @@ } |
@@ -1302,2 +1302,9 @@ { | ||
{ | ||
"name": "constant.language.symbol.hashkey.ruby", | ||
"scope": "constant.language.symbol.hashkey.ruby", | ||
"settings": { | ||
"foreground": "#56b6c2" | ||
} | ||
}, | ||
{ | ||
"name": "rgb-value", | ||
@@ -1304,0 +1311,0 @@ "scope": "rgb-value", |
@@ -87,7 +87,6 @@ { | ||
"editor.rangeHighlightBackground": "#6e6a860d", | ||
"editor.rangeHighlightBorder": "#0000", | ||
"editor.selectionBackground": "#6e6a8614", | ||
"editor.selectionForeground": "#575279", | ||
"editor.selectionHighlightBackground": "#6e6a8614", | ||
"editor.selectionHighlightBorder": "#0000", | ||
"editor.selectionHighlightBorder": "#faf4ed", | ||
"editor.snippetFinalTabstopHighlightBackground": "#6e6a8614", | ||
@@ -138,3 +137,3 @@ "editor.snippetFinalTabstopHighlightBorder": "#fffaf3", | ||
"editorGutter.addedBackground": "#56949f", | ||
"editorGutter.background": "#0000", | ||
"editorGutter.background": "#faf4ed", | ||
"editorGutter.commentRangeForeground": "#797593", | ||
@@ -232,5 +231,4 @@ "editorGutter.deletedBackground": "#b4637a", | ||
"input.placeholderForeground": "#797593", | ||
"inputOption.activeBackground": "#d7827e", | ||
"inputOption.activeBorder": "#0000", | ||
"inputOption.activeForeground": "#faf4ed", | ||
"inputOption.activeBackground": "#d7827e26", | ||
"inputOption.activeForeground": "#d7827e", | ||
"inputValidation.errorBackground": "#fffaf3", | ||
@@ -300,2 +298,8 @@ "inputValidation.errorBorder": "#6e6a8626", | ||
"minimapSlider.hoverBackground": "#6e6a8614", | ||
"notebook.cellBorderColor": "#56949f80", | ||
"notebook.cellEditorBackground": "#fffaf3", | ||
"notebook.cellHoverBackground": "#f2e9e180", | ||
"notebook.focusedCellBackground": "#6e6a860d", | ||
"notebook.focusedCellBorder": "#56949f", | ||
"notebook.outputContainerBackgroundColor": "#6e6a860d", | ||
"notificationCenter.border": "#6e6a8614", | ||
@@ -345,3 +349,3 @@ "notificationCenterHeader.background": "#fffaf3", | ||
"quickInputList.focusIconForeground": "#575279", | ||
"scrollbar.shadow": "#0000", | ||
"scrollbar.shadow": "#f2e9de4d", | ||
"scrollbarSlider.activeBackground": "#28698380", | ||
@@ -481,3 +485,3 @@ "scrollbarSlider.background": "#6e6a8614", | ||
{ | ||
"scope": ["constant.numeric", "constant.language", "constant.charcter.escape"], | ||
"scope": ["constant.numeric", "constant.language"], | ||
"settings": { | ||
@@ -484,0 +488,0 @@ "foreground": "#d7827e" |
@@ -87,7 +87,6 @@ { | ||
"editor.rangeHighlightBackground": "#817c9c14", | ||
"editor.rangeHighlightBorder": "#0000", | ||
"editor.selectionBackground": "#817c9c26", | ||
"editor.selectionForeground": "#e0def4", | ||
"editor.selectionHighlightBackground": "#817c9c26", | ||
"editor.selectionHighlightBorder": "#0000", | ||
"editor.selectionHighlightBorder": "#232136", | ||
"editor.snippetFinalTabstopHighlightBackground": "#817c9c26", | ||
@@ -138,3 +137,3 @@ "editor.snippetFinalTabstopHighlightBorder": "#2a273f", | ||
"editorGutter.addedBackground": "#9ccfd8", | ||
"editorGutter.background": "#0000", | ||
"editorGutter.background": "#232136", | ||
"editorGutter.commentRangeForeground": "#908caa", | ||
@@ -232,5 +231,4 @@ "editorGutter.deletedBackground": "#eb6f92", | ||
"input.placeholderForeground": "#908caa", | ||
"inputOption.activeBackground": "#ea9a97", | ||
"inputOption.activeBorder": "#0000", | ||
"inputOption.activeForeground": "#232136", | ||
"inputOption.activeBackground": "#ea9a9726", | ||
"inputOption.activeForeground": "#ea9a97", | ||
"inputValidation.errorBackground": "#2a273f", | ||
@@ -300,2 +298,8 @@ "inputValidation.errorBorder": "#817c9c4d", | ||
"minimapSlider.hoverBackground": "#817c9c26", | ||
"notebook.cellBorderColor": "#9ccfd880", | ||
"notebook.cellEditorBackground": "#2a273f", | ||
"notebook.cellHoverBackground": "#39355280", | ||
"notebook.focusedCellBackground": "#817c9c14", | ||
"notebook.focusedCellBorder": "#9ccfd8", | ||
"notebook.outputContainerBackgroundColor": "#817c9c14", | ||
"notificationCenter.border": "#817c9c26", | ||
@@ -345,3 +349,3 @@ "notificationCenterHeader.background": "#2a273f", | ||
"quickInputList.focusIconForeground": "#e0def4", | ||
"scrollbar.shadow": "#0000", | ||
"scrollbar.shadow": "#1917244d", | ||
"scrollbarSlider.activeBackground": "#3e8fb080", | ||
@@ -481,3 +485,3 @@ "scrollbarSlider.background": "#817c9c26", | ||
{ | ||
"scope": ["constant.numeric", "constant.language", "constant.charcter.escape"], | ||
"scope": ["constant.numeric", "constant.language"], | ||
"settings": { | ||
@@ -484,0 +488,0 @@ "foreground": "#ea9a97" |
@@ -87,7 +87,6 @@ { | ||
"editor.rangeHighlightBackground": "#6e6a861a", | ||
"editor.rangeHighlightBorder": "#0000", | ||
"editor.selectionBackground": "#6e6a8633", | ||
"editor.selectionForeground": "#e0def4", | ||
"editor.selectionHighlightBackground": "#6e6a8633", | ||
"editor.selectionHighlightBorder": "#0000", | ||
"editor.selectionHighlightBorder": "#191724", | ||
"editor.snippetFinalTabstopHighlightBackground": "#6e6a8633", | ||
@@ -138,3 +137,3 @@ "editor.snippetFinalTabstopHighlightBorder": "#1f1d2e", | ||
"editorGutter.addedBackground": "#9ccfd8", | ||
"editorGutter.background": "#0000", | ||
"editorGutter.background": "#191724", | ||
"editorGutter.commentRangeForeground": "#908caa", | ||
@@ -232,5 +231,4 @@ "editorGutter.deletedBackground": "#eb6f92", | ||
"input.placeholderForeground": "#908caa", | ||
"inputOption.activeBackground": "#ebbcba", | ||
"inputOption.activeBorder": "#0000", | ||
"inputOption.activeForeground": "#191724", | ||
"inputOption.activeBackground": "#ebbcba26", | ||
"inputOption.activeForeground": "#ebbcba", | ||
"inputValidation.errorBackground": "#1f1d2e", | ||
@@ -300,2 +298,8 @@ "inputValidation.errorBorder": "#6e6a8666", | ||
"minimapSlider.hoverBackground": "#6e6a8633", | ||
"notebook.cellBorderColor": "#9ccfd880", | ||
"notebook.cellEditorBackground": "#1f1d2e", | ||
"notebook.cellHoverBackground": "#26233a80", | ||
"notebook.focusedCellBackground": "#6e6a861a", | ||
"notebook.focusedCellBorder": "#9ccfd8", | ||
"notebook.outputContainerBackgroundColor": "#6e6a861a", | ||
"notificationCenter.border": "#6e6a8633", | ||
@@ -345,3 +349,3 @@ "notificationCenterHeader.background": "#1f1d2e", | ||
"quickInputList.focusIconForeground": "#e0def4", | ||
"scrollbar.shadow": "#0000", | ||
"scrollbar.shadow": "#0101011a", | ||
"scrollbarSlider.activeBackground": "#31748f80", | ||
@@ -481,3 +485,3 @@ "scrollbarSlider.background": "#6e6a8633", | ||
{ | ||
"scope": ["constant.numeric", "constant.language", "constant.charcter.escape"], | ||
"scope": ["constant.numeric", "constant.language"], | ||
"settings": { | ||
@@ -484,0 +488,0 @@ "foreground": "#ebbcba" |
@@ -295,3 +295,3 @@ { | ||
"settings": { | ||
"foreground": "#c98a7daa" | ||
"foreground": "#c98a7d99" | ||
} | ||
@@ -394,8 +394,2 @@ }, | ||
{ | ||
"scope": "string source", | ||
"settings": { | ||
"foreground": "#dbd7caee" | ||
} | ||
}, | ||
{ | ||
"scope": "string variable", | ||
@@ -779,7 +773,7 @@ "settings": { | ||
"token": "punctuation.definition.string", | ||
"foreground": "c98a7daa" | ||
"foreground": "c98a7d99" | ||
}, | ||
{ | ||
"token": "punctuation.support.type.property-name", | ||
"foreground": "c98a7daa" | ||
"foreground": "c98a7d99" | ||
}, | ||
@@ -871,6 +865,2 @@ { | ||
{ | ||
"token": "string source", | ||
"foreground": "dbd7caee" | ||
}, | ||
{ | ||
"token": "string variable", | ||
@@ -877,0 +867,0 @@ "foreground": "c98a7d" |
@@ -19,3 +19,3 @@ { | ||
"button.hoverBackground": "#1c6b48", | ||
"checkbox.background": "#f5f5f5", | ||
"checkbox.background": "#f7f7f7", | ||
"checkbox.border": "#d1d5da", | ||
@@ -25,4 +25,4 @@ "dropdown.background": "#ffffff", | ||
"dropdown.foreground": "#393a34", | ||
"dropdown.listBackground": "#f5f5f5", | ||
"input.background": "#f5f5f5", | ||
"dropdown.listBackground": "#f7f7f7", | ||
"input.background": "#f7f7f7", | ||
"input.border": "#f0f0f0", | ||
@@ -39,3 +39,3 @@ "input.foreground": "#393a34", | ||
"titleBar.inactiveBackground": "#ffffff", | ||
"titleBar.border": "#f5f5f5", | ||
"titleBar.border": "#f7f7f7", | ||
"activityBar.foreground": "#393a34", | ||
@@ -58,7 +58,7 @@ "activityBar.inactiveForeground": "#393a3450", | ||
"list.activeSelectionForeground": "#393a34", | ||
"list.hoverBackground": "#f5f5f5", | ||
"list.inactiveSelectionBackground": "#f5f5f5", | ||
"list.activeSelectionBackground": "#f5f5f5", | ||
"list.hoverBackground": "#f7f7f7", | ||
"list.inactiveSelectionBackground": "#f7f7f7", | ||
"list.activeSelectionBackground": "#f7f7f7", | ||
"list.inactiveFocusBackground": "#ffffff", | ||
"list.focusBackground": "#f5f5f5", | ||
"list.focusBackground": "#f7f7f7", | ||
"tree.indentGuidesStroke": "#e1e4e8", | ||
@@ -81,5 +81,5 @@ "notificationCenterHeader.foreground": "#6a737d", | ||
"statusBar.noFolderBackground": "#ffffff", | ||
"statusBar.debuggingBackground": "#f5f5f5", | ||
"statusBar.debuggingBackground": "#f7f7f7", | ||
"statusBar.debuggingForeground": "#4e4f47", | ||
"statusBarItem.prominentBackground": "#f5f5f5", | ||
"statusBarItem.prominentBackground": "#f7f7f7", | ||
"editorGroupHeader.tabsBackground": "#ffffff", | ||
@@ -92,3 +92,3 @@ "editorGroupHeader.tabsBorder": "#f0f0f0", | ||
"tab.activeBackground": "#ffffff", | ||
"tab.hoverBackground": "#f5f5f5", | ||
"tab.hoverBackground": "#f7f7f7", | ||
"tab.unfocusedHoverBackground": "#ffffff", | ||
@@ -102,2 +102,3 @@ "tab.border": "#f0f0f0", | ||
"breadcrumb.focusForeground": "#393a34", | ||
"breadcrumb.background": "#f7f7f7", | ||
"breadcrumb.activeSelectionForeground": "#22222215", | ||
@@ -109,3 +110,3 @@ "breadcrumbPicker.background": "#ffffff", | ||
"editor.foldBackground": "#22222210", | ||
"editor.lineHighlightBackground": "#f5f5f5", | ||
"editor.lineHighlightBackground": "#f7f7f7", | ||
"editorLineNumber.foreground": "#393a3450", | ||
@@ -190,3 +191,5 @@ "editorLineNumber.activeForeground": "#4e4f47", | ||
"editorInlayHint.foreground": "#999999", | ||
"editorInlayHint.background": "#00000000" | ||
"editorInlayHint.background": "#00000000", | ||
"editorStickyScroll.background": "#f7f7f7", | ||
"editorStickyScrollHover.background": "#f7f7f7" | ||
}, | ||
@@ -299,3 +302,3 @@ "semanticHighlighting": true, | ||
"settings": { | ||
"foreground": "#b56959aa" | ||
"foreground": "#b5695999" | ||
} | ||
@@ -398,8 +401,2 @@ }, | ||
{ | ||
"scope": "string source", | ||
"settings": { | ||
"foreground": "#393a34" | ||
} | ||
}, | ||
{ | ||
"scope": "string variable", | ||
@@ -783,7 +780,7 @@ "settings": { | ||
"token": "punctuation.definition.string", | ||
"foreground": "b56959aa" | ||
"foreground": "b5695999" | ||
}, | ||
{ | ||
"token": "punctuation.support.type.property-name", | ||
"foreground": "b56959aa" | ||
"foreground": "b5695999" | ||
}, | ||
@@ -875,6 +872,2 @@ { | ||
{ | ||
"token": "string source", | ||
"foreground": "393a34" | ||
}, | ||
{ | ||
"token": "string variable", | ||
@@ -881,0 +874,0 @@ "foreground": "b56959" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8670725
260
244600