diff --git a/extensions/coffeescript/syntaxes/CoffeeScript.tmLanguage b/extensions/coffeescript/syntaxes/CoffeeScript.tmLanguage index 83cfe385045..c523a978716 100644 --- a/extensions/coffeescript/syntaxes/CoffeeScript.tmLanguage +++ b/extensions/coffeescript/syntaxes/CoffeeScript.tmLanguage @@ -326,7 +326,7 @@ begin - /(?![\s=/*+{}?]) + /(?![\s=/*+{}?])(?=.*/[igmy]{0,4}) beginCaptures 0 diff --git a/extensions/coffeescript/test/colorize-fixtures/test-regex.coffee b/extensions/coffeescript/test/colorize-fixtures/test-regex.coffee new file mode 100644 index 00000000000..75b260a9de6 --- /dev/null +++ b/extensions/coffeescript/test/colorize-fixtures/test-regex.coffee @@ -0,0 +1,11 @@ +regex = /Hello (\d+) #{user}/g +2 / 3 +2/3 +name="hello" +test=/// #{name} + +fancyRegExp = /// + (\d+) # numbers + (\w*) # letters + $ # the end +/// \ No newline at end of file diff --git a/extensions/coffeescript/test/colorize-results/test-regex_coffee.json b/extensions/coffeescript/test/colorize-results/test-regex_coffee.json new file mode 100644 index 00000000000..2b922c6d94f --- /dev/null +++ b/extensions/coffeescript/test/colorize-results/test-regex_coffee.json @@ -0,0 +1,607 @@ +[ + { + "c": "regex", + "t": "assignment.coffee.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "=", + "t": "coffee.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "/", + "t": "begin.coffee.definition.punctuation.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "Hello ", + "t": "coffee.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "(", + "t": "coffee.definition.group.meta.punctuation.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "\\d", + "t": "character.character-class.coffee.constant.group.meta.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "+", + "t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": ")", + "t": "coffee.definition.group.meta.punctuation.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": " #{user}", + "t": "coffee.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "/", + "t": "coffee.definition.end.punctuation.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "g", + "t": "coffee.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "2", + "t": "coffee.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric - rgb(181, 206, 168)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric - rgb(9, 136, 90)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric - rgb(181, 206, 168)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric - rgb(9, 136, 90)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric - rgb(181, 206, 168)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "/", + "t": "coffee.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "3", + "t": "coffee.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric - rgb(181, 206, 168)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric - rgb(9, 136, 90)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric - rgb(181, 206, 168)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric - rgb(9, 136, 90)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric - rgb(181, 206, 168)" + } + }, + { + "c": "2", + "t": "coffee.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric - rgb(181, 206, 168)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric - rgb(9, 136, 90)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric - rgb(181, 206, 168)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric - rgb(9, 136, 90)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric - rgb(181, 206, 168)" + } + }, + { + "c": "/", + "t": "coffee.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": "3", + "t": "coffee.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric - rgb(181, 206, 168)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric - rgb(9, 136, 90)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric - rgb(181, 206, 168)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric - rgb(9, 136, 90)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric - rgb(181, 206, 168)" + } + }, + { + "c": "name", + "t": "assignment.coffee.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "=", + "t": "coffee.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": "\"", + "t": "begin.coffee.definition.double.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" + } + }, + { + "c": "hello", + "t": "coffee.double.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "coffee.definition.double.end.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" + } + }, + { + "c": "test", + "t": "assignment.coffee.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "=", + "t": "coffee.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": "///", + "t": "begin.block.coffee.definition.punctuation.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": " ", + "t": "block.coffee.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "#{", + "t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "name", + "t": "block.coffee.embedded.line.meta.regexp.source.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "}", + "t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "fancyRegExp = ", + "t": "block.coffee.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "///", + "t": "block.coffee.definition.end.punctuation.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "brace.coffee.meta.round", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "\\d", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "+", + "t": "coffee.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": ")", + "t": "brace.coffee.meta.round", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "#", + "t": "coffee.comment.definition.line.number-sign.punctuation", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment - rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment - rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment - rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment - rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment - rgb(124, 166, 104)" + } + }, + { + "c": " numbers", + "t": "coffee.comment.line.number-sign", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment - rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment - rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment - rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment - rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment - rgb(124, 166, 104)" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "brace.coffee.meta.round", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "\\w", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "*", + "t": "coffee.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" + } + }, + { + "c": ")", + "t": "brace.coffee.meta.round", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "#", + "t": "coffee.comment.definition.line.number-sign.punctuation", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment - rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment - rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment - rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment - rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment - rgb(124, 166, 104)" + } + }, + { + "c": " letters", + "t": "coffee.comment.line.number-sign", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment - rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment - rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment - rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment - rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment - rgb(124, 166, 104)" + } + }, + { + "c": "\t$\t\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" + } + }, + { + "c": "#", + "t": "coffee.comment.definition.line.number-sign.punctuation", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment - rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment - rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment - rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment - rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment - rgb(124, 166, 104)" + } + }, + { + "c": " the end", + "t": "coffee.comment.line.number-sign", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment - rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment - rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment - rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment - rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment - rgb(124, 166, 104)" + } + }, + { + "c": "///", + "t": "begin.block.coffee.definition.punctuation.regexp.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" + } + } +] \ No newline at end of file diff --git a/extensions/coffeescript/test/colorize-results/test_coffee.json b/extensions/coffeescript/test/colorize-results/test_coffee.json index 2bca84f410f..c713f89b710 100644 --- a/extensions/coffeescript/test/colorize-results/test_coffee.json +++ b/extensions/coffeescript/test/colorize-results/test_coffee.json @@ -1,1498 +1,1498 @@ [ { "c": "\"\"\"", - "t": "string.quoted.double.heredoc.coffee.punctuation.definition.begin", + "t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "A CoffeeScript sample.", - "t": "string.quoted.double.heredoc.coffee", + "t": "coffee.double.heredoc.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "\"\"\"", - "t": "string.quoted.double.heredoc.coffee.punctuation.definition.end", + "t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "class", - "t": "coffee.meta.class.storage.type", + "t": "class.coffee.meta.storage.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type - rgb(86, 156, 214)" } }, { "c": " ", - "t": "coffee.meta.class", + "t": "class.coffee.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "Vehicle", - "t": "coffee.meta.class.type.entity.name", + "t": "class.coffee.entity.meta.name.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type - rgb(78, 201, 176)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type - rgb(38, 127, 153)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "constructor", - "t": "coffee.meta.entity.name.function", + "t": "coffee.entity.function.meta.name", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function - rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function - rgb(121, 94, 38)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ":", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "(", - "t": "coffee.punctuation.definition.begin.meta.function.inline.parameters", + "t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "@name", - "t": "coffee.meta.function.inline.variable.parameter", + "t": "coffee.function.inline.meta.parameter.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ")", - "t": "coffee.punctuation.definition.begin.meta.function.inline.parameters", + "t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", - "t": "coffee.meta.function.inline", + "t": "coffee.function.inline.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "=>", - "t": "coffee.meta.storage.type.function.inline", + "t": "coffee.function.inline.meta.storage.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type - rgb(86, 156, 214)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "drive", - "t": "coffee.meta.entity.name.function", + "t": "coffee.entity.function.meta.name", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function - rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function - rgb(121, 94, 38)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ":", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "()", - "t": "coffee.punctuation.definition.begin.meta.function.inline.parameters", + "t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", - "t": "coffee.meta.function.inline", + "t": "coffee.function.inline.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "=>", - "t": "coffee.meta.storage.type.function.inline", + "t": "coffee.function.inline.meta.storage.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type - rgb(86, 156, 214)" } }, { "c": " alert ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "\"", - "t": "string.quoted.double.coffee.punctuation.definition.begin", + "t": "begin.coffee.definition.double.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "Drive ", - "t": "string.quoted.double.coffee", + "t": "coffee.double.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "#{", - "t": "string.quoted.double.coffee.punctuation.begin.meta.embedded.line.section", + "t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "@", - "t": "string.quoted.double.coffee.punctuation.definition.meta.variable.embedded.line.source.other.readwrite.instance", + "t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "name", - "t": "string.quoted.double.coffee.meta.variable.embedded.line.source.other.readwrite.instance", + "t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "}", - "t": "string.quoted.double.coffee.punctuation.end.meta.embedded.line.section.source", + "t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "\"", - "t": "string.quoted.double.coffee.punctuation.definition.end", + "t": "coffee.definition.double.end.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "class", - "t": "coffee.meta.class.storage.type", + "t": "class.coffee.meta.storage.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type - rgb(86, 156, 214)" } }, { "c": " ", - "t": "coffee.meta.class", + "t": "class.coffee.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "Car", - "t": "coffee.meta.class.type.entity.name", + "t": "class.coffee.entity.meta.name.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type - rgb(78, 201, 176)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type - rgb(38, 127, 153)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", - "t": "coffee.meta.class", + "t": "class.coffee.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "extends", - "t": "coffee.meta.class.keyword.control.inheritance", + "t": "class.coffee.control.inheritance.keyword.meta", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control - rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control - rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control - rgb(86, 156, 214)" } }, { "c": " ", - "t": "coffee.meta.class", + "t": "class.coffee.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "Vehicle", - "t": "coffee.meta.class.entity.other.inherited-class", + "t": "class.coffee.entity.inherited-class.meta.other", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "drive", - "t": "coffee.meta.entity.name.function", + "t": "coffee.entity.function.meta.name", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function - rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function - rgb(121, 94, 38)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ":", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "()", - "t": "coffee.punctuation.definition.begin.meta.function.inline.parameters", + "t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", - "t": "coffee.meta.function.inline", + "t": "coffee.function.inline.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "=>", - "t": "coffee.meta.storage.type.function.inline", + "t": "coffee.function.inline.meta.storage.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type - rgb(86, 156, 214)" } }, { "c": " alert ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "\"", - "t": "string.quoted.double.coffee.punctuation.definition.begin", + "t": "begin.coffee.definition.double.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "Driving ", - "t": "string.quoted.double.coffee", + "t": "coffee.double.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "#{", - "t": "string.quoted.double.coffee.punctuation.begin.meta.embedded.line.section", + "t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "@", - "t": "string.quoted.double.coffee.punctuation.definition.meta.variable.embedded.line.source.other.readwrite.instance", + "t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "name", - "t": "string.quoted.double.coffee.meta.variable.embedded.line.source.other.readwrite.instance", + "t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "}", - "t": "string.quoted.double.coffee.punctuation.end.meta.embedded.line.section.source", + "t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "\"", - "t": "string.quoted.double.coffee.punctuation.definition.end", + "t": "coffee.definition.double.end.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "c", - "t": "coffee.variable.other.assignment", + "t": "assignment.coffee.other.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "=", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "new", - "t": "coffee.meta.class.keyword.operator.instance.constructor.new", + "t": "class.coffee.constructor.instance.keyword.meta.new.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new - rgb(86, 156, 214)" } }, { "c": " ", - "t": "meta.class.instance.constructor", + "t": "class.constructor.instance.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "Car", - "t": "coffee.meta.class.type.entity.name.instance.constructor", + "t": "class.coffee.constructor.entity.instance.meta.name.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type - rgb(78, 201, 176)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type - rgb(38, 127, 153)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "\"", - "t": "string.quoted.double.coffee.punctuation.definition.begin", + "t": "begin.coffee.definition.double.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "Volvo", - "t": "string.quoted.double.coffee", + "t": "coffee.double.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "\"", - "t": "string.quoted.double.coffee.punctuation.definition.end", + "t": "coffee.definition.double.end.punctuation.quoted.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string - rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string - rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string - rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string - rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string - rgb(206, 145, 120)" } }, { "c": "while", - "t": "coffee.keyword.control", + "t": "coffee.control.keyword", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control - rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control - rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control - rgb(86, 156, 214)" } }, { "c": " onTheRoad", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "()", - "t": "coffee.meta.brace.round", + "t": "brace.coffee.meta.round", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " c", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ".", - "t": "coffee.meta.delimiter.method.period", + "t": "coffee.delimiter.meta.method.period", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "drive", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "()", - "t": "coffee.meta.brace.round", + "t": "brace.coffee.meta.round", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "vehicles", - "t": "coffee.variable.other.assignment", + "t": "assignment.coffee.other.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "=", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "(", - "t": "coffee.meta.brace.round", + "t": "brace.coffee.meta.round", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "new", - "t": "coffee.meta.class.keyword.operator.instance.constructor.new", + "t": "class.coffee.constructor.instance.keyword.meta.new.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new - rgb(86, 156, 214)" } }, { "c": " ", - "t": "meta.class.instance.constructor", + "t": "class.constructor.instance.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "Car", - "t": "coffee.meta.class.type.entity.name.instance.constructor", + "t": "class.coffee.constructor.entity.instance.meta.name.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type - rgb(78, 201, 176)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type - rgb(38, 127, 153)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.class - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "for", - "t": "coffee.keyword.control", + "t": "coffee.control.keyword", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control - rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control - rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control - rgb(86, 156, 214)" } }, { "c": " i ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "in", - "t": "coffee.keyword.control", + "t": "coffee.control.keyword", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control - rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control - rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control - rgb(86, 156, 214)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "[", - "t": "coffee.meta.brace.square", + "t": "brace.coffee.meta.square", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "1", "t": "coffee.constant.numeric", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric - rgb(181, 206, 168)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric - rgb(9, 136, 90)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric - rgb(181, 206, 168)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric - rgb(9, 136, 90)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric - rgb(181, 206, 168)" } }, { "c": "..", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": "100", "t": "coffee.constant.numeric", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric - rgb(181, 206, 168)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric - rgb(9, 136, 90)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric - rgb(181, 206, 168)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric - rgb(9, 136, 90)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric - rgb(181, 206, 168)" } }, { "c": "]", - "t": "coffee.meta.brace.square", + "t": "brace.coffee.meta.square", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ")", - "t": "coffee.meta.brace.round", + "t": "brace.coffee.meta.round", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "startRace ", - "t": "coffee.meta.entity.name.function", + "t": "coffee.entity.function.meta.name", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function - rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function - rgb(121, 94, 38)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.function - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "=", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "(", - "t": "coffee.punctuation.definition.begin.meta.function.inline.parameters", + "t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "vehicles", - "t": "coffee.meta.function.inline.variable.parameter", + "t": "coffee.function.inline.meta.parameter.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ")", - "t": "coffee.punctuation.definition.begin.meta.function.inline.parameters", + "t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", - "t": "coffee.meta.function.inline", + "t": "coffee.function.inline.meta", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "->", - "t": "coffee.meta.storage.type.function.inline", + "t": "coffee.function.inline.meta.storage.type", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type - rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type - rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type - rgb(86, 156, 214)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "[", - "t": "coffee.meta.brace.square", + "t": "brace.coffee.meta.square", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "vehicle", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": ".", - "t": "coffee.meta.delimiter.method.period", + "t": "coffee.delimiter.meta.method.period", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "drive", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "()", - "t": "coffee.meta.brace.round", + "t": "brace.coffee.meta.round", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "for", - "t": "coffee.keyword.control", + "t": "coffee.control.keyword", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control - rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control - rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control - rgb(86, 156, 214)" } }, { "c": " vehicle ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "in", - "t": "coffee.keyword.control", + "t": "coffee.control.keyword", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control - rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control - rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control - rgb(86, 156, 214)" } }, { "c": " vehicles", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "]", - "t": "coffee.meta.brace.square", + "t": "brace.coffee.meta.square", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "fancyRegExp", - "t": "coffee.variable.other.assignment", + "t": "assignment.coffee.other.variable", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable - rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable - rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "=", "t": "coffee.keyword.operator", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": " ", "t": "", "r": { - "dark_plus": ".vs-dark .token", - "light_plus": ".vs .token", - "dark_vs": ".vs-dark .token", - "light_vs": ".vs .token", - "hc_black": ".hc-black .token" + "dark_plus": ".vs-dark .token - rgb(212, 212, 212)", + "light_plus": ".vs .token - rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token - rgb(212, 212, 212)", + "light_vs": ".vs .token - rgb(0, 0, 0)", + "hc_black": ".hc-black .token - rgb(255, 255, 255)" } }, { "c": "///", - "t": "string.coffee.punctuation.definition.begin.regexp.block", + "t": "begin.block.coffee.definition.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "\t", - "t": "string.coffee.regexp.block", + "t": "block.coffee.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "(", - "t": "string.coffee.punctuation.definition.meta.regexp.block.group", + "t": "block.coffee.definition.group.meta.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "\\d", - "t": "string.coffee.meta.constant.regexp.block.group.character.character-class", + "t": "block.character.character-class.coffee.constant.group.meta.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "+", - "t": "string.coffee.meta.keyword.operator.regexp.block.group.quantifier", + "t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": ")", - "t": "string.coffee.punctuation.definition.meta.regexp.block.group", + "t": "block.coffee.definition.group.meta.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "\t", - "t": "string.coffee.regexp.block", + "t": "block.coffee.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "#", - "t": "string.coffee.punctuation.definition.line.regexp.block.comment.number-sign", + "t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": " numbers", - "t": "string.coffee.line.regexp.block.comment.number-sign", + "t": "block.coffee.comment.line.number-sign.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "\t", - "t": "string.coffee.regexp.block", + "t": "block.coffee.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "(", - "t": "string.coffee.punctuation.definition.meta.regexp.block.group", + "t": "block.coffee.definition.group.meta.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "\\w", - "t": "string.coffee.meta.constant.regexp.block.group.character.character-class", + "t": "block.character.character-class.coffee.constant.group.meta.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "*", - "t": "string.coffee.meta.keyword.operator.regexp.block.group.quantifier", + "t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator - rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator - rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator - rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator - rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator - rgb(212, 212, 212)" } }, { "c": ")", - "t": "string.coffee.punctuation.definition.meta.regexp.block.group", + "t": "block.coffee.definition.group.meta.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "\t", - "t": "string.coffee.regexp.block", + "t": "block.coffee.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "#", - "t": "string.coffee.punctuation.definition.line.regexp.block.comment.number-sign", + "t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": " letters", - "t": "string.coffee.line.regexp.block.comment.number-sign", + "t": "block.coffee.comment.line.number-sign.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "\t", - "t": "string.coffee.regexp.block", + "t": "block.coffee.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "$", - "t": "string.coffee.keyword.control.regexp.block.anchor", + "t": "anchor.block.coffee.control.keyword.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control - rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control - rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control - rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control - rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control - rgb(86, 156, 214)" } }, { "c": "\t\t", - "t": "string.coffee.regexp.block", + "t": "block.coffee.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "#", - "t": "string.coffee.punctuation.definition.line.regexp.block.comment.number-sign", + "t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": " the end", - "t": "string.coffee.line.regexp.block.comment.number-sign", + "t": "block.coffee.comment.line.number-sign.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } }, { "c": "///", - "t": "string.coffee.punctuation.definition.end.regexp.block", + "t": "block.coffee.definition.end.punctuation.regexp.string", "r": { - "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp", - "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp", - "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp", - "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp", - "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp" + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp - rgb(209, 105, 105)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp - rgb(129, 31, 63)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp - rgb(209, 105, 105)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp - rgb(129, 31, 63)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp - rgb(209, 105, 105)" } } ] \ No newline at end of file