Skip to content

Instantly share code, notes, and snippets.

@mcseptian
Last active September 18, 2021 15:24
Show Gist options
  • Save mcseptian/a6c48bb946d14866e1bcfed96ec0ab6f to your computer and use it in GitHub Desktop.
Save mcseptian/a6c48bb946d14866e1bcfed96ec0ab6f to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-15T03:31:51.846Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherDisplayName": "aaron-bond"
},
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.5"
},
{
"metadata": {
"id": "6c8ad66d-5f88-43d7-8668-daaab7dbd1c4",
"publisherId": "DeepKolos.change-color",
"publisherDisplayName": "DeepKolos"
},
"name": "change-color",
"publisher": "DeepKolos",
"version": "0.0.1"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.15.1"
},
{
"metadata": {
"id": "6b8be8ff-4ed6-4534-99e6-c37b7a82aea6",
"publisherId": "rifi2k.format-html-in-php",
"publisherDisplayName": "rifi2k"
},
"name": "format-html-in-php",
"publisher": "rifi2k",
"version": "1.6.2"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.2.1"
},
{
"metadata": {
"id": "c5463f77-75d9-4a25-8cc4-d8541a461285",
"publisherId": "svelte.svelte-vscode",
"publisherDisplayName": "svelte"
},
"name": "svelte-vscode",
"publisher": "svelte",
"version": "101.2.0"
},
{
"metadata": {
"id": "c2230ba0-2aab-4d6e-9591-caea968f69e2",
"publisherId": "henoc.svgeditor",
"publisherDisplayName": "henoc"
},
"name": "svgeditor",
"publisher": "henoc",
"version": "2.9.0"
},
{
"metadata": {
"id": "c919f1b2-3705-431b-9cfd-bb0f6f3c9720",
"publisherId": "softwaredotcom.swdc-vscode",
"publisherDisplayName": "softwaredotcom"
},
"name": "swdc-vscode",
"publisher": "softwaredotcom",
"version": "2.1.77"
},
{
"metadata": {
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherDisplayName": "Gruntfuggly"
},
"name": "todo-tree",
"publisher": "Gruntfuggly",
"version": "0.0.177"
},
{
"metadata": {
"id": "2af5556c-edd2-4786-9bbc-392b7dd89cd9",
"publisherId": "mrmlnc.vscode-csscomb",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-csscomb",
"publisher": "mrmlnc",
"version": "5.3.2"
},
{
"metadata": {
"id": "c46b0018-f317-4b6c-a785-d2039b27338f",
"publisherId": "wix.vscode-import-cost",
"publisherDisplayName": "wix"
},
"name": "vscode-import-cost",
"publisher": "wix",
"version": "2.12.0"
},
{
"metadata": {
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.9.0"
},
{
"metadata": {
"id": "afc7b7f6-486c-4560-94cb-6130ea88cdb8",
"publisherId": "spmeesseman.vscode-taskexplorer",
"publisherDisplayName": "spmeesseman"
},
"name": "vscode-taskexplorer",
"publisher": "spmeesseman",
"version": "1.26.3"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.7.2"
},
{
"metadata": {
"id": "bba5240f-53e5-45b1-89e2-c5b05a897044",
"publisherId": "MaxvanderSchee.web-accessibility",
"publisherDisplayName": "MaxvanderSchee"
},
"name": "web-accessibility",
"publisher": "MaxvanderSchee",
"version": "0.2.82"
}
]
// Empty
[
{
"key": "ctrl+shift+capslock",
"command": "editor.action.sortLinesAscending"
}
]
{
"telemetry.enableTelemetry": false,
"breadcrumbs.enabled": true,
"git.confirmSync": false,
"git.autoStash": true,
"git.autofetch": true,
"git.enableCommitSigning": true,
"git.fetchOnPull": true,
"git.enableSmartCommit": true,
"files.autoSave": "off",
"files.associations": {
"*.kit": "html",
"*.twig": "html",
"*.blade.php": "html",
"*.vue": "html",
},
"emmet.includeLanguages": {
"kit": "html",
"twig": "html",
"svelte": "html",
"vue-html": "html",
"vue": "html",
"plaintext": "markdown",
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"html": {
"filters": "bem"
}
},
"emmet.preferences": {
"filter.commentBefore": "\n<!-- beginof [#ID][.CLASS] -->",
"filter.commentAfter": "\n<!-- endof [#ID][.CLASS] -->"
},
"files.exclude": {
".vscode": true,
"**/.github": true,
"*lock": true,
"*lock.json": true
},
"javascript.updateImportsOnFileMove.enabled": "always",
"scss.lint.duplicateProperties": "warning",
"scss.validate": false,
"less.validate": false,
"css.validate": false,
"css.lint.boxModel": "warning",
"css.lint.duplicateProperties": "warning",
"css.lint.idSelector": "warning",
"css.lint.importStatement": "warning",
"css.lint.universalSelector": "error",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Visual Studio Dark",
"task.autoDetect": "on",
"terminal.explorerKind": "external",
"terminal.integrated.fontSize": 11,
"terminal.integrated.fontFamily": "'consolas', monospace",
"search.searchOnType": false,
"better-comments.highlightPlainText": true,
"extensions.autoUpdate": "onlyEnabledExtensions",
"remote.downloadExtensionsLocally": true,
"sftp.downloadWhenOpenInRemoteExplorer": true,
"gitlens.gitCommands.closeOnFocusOut": true,
"carbon.dropShadow": true,
"carbon.windowControls": true,
"carbon.autoAdjustWidth": true,
"carbon.fontFamily": "Hack",
"carbon.fontSize": 13,
"html.format.endWithNewline": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.cursorStyle": "block",
"editor.fontFamily": "'dank-mono', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"editor.minimap.enabled": true,
"workbench.colorCustomizations": {
"activityBar.background": "#333842",
"activityBar.foreground": "#d7dae0",
"activityBarBadge.background": "#ba2349",
"activityBarBadge.foreground": "#d7dae0",
"button.background": "#4d78cc",
"button.foreground": "#ffffff",
"button.hoverBackground": "#6087cf",
"diffEditor.insertedTextBackground": "#00809b",
"dropdown.background": "#353b45",
"dropdown.border": "#181a1f",
"editorIndentGuide.activeBackground": "#626772",
"editor.background": "#282c34",
"editor.foreground": "#abb2bf",
"editor.lineHighlightBackground": "#5c5d5d",
"editor.selectionBackground": "#3e4451",
"editorCursor.foreground": "#ba2349",
"editor.findMatchHighlightBackground": "#ba2349",
"editorGroup.border": "#181a1f",
"editorGroupHeader.tabsBackground": "#21252b",
"editorIndentGuide.background": "#abb2bf",
"editorLineNumber.foreground": "#636d83",
"editorLineNumber.activeForeground": "#abb2bf",
"editorWhitespace.foreground": "#abb2bf",
"editorRuler.foreground": "#abb2bf",
"editorHoverWidget.background": "#21252b",
"editorHoverWidget.border": "#181a1f",
"editorSuggestWidget.background": "#21252b",
"editorSuggestWidget.border": "#181a1f",
"editorSuggestWidget.selectedBackground": "#2c313a",
"editorWidget.background": "#21252b",
"editorWidget.border": "#3a3f4b",
"input.background": "#1b1d23",
"input.border": "#181a1f",
"focusBorder": "#ba2349",
"list.activeSelectionBackground": "#2c313a",
"list.activeSelectionForeground": "#d7dae0",
"list.focusBackground": "#2c313a",
"list.hoverBackground": "#2c313a",
"list.highlightForeground": "#d7dae0",
"list.inactiveSelectionBackground": "#2c313a",
"list.inactiveSelectionForeground": "#d7dae0",
"notification.background": "#21252b",
"pickerGroup.border": "#ba2349",
"scrollbarSlider.background": "#4e5666",
"scrollbarSlider.activeBackground": "#747d91",
"scrollbarSlider.hoverBackground": "#5a6375",
"sideBar.background": "#21252b",
"sideBarSectionHeader.background": "#333842",
"statusBar.background": "#21252b",
"statusBar.foreground": "#9da5b4",
"statusBarItem.hoverBackground": "#2c313a",
"statusBar.noFolderBackground": "#21252b",
"tab.activeBackground": "#282c34",
"tab.activeForeground": "#d7dae0",
"tab.border": "#181a1f",
"tab.inactiveBackground": "#21252b",
"titleBar.activeBackground": "#21252b",
"titleBar.activeForeground": "#9da5b4",
"titleBar.inactiveBackground": "#21252b",
"titleBar.inactiveForeground": "#9da5b4",
"statusBar.debuggingForeground": "#ffffff",
"extensionButton.prominentBackground": "#2ba143",
"extensionButton.prominentHoverBackground": "#37af4e",
"badge.background": "#6a7a9b",
"badge.foreground": "#d7dae0",
"peekView.border": "#ba2349",
"peekViewResult.background": "#21252b",
"peekViewResult.selectionBackground": "#2c313a",
"peekViewTitle.background": "#1b1d23",
"peekViewEditor.background": "#1b1d23"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "Changed",
"scope": [
"markup.changed",
"meta.diff.header.git",
"meta.diff.header.from-file",
"meta.diff.header.to-file"
],
"settings": {
"foreground": "#a2bffc",
"fontStyle": "italic"
}
},
{
"name": "Deleted",
"scope": "markup.deleted.diff",
"settings": {
"foreground": "#ef5350",
"fontStyle": "italic"
}
},
{
"name": "Inserted",
"scope": "markup.inserted.diff",
"settings": {
"foreground": "#addb67",
"fontStyle": "italic"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#637777",
"fontStyle": "italic"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "String Quoted",
"scope": [
"string.quoted",
"variable.other.readwrite.js"
],
"settings": {
"foreground": "#ecc48d"
}
},
{
"name": "Support Constant Math",
"scope": "support.constant.math",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Number",
"scope": [
"constant.numeric",
"constant.character.numeric"
],
"settings": {
"foreground": "#f78c6c",
"fontStyle": ""
}
},
{
"name": "Built-in constant",
"scope": [
"constant.language",
"punctuation.definition.constant",
"variable.other.constant"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "User-defined constant",
"scope": [
"constant.character",
"constant.other"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Constant Character Escape",
"scope": "constant.character.escape",
"settings": {
"foreground": "#f78c6c"
}
},
{
"name": "RegExp String",
"scope": [
"string.regexp",
"string.regexp keyword.other"
],
"settings": {
"foreground": "#5ca7e4"
}
},
{
"name": "Comma in functions",
"scope": "meta.function punctuation.separator.comma",
"settings": {
"foreground": "#5f7e97"
}
},
{
"name": "Variable",
"scope": "variable",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Keyword",
"scope": [
"punctuation.accessor",
"keyword"
],
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Storage",
"scope": [
"storage",
"meta.var.expr",
"meta.class meta.method.declaration meta.var.expr storage.type.js",
"storage.type.property.js",
"storage.type.property.ts",
"storage.type.property.tsx"
],
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Storage type",
"scope": "storage.type",
"settings": {
"foreground": "#c792ea"
}
},
{
"name": "Storage type",
"scope": "storage.type.function.arrow.js",
"settings": {
"fontStyle": ""
}
},
{
"name": "Class name",
"scope": [
"entity.name.class",
"meta.class entity.name.type.class"
],
"settings": {
"foreground": "#ffcb8b"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Meta Tag",
"scope": [
"punctuation.definition.tag",
"meta.tag"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "HTML Tag names",
"scope": [
"entity.name.tag",
"meta.tag.other.html",
"meta.tag.other.js",
"meta.tag.other.tsx",
"entity.name.tag.tsx",
"entity.name.tag.js",
"entity.name.tag",
"meta.tag.js",
"meta.tag.tsx",
"meta.tag.html"
],
"settings": {
"foreground": "#7fdbca",
"fontStyle": ""
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "italic",
"foreground": "#addb67"
}
},
{
"name": "Entity Name Tag Custom",
"scope": "entity.name.tag.custom",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Library (function & constant)",
"scope": [
"support.function",
"support.constant"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Support Constant Property Value meta",
"scope": "support.constant.meta.property-value",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Library class/type",
"scope": [
"support.type",
"support.class"
],
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Support Variable DOM",
"scope": "support.variable.dom",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Keyword Operator",
"scope": "keyword.operator",
"settings": {
"foreground": "#7fdbca",
"fontStyle": ""
}
},
{
"name": "Keyword Operator Relational",
"scope": "keyword.operator.relational",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Keyword Operator Assignment",
"scope": "keyword.operator.assignment",
"settings": {
"foreground": "#c792ea"
}
},
{
"name": "Keyword Operator Arithmetic",
"scope": "keyword.operator.arithmetic",
"settings": {
"foreground": "#c792ea"
}
},
{
"name": "Keyword Operator Bitwise",
"scope": "keyword.operator.bitwise",
"settings": {
"foreground": "#c792ea"
}
},
{
"name": "Keyword Operator Increment",
"scope": "keyword.operator.increment",
"settings": {
"foreground": "#c792ea"
}
},
{
"name": "Keyword Operator Ternary",
"scope": "keyword.operator.ternary",
"settings": {
"foreground": "#c792ea"
}
},
{
"name": "Double-Slashed Comment",
"scope": "comment.line.double-slash",
"settings": {
"foreground": "#637777"
}
},
{
"name": "Object",
"scope": "object",
"settings": {
"foreground": "#cdebf7"
}
},
{
"name": "Null",
"scope": "constant.language.null",
"settings": {
"foreground": "#ff5874"
}
},
{
"name": "Meta Brace",
"scope": "meta.brace",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "Meta Delimiter Period",
"scope": "meta.delimiter.period",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Punctuation Definition String",
"scope": "punctuation.definition.string",
"settings": {
"foreground": "#d9f5dd"
}
},
{
"name": "Punctuation Definition String Markdown",
"scope": "punctuation.definition.string.begin.markdown",
"settings": {
"foreground": "#ff5874"
}
},
{
"name": "Boolean",
"scope": "constant.language.boolean",
"settings": {
"foreground": "#ff5874"
}
},
{
"name": "Object Comma",
"scope": "object.comma",
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Variable Parameter Function",
"scope": "variable.parameter.function",
"settings": {
"foreground": "#7fdbca",
"fontStyle": ""
}
},
{
"name": "Support Type Property Name & entity name tags",
"scope": [
"support.type.vendor.property-name",
"support.constant.vendor.property-value",
"support.type.property-name",
"meta.property-list entity.name.tag"
],
"settings": {
"foreground": "#80cbc4",
"fontStyle": ""
}
},
{
"name": "Entity Name tag reference in stylesheets",
"scope": "meta.property-list entity.name.tag.reference",
"settings": {
"foreground": "#57eaf1"
}
},
{
"name": "Constant Other Color RGB Value Punctuation Definition Constant",
"scope": "constant.other.color.rgb-value punctuation.definition.constant",
"settings": {
"foreground": "#f78c6c"
}
},
{
"name": "Constant Other Color",
"scope": "constant.other.color",
"settings": {
"foreground": "#ffeb95"
}
},
{
"name": "Keyword Other Unit",
"scope": "keyword.other.unit",
"settings": {
"foreground": "#ffeb95"
}
},
{
"name": "Meta Selector",
"scope": "meta.selector",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Entity Other Attribute Name Id",
"scope": "entity.other.attribute-name.id",
"settings": {
"foreground": "#fad430"
}
},
{
"name": "Meta Property Name",
"scope": "meta.property-name",
"settings": {
"foreground": "#80cbc4"
}
},
{
"name": "Doctypes",
"scope": [
"entity.name.tag.doctype",
"meta.tag.sgml.doctype"
],
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Punctuation Definition Parameters",
"scope": "punctuation.definition.parameters",
"settings": {
"foreground": "#d9f5dd"
}
},
{
"name": "Keyword Control Operator",
"scope": "keyword.control.operator",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Keyword Operator Logical",
"scope": "keyword.operator.logical",
"settings": {
"foreground": "#c792ea",
"fontStyle": ""
}
},
{
"name": "Variable Instances",
"scope": [
"variable.instance",
"variable.other.instance",
"variable.readwrite.instance",
"variable.other.readwrite.instance",
"variable.other.property"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Variable Property Other object property",
"scope": [
"variable.other.object.property"
],
"settings": {
"foreground": "#faf39f",
"fontStyle": "italic"
}
},
{
"name": "Variable Property Other object",
"scope": [
"variable.other.object.js"
],
"settings": {
"fontStyle": ""
}
},
{
"name": "Entity Name Function",
"scope": [
"entity.name.function"
],
"settings": {
"foreground": "#82aaff",
"fontStyle": "italic"
}
},
{
"name": "Keyword Operator Comparison, imports, returns and Keyword Operator Ruby",
"scope": [
"keyword.operator.comparison",
"keyword.control.flow.js",
"keyword.control.flow.ts",
"keyword.control.flow.tsx",
"keyword.control.ruby",
"keyword.control.module.ruby",
"keyword.control.class.ruby",
"keyword.control.def.ruby",
"keyword.control.loop.js",
"keyword.control.loop.ts",
"keyword.control.import.js",
"keyword.control.import.ts",
"keyword.control.import.tsx",
"keyword.control.from.js",
"keyword.control.from.ts",
"keyword.control.from.tsx",
"keyword.operator.instanceof.js",
"keyword.operator.expression.instanceof.ts",
"keyword.operator.expression.instanceof.tsx"
],
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Keyword Control Conditional",
"scope": [
"keyword.control.conditional.js",
"keyword.control.conditional.ts",
"keyword.control.switch.js",
"keyword.control.switch.ts"
],
"settings": {
"foreground": "#c792ea",
"fontStyle": ""
}
},
{
"name": "Support Constant, `new` keyword, Special Method Keyword, `debugger`, other keywords",
"scope": [
"support.constant",
"keyword.other.special-method",
"keyword.other.new",
"keyword.other.debugger",
"keyword.control"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Support Function",
"scope": "support.function",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Invalid Broken",
"scope": "invalid.broken",
"settings": {
"foreground": "#020e14"
}
},
{
"name": "Invalid Unimplemented",
"scope": "invalid.unimplemented",
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Invalid Illegal",
"scope": "invalid.illegal",
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Language Variable",
"scope": "variable.language",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Support Variable Property",
"scope": "support.variable.property",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Variable Function",
"scope": "variable.function",
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Variable Interpolation",
"scope": "variable.interpolation",
"settings": {
"foreground": "#ec5f67"
}
},
{
"name": "Meta Function Call",
"scope": "meta.function-call",
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Punctuation Section Embedded",
"scope": "punctuation.section.embedded",
"settings": {
"foreground": "#d3423e"
}
},
{
"name": "Punctuation Tweaks",
"scope": [
"punctuation.terminator.expression",
"punctuation.definition.arguments",
"punctuation.definition.array",
"punctuation.section.array",
"meta.array"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "More Punctuation Tweaks",
"scope": [
"punctuation.definition.list.begin",
"punctuation.definition.list.end",
"punctuation.separator.arguments",
"punctuation.definition.list"
],
"settings": {
"foreground": "#d9f5dd"
}
},
{
"name": "Template Strings",
"scope": "string.template meta.template.expression",
"settings": {
"foreground": "#d3423e"
}
},
{
"name": "Backtics(``) in Template Strings",
"scope": "string.template punctuation.definition.string",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "Italics",
"scope": "italic",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Bold",
"scope": "bold",
"settings": {
"foreground": "#addb67",
"fontStyle": "bold"
}
},
{
"name": "Quote",
"scope": "quote",
"settings": {
"foreground": "#697098",
"fontStyle": "italic"
}
},
{
"name": "Raw Code",
"scope": "raw",
"settings": {
"foreground": "#80cbc4"
}
},
{
"name": "CoffeScript Variable Assignment",
"scope": "variable.assignment.coffee",
"settings": {
"foreground": "#31e1eb"
}
},
{
"name": "CoffeScript Parameter Function",
"scope": "variable.parameter.function.coffee",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "CoffeeScript Assignments",
"scope": "variable.assignment.coffee",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "C# Readwrite Variables",
"scope": "variable.other.readwrite.cs",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "C# Classes & Storage types",
"scope": [
"entity.name.type.class.cs",
"storage.type.cs"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "C# Namespaces",
"scope": "entity.name.type.namespace.cs",
"settings": {
"foreground": "#b2ccd6"
}
},
{
"name": "Tag names in Stylesheets",
"scope": [
"entity.name.tag.css",
"entity.name.tag.less",
"entity.name.tag.custom.css",
"support.constant.property-value.css"
],
"settings": {
"foreground": "#ff6363",
"fontStyle": ""
}
},
{
"name": "Wildcard(*) selector in Stylesheets",
"scope": [
"entity.name.tag.wildcard.css",
"entity.name.tag.wildcard.less",
"entity.name.tag.wildcard.scss",
"entity.name.tag.wildcard.sass"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "CSS Keyword Other Unit",
"scope": "keyword.other.unit.css",
"settings": {
"foreground": "#ffeb95"
}
},
{
"name": "Attribute Name for CSS",
"scope": [
"meta.attribute-selector.css entity.other.attribute-name.attribute",
"variable.other.readwrite.js"
],
"settings": {
"foreground": "#f78c6c"
}
},
{
"name": "Elixir Classes",
"scope": [
"source.elixir support.type.elixir",
"source.elixir meta.module.elixir entity.name.class.elixir"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Elixir Functions",
"scope": "source.elixir entity.name.function",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Elixir Constants",
"scope": [
"source.elixir constant.other.symbol.elixir",
"source.elixir constant.other.keywords.elixir"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Elixir String Punctuations",
"scope": "source.elixir punctuation.definition.string",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Elixir",
"scope": [
"source.elixir variable.other.readwrite.module.elixir",
"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir"
],
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Elixir Binary Punctuations",
"scope": "source.elixir .punctuation.binary.elixir",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Closure Constant Keyword",
"scope": "constant.keyword.clojure",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Go Function Calls",
"scope": "source.go meta.function-call.go",
"settings": {
"foreground": "#dddddd"
}
},
{
"name": "Go Keywords",
"scope": [
"source.go keyword.package.go",
"source.go keyword.import.go",
"source.go keyword.function.go",
"source.go keyword.type.go",
"source.go keyword.struct.go",
"source.go keyword.interface.go",
"source.go keyword.const.go",
"source.go keyword.var.go",
"source.go keyword.map.go",
"source.go keyword.channel.go",
"source.go keyword.control.go"
],
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Go Constants e.g. nil, string format (%s, %d, etc.)",
"scope": [
"source.go constant.language.go",
"source.go constant.other.placeholder.go"
],
"settings": {
"foreground": "#ff5874"
}
},
{
"name": "C++ Functions",
"scope": [
"entity.name.function.preprocessor.cpp",
"entity.scope.name.cpp"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "C++ Meta Namespace",
"scope": [
"meta.namespace-block.cpp"
],
"settings": {
"foreground": "#e0dec6"
}
},
{
"name": "C++ Language Primitive Storage",
"scope": [
"storage.type.language.primitive.cpp"
],
"settings": {
"foreground": "#ff5874"
}
},
{
"name": "C++ Preprocessor Macro",
"scope": [
"meta.preprocessor.macro.cpp"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "C++ Variable Parameter",
"scope": [
"variable.parameter"
],
"settings": {
"foreground": "#ffcb8b"
}
},
{
"name": "Powershell Variables",
"scope": [
"variable.other.readwrite.powershell"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Powershell Function",
"scope": [
"support.function.powershell"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "ID Attribute Name in HTML",
"scope": "entity.other.attribute-name.id.html",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "HTML Punctuation Definition Tag",
"scope": "punctuation.definition.tag.html",
"settings": {
"foreground": "#6ae9f0"
}
},
{
"name": "HTML Doctype",
"scope": "meta.tag.sgml.doctype.html",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "JavaScript Classes",
"scope": "meta.class entity.name.type.class.js",
"settings": {
"foreground": "#ffcb8b"
}
},
{
"name": "JavaScript Method Declaration e.g. `constructor`",
"scope": "meta.method.declaration storage.type.js",
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "JavaScript Terminator",
"scope": "terminator.js",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "JavaScript Meta Punctuation Definition",
"scope": "meta.js punctuation.definition.js",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "Entity Names in Code Documentations",
"scope": [
"entity.name.type.instance.jsdoc",
"entity.name.type.instance.phpdoc"
],
"settings": {
"foreground": "#5f7e97"
}
},
{
"name": "Other Variables in Code Documentations",
"scope": [
"variable.other.jsdoc",
"variable.other.phpdoc"
],
"settings": {
"foreground": "#78ccf0"
}
},
{
"name": "JavaScript module imports and exports",
"scope": [
"variable.other.meta.import.js",
"meta.import.js variable.other",
"variable.other.meta.export.js",
"meta.export.js variable.other"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "JavaScript Variable Parameter Function",
"scope": "variable.parameter.function.js",
"settings": {
"foreground": "#7986e7"
}
},
{
"name": "JavaScript[React] Variable Other Object",
"scope": [
"variable.other.object.js",
"variable.other.object.jsx",
"variable.object.property.js",
"variable.object.property.jsx"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "JavaScript Variables",
"scope": [
"variable.js",
"variable.other.js"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "JavaScript Entity Name Type",
"scope": [
"entity.name.type.js",
"entity.name.type.module.js"
],
"settings": {
"foreground": "#ffcb8b",
"fontStyle": ""
}
},
{
"name": "JavaScript Support Classes",
"scope": "support.class.js",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "JSON Property Names",
"scope": "support.type.property-name.json",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "JSON Support Constants",
"scope": "support.constant.json",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "JSON Property values (string)",
"scope": "meta.structure.dictionary.value.json string.quoted.double",
"settings": {
"foreground": "#c789d6"
}
},
{
"name": "Strings in JSON values",
"scope": "string.quoted.double.json punctuation.definition.string.json",
"settings": {
"foreground": "#80cbc4"
}
},
{
"name": "Specific JSON Property values like null",
"scope": "meta.structure.dictionary.json meta.structure.dictionary.value constant.language",
"settings": {
"foreground": "#ff5874"
}
},
{
"name": "JavaScript Other Variable",
"scope": "variable.other.object.js",
"settings": {
"foreground": "#7fdbca",
"fontStyle": "italic"
}
},
{
"name": "Ruby Variables",
"scope": [
"variable.other.ruby"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "Ruby Class",
"scope": [
"entity.name.type.class.ruby"
],
"settings": {
"foreground": "#ecc48d"
}
},
{
"name": "Ruby Hashkeys",
"scope": "constant.language.symbol.hashkey.ruby",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Ruby Symbols",
"scope": "constant.language.symbol.ruby",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "LESS Tag names",
"scope": "entity.name.tag.less",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "LESS Keyword Other Unit",
"scope": "keyword.other.unit.css",
"settings": {
"foreground": "#ffeb95"
}
},
{
"name": "Attribute Name for LESS",
"scope": "meta.attribute-selector.less entity.other.attribute-name.attribute",
"settings": {
"foreground": "#f78c6c"
}
},
{
"name": "Markdown Headings",
"scope": [
"markup.heading.markdown",
"markup.heading.setext.1.markdown",
"markup.heading.setext.2.markdown"
],
"settings": {
"foreground": "#82b1ff"
}
},
{
"name": "Markdown Italics",
"scope": "markup.italic.markdown",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "Markdown Bold",
"scope": "markup.bold.markdown",
"settings": {
"foreground": "#addb67",
"fontStyle": "bold"
}
},
{
"name": "Markdown Quote + others",
"scope": "markup.quote.markdown",
"settings": {
"foreground": "#697098",
"fontStyle": "italic"
}
},
{
"name": "Markdown Raw Code + others",
"scope": "markup.inline.raw.markdown",
"settings": {
"foreground": "#80cbc4"
}
},
{
"name": "Markdown Links",
"scope": [
"markup.underline.link.markdown",
"markup.underline.link.image.markdown"
],
"settings": {
"foreground": "#ff869a"
}
},
{
"name": "Markdown Link Title and Description",
"scope": [
"string.other.link.title.markdown",
"string.other.link.description.markdown"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "Markdown Punctuation",
"scope": [
"punctuation.definition.string.markdown",
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown",
"meta.link.inline.markdown punctuation.definition.string"
],
"settings": {
"foreground": "#82b1ff"
}
},
{
"name": "Markdown MetaData Punctuation",
"scope": [
"punctuation.definition.metadata.markdown"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "Markdown List Punctuation",
"scope": [
"beginning.punctuation.definition.list.markdown"
],
"settings": {
"foreground": "#82b1ff"
}
},
{
"name": "Markdown Inline Raw String",
"scope": "markup.inline.raw.string.markdown",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "PHP Variables",
"scope": [
"variable.other.php",
"variable.other.property.php"
],
"settings": {
"foreground": "#bec5d4"
}
},
{
"name": "Support Classes in PHP",
"scope": "support.class.php",
"settings": {
"foreground": "#ffcb8b"
}
},
{
"name": "Punctuations in PHP function calls",
"scope": "meta.function-call.php punctuation",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "PHP Global Variables",
"scope": "variable.other.global.php",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Declaration Punctuation in PHP Global Variables",
"scope": "variable.other.global.php punctuation.definition.variable",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Language Constants in Python",
"scope": "constant.language.python",
"settings": {
"foreground": "#ff5874"
}
},
{
"name": "Python Function Parameter and Arguments",
"scope": [
"variable.parameter.function.python",
"meta.function-call.arguments.python"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Python Function Call",
"scope": [
"meta.function-call.python",
"meta.function-call.generic.python"
],
"settings": {
"foreground": "#b2ccd6"
}
},
{
"name": "Punctuations in Python",
"scope": "punctuation.python",
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "Decorator Functions in Python",
"scope": "entity.name.function.decorator.python",
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Python Language Variable",
"scope": "source.python variable.language.special",
"settings": {
"foreground": "#8eace3"
}
},
{
"name": "Python import control keyword",
"scope": "keyword.control",
"settings": {
"foreground": "#c792ea",
"fontStyle": "italic"
}
},
{
"name": "SCSS Variable",
"scope": [
"variable.scss",
"variable.sass",
"variable.parameter.url.scss",
"variable.parameter.url.sass"
],
"settings": {
"foreground": "#addb67"
}
},
{
"name": "Variables in SASS At-Rules",
"scope": [
"source.css.scss meta.at-rule variable",
"source.css.sass meta.at-rule variable"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "Variables in SASS At-Rules",
"scope": [
"source.css.scss meta.at-rule variable",
"source.css.sass meta.at-rule variable"
],
"settings": {
"foreground": "#bec5d4"
}
},
{
"name": "Attribute Name for SASS",
"scope": [
"meta.attribute-selector.scss entity.other.attribute-name.attribute",
"meta.attribute-selector.sass entity.other.attribute-name.attribute"
],
"settings": {
"foreground": "#f78c6c"
}
},
{
"name": "Tag names in SASS",
"scope": [
"entity.name.tag.scss",
"entity.name.tag.sass"
],
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "SASS Keyword Other Unit",
"scope": [
"keyword.other.unit.scss",
"keyword.other.unit.sass"
],
"settings": {
"foreground": "#ffeb95"
}
},
{
"name": "TypeScript[React] Variables and Object Properties",
"scope": [
"variable.other.readwrite.alias.ts",
"variable.other.readwrite.alias.tsx",
"variable.other.readwrite.ts",
"variable.other.readwrite.tsx",
"variable.other.object.ts",
"variable.other.object.tsx",
"variable.object.property.ts",
"variable.object.property.tsx",
"variable.other.ts",
"variable.other.tsx",
"variable.tsx",
"variable.ts"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "TypeScript[React] Entity Name Types",
"scope": [
"entity.name.type.ts",
"entity.name.type.tsx"
],
"settings": {
"foreground": "#ffcb8b"
}
},
{
"name": "TypeScript[React] Node Classes",
"scope": [
"support.class.node.ts",
"support.class.node.tsx"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "TypeScript[React] Entity Name Types as Parameters",
"scope": [
"meta.type.parameters.ts entity.name.type",
"meta.type.parameters.tsx entity.name.type"
],
"settings": {
"foreground": "#5f7e97"
}
},
{
"name": "TypeScript[React] Import/Export Punctuations",
"scope": [
"meta.import.ts punctuation.definition.block",
"meta.import.tsx punctuation.definition.block",
"meta.export.ts punctuation.definition.block",
"meta.export.tsx punctuation.definition.block"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "TypeScript[React] Punctuation Decorators",
"scope": [
"meta.decorator punctuation.decorator.ts",
"meta.decorator punctuation.decorator.tsx"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "TypeScript[React] Punctuation Decorators",
"scope": "meta.tag.js meta.jsx.children.tsx",
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "YAML Entity Name Tags",
"scope": "entity.name.tag.yaml",
"settings": {
"foreground": "#7fdbca"
}
},
{
"name": "JavaScript Variable Other ReadWrite",
"scope": [
"variable.other.readwrite.js",
"variable.parameter"
],
"settings": {
"foreground": "#d7dbe0"
}
},
{
"name": "Support Class Component",
"scope": [
"support.class.component.js",
"support.class.component.tsx"
],
"settings": {
"foreground": "#f78c6c",
"fontStyle": ""
}
},
{
"name": "Text nested in React tags",
"scope": [
"meta.jsx.children",
"meta.jsx.children.js",
"meta.jsx.children.tsx"
],
"settings": {
"foreground": "#d6deeb"
}
},
{
"name": "TypeScript Classes",
"scope": "meta.class entity.name.type.class.tsx",
"settings": {
"foreground": "#ffcb8b"
}
},
{
"name": "TypeScript Entity Name Type",
"scope": [
"entity.name.type.tsx",
"entity.name.type.module.tsx"
],
"settings": {
"foreground": "#ffcb8b"
}
},
{
"name": "TypeScript Method Declaration e.g. `constructor`",
"scope": [
"meta.method.declaration storage.type.ts",
"meta.method.declaration storage.type.tsx"
],
"settings": {
"foreground": "#82aaff"
}
},
{
"name": "normalize font style of certain components",
"scope": [
"meta.property-list.css meta.property-value.css variable.other.less",
"meta.property-list.scss variable.scss",
"meta.property-list.sass variable.sass",
"meta.brace",
"keyword.operator.operator",
"keyword.operator.or.regexp",
"keyword.operator.expression.in",
"keyword.operator.relational",
"keyword.operator.assignment",
"keyword.operator.comparison",
"keyword.operator.type",
"keyword.operator",
"keyword",
"punctuation.definintion.string",
"punctuation",
"variable.other.readwrite.js",
"storage.type",
"source.css",
"string.quoted"
],
"settings": {
"fontStyle": ""
}
}
]
},
"csscomb.formatOnSave": false,
"csscomb.supportEmbeddedStyles": true,
"csscomb.syntaxAssociations": {
"postcss": "scss",
"sass": "sass",
"css": "css"
},
"csscomb.preset": {
"block-indent": 2,
"color-case": "lower",
"color-shorthand": true,
"eof-newline": true,
"leading-zero": false,
"lines-between-rulesets": 1,
"quotes": "single",
"remove-empty-rulesets": true,
"space-after-colon": " ",
"space-after-combinator": 1,
"space-after-opening-brace": "\n",
"space-before-closing-brace": "\n",
"space-before-colon": 0,
"space-before-combinator": 1,
"space-before-opening-brace": 1,
"space-before-selector-delimiter": 0,
"space-between-declarations": "\n ",
"strip-spaces": true,
"tab-size": 2,
"unitless-zero": true,
"vendor-prefix-align": true,
"verbose": true,
"exclude": [
".git/**",
"node_modules/**",
".cache/**"
],
"sort-order": [
[
"position",
"z-index",
"top",
"right",
"bottom",
"left"
],
[
"display",
"visibility",
"float",
"clear",
"overflow",
"overflow-x",
"overflow-y",
"-ms-overflow-x",
"-ms-overflow-y",
"-webkit-overflow-scrolling",
"clip",
"zoom",
"-webkit-align-content",
"-ms-flex-line-pack",
"align-content",
"-webkit-box-align",
"-moz-box-align",
"-webkit-align-items",
"align-items",
"-ms-flex-align",
"-webkit-align-self",
"-ms-flex-item-align",
"-ms-grid-row-align",
"align-self",
"-webkit-box-flex",
"-webkit-flex",
"-moz-box-flex",
"-ms-flex",
"flex",
"-webkit-flex-flow",
"-ms-flex-flow",
"flex-flow",
"-webkit-flex-basis",
"-ms-flex-preferred-size",
"flex-basis",
"-webkit-box-orient",
"-webkit-box-direction",
"-webkit-flex-direction",
"-moz-box-orient",
"-moz-box-direction",
"-ms-flex-direction",
"flex-direction",
"-webkit-flex-grow",
"-ms-flex-positive",
"flex-grow",
"-webkit-flex-shrink",
"-ms-flex-negative",
"flex-shrink",
"-webkit-flex-wrap",
"-ms-flex-wrap",
"flex-wrap",
"-webkit-box-pack",
"-moz-box-pack",
"-ms-flex-pack",
"-webkit-justify-content",
"justify-content",
"-webkit-box-ordinal-group",
"-webkit-order",
"-moz-box-ordinal-group",
"-ms-flex-order",
"order"
],
[
"-webkit-box-sizing",
"-moz-box-sizing",
"box-sizing",
"width",
"min-width",
"max-width",
"height",
"min-height",
"max-height",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left"
],
[
"table-layout",
"empty-cells",
"caption-side",
"border-spacing",
"border-collapse",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image"
],
[
"content",
"quotes",
"counter-reset",
"counter-increment",
"resize",
"cursor",
"-webkit-user-select",
"-moz-user-select",
"-ms-user-select",
"user-select",
"nav-index",
"nav-up",
"nav-right",
"nav-down",
"nav-left",
"-webkit-transition",
"-moz-transition",
"-ms-transition",
"-o-transition",
"transition",
"-webkit-transition-delay",
"-moz-transition-delay",
"-ms-transition-delay",
"-o-transition-delay",
"transition-delay",
"-webkit-transition-timing-function",
"-moz-transition-timing-function",
"-ms-transition-timing-function",
"-o-transition-timing-function",
"transition-timing-function",
"-webkit-transition-duration",
"-moz-transition-duration",
"-ms-transition-duration",
"-o-transition-duration",
"transition-duration",
"-webkit-transition-property",
"-moz-transition-property",
"-ms-transition-property",
"-o-transition-property",
"transition-property",
"-webkit-transform",
"-moz-transform",
"-ms-transform",
"-o-transform",
"transform",
"-webkit-transform-origin",
"-moz-transform-origin",
"-ms-transform-origin",
"-o-transform-origin",
"transform-origin",
"-webkit-animation",
"-moz-animation",
"-ms-animation",
"-o-animation",
"animation",
"-webkit-animation-name",
"-moz-animation-name",
"-ms-animation-name",
"-o-animation-name",
"animation-name",
"-webkit-animation-duration",
"-moz-animation-duration",
"-ms-animation-duration",
"-o-animation-duration",
"animation-duration",
"-webkit-animation-play-state",
"-moz-animation-play-state",
"-ms-animation-play-state",
"-o-animation-play-state",
"animation-play-state",
"-webkit-animation-timing-function",
"-moz-animation-timing-function",
"-ms-animation-timing-function",
"-o-animation-timing-function",
"animation-timing-function",
"-webkit-animation-delay",
"-moz-animation-delay",
"-ms-animation-delay",
"-o-animation-delay",
"animation-delay",
"-webkit-animation-iteration-count",
"-moz-animation-iteration-count",
"-ms-animation-iteration-count",
"-o-animation-iteration-count",
"animation-iteration-count",
"-webkit-animation-direction",
"-moz-animation-direction",
"-ms-animation-direction",
"-o-animation-direction",
"animation-direction",
"text-align",
"-webkit-text-align-last",
"-moz-text-align-last",
"-ms-text-align-last",
"text-align-last",
"vertical-align",
"white-space",
"text-decoration",
"text-emphasis",
"text-emphasis-color",
"text-emphasis-style",
"text-emphasis-position",
"text-indent",
"-ms-text-justify",
"text-justify",
"text-transform",
"letter-spacing",
"word-spacing",
"-ms-writing-mode",
"text-outline",
"text-transform",
"text-wrap",
"text-overflow",
"-ms-text-overflow",
"text-overflow-ellipsis",
"text-overflow-mode",
"-ms-word-wrap",
"word-wrap",
"word-break",
"-ms-word-break",
"-moz-tab-size",
"-o-tab-size",
"tab-size",
"-webkit-hyphens",
"-moz-hyphens",
"hyphens",
"pointer-events"
],
[
"opacity",
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
"-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
"-ms-interpolation-mode",
"color",
"border",
"border-collapse",
"border-width",
"border-style",
"border-color",
"border-top",
"border-top-width",
"border-top-style",
"border-top-color",
"border-right",
"border-right-width",
"border-right-style",
"border-right-color",
"border-bottom",
"border-bottom-width",
"border-bottom-style",
"border-bottom-color",
"border-left",
"border-left-width",
"border-left-style",
"border-left-color",
"-webkit-border-radius",
"-moz-border-radius",
"border-radius",
"-webkit-border-top-left-radius",
"-moz-border-radius-topleft",
"border-top-left-radius",
"-webkit-border-top-right-radius",
"-moz-border-radius-topright",
"border-top-right-radius",
"-webkit-border-bottom-right-radius",
"-moz-border-radius-bottomright",
"border-bottom-right-radius",
"-webkit-border-bottom-left-radius",
"-moz-border-radius-bottomleft",
"border-bottom-left-radius",
"-webkit-border-image",
"-moz-border-image",
"-o-border-image",
"border-image",
"-webkit-border-image-source",
"-moz-border-image-source",
"-o-border-image-source",
"border-image-source",
"-webkit-border-image-slice",
"-moz-border-image-slice",
"-o-border-image-slice",
"border-image-slice",
"-webkit-border-image-width",
"-moz-border-image-width",
"-o-border-image-width",
"border-image-width",
"-webkit-border-image-outset",
"-moz-border-image-outset",
"-o-border-image-outset",
"border-image-outset",
"-webkit-border-image-repeat",
"-moz-border-image-repeat",
"-o-border-image-repeat",
"border-image-repeat",
"outline",
"outline-width",
"outline-style",
"outline-color",
"outline-offset",
"background",
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
"background-color",
"background-image",
"background-repeat",
"background-attachment",
"background-position",
"background-position-x",
"-ms-background-position-x",
"background-position-y",
"-ms-background-position-y",
"-webkit-background-clip",
"-moz-background-clip",
"background-clip",
"background-origin",
"-webkit-background-size",
"-moz-background-size",
"-o-background-size",
"background-size",
"box-decoration-break",
"-webkit-box-shadow",
"-moz-box-shadow",
"box-shadow",
"filter:progid:DXImageTransform.Microsoft.gradient",
"-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
"text-shadow"
],
[
"font",
"font-family",
"font-size",
"font-weight",
"font-style",
"font-variant",
"font-size-adjust",
"font-stretch",
"font-effect",
"font-emphasize",
"font-emphasize-position",
"font-emphasize-style",
"font-smooth",
"line-height"
]
]
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"gitlens.codeLens.scopes": [
"document",
"containers",
"blocks"
],
"gitlens.codeLens.recentChange.command": "gitlens.revealCommitInView",
"gitlens.views.commits.showBranchComparison": "branch",
"gitlens.views.repositories.includeWorkingTree": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment