diff --git a/extensions/cpp/build/update-grammars.js b/extensions/cpp/build/update-grammars.js index 50b31708c6e..4e765137522 100644 --- a/extensions/cpp/build/update-grammars.js +++ b/extensions/cpp/build/update-grammars.js @@ -8,10 +8,9 @@ var updateGrammar = require('vscode-grammar-updater'); async function updateGrammars() { await updateGrammar.update('jeff-hykin/better-c-syntax', 'autogenerated/c.tmLanguage.json', './syntaxes/c.tmLanguage.json', undefined, 'master'); - - // The license has changed for these two grammar. We have to freeze them as the new license is not compatible with our license. - // await updateGrammar.update('jeff-hykin/better-cpp-syntax', 'autogenerated/cpp.tmLanguage.json', './syntaxes/cpp.tmLanguage.json', undefined, 'master'); - // await updateGrammar.update('jeff-hykin/better-cpp-syntax', 'autogenerated/cpp.embedded.macro.tmLanguage.json', './syntaxes/cpp.embedded.macro.tmLanguage.json', undefined, 'master'); + + await updateGrammar.update('jeff-hykin/better-cpp-syntax', 'autogenerated/cpp.tmLanguage.json', './syntaxes/cpp.tmLanguage.json', undefined, 'master'); + await updateGrammar.update('jeff-hykin/better-cpp-syntax', 'autogenerated/cpp.embedded.macro.tmLanguage.json', './syntaxes/cpp.embedded.macro.tmLanguage.json', undefined, 'master'); await updateGrammar.update('NVIDIA/cuda-cpp-grammar', 'syntaxes/cuda-cpp.tmLanguage.json', './syntaxes/cuda-cpp.tmLanguage.json', undefined, 'master'); diff --git a/extensions/cpp/cgmanifest.json b/extensions/cpp/cgmanifest.json index 89a893e2e5f..be888bdcd0f 100644 --- a/extensions/cpp/cgmanifest.json +++ b/extensions/cpp/cgmanifest.json @@ -6,7 +6,7 @@ "git": { "name": "jeff-hykin/better-cpp-syntax", "repositoryUrl": "https://github.com/jeff-hykin/better-cpp-syntax", - "commitHash": "f1d127a8af2b184db570345f0bb179503c47fdf6" + "commitHash": "06f4011c0b5ccb85fcbcbaebbb73d2fda93365bf" } }, "license": "MIT", @@ -35,7 +35,7 @@ "SOFTWARE." ] ], - "version": "1.17.4", + "version": "1.27.1", "description": "The original JSON grammars were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle." }, { @@ -93,4 +93,4 @@ } ], "version": 1 -} \ No newline at end of file +} diff --git a/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json b/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json index 03c6f1ef93e..3c483de05d5 100644 --- a/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json +++ b/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json @@ -4,7 +4,7 @@ "If you want to provide a fix or improvement, please create a pull request against the original repository.", "Once accepted there, we are happy to receive an update request." ], - "version": "https://github.com/jeff-hykin/better-cpp-syntax/commit/f1d127a8af2b184db570345f0bb179503c47fdf6", + "version": "https://github.com/jeff-hykin/better-cpp-syntax/commit/071dd6ecc9eda347bd84c8aa0e0b557396cb6a40", "name": "C++", "scopeName": "source.cpp.embedded.macro", "patterns": [ @@ -20,6 +20,9 @@ { "include": "#function_definition" }, + { + "include": "source.cpp#simple_array_assignment" + }, { "include": "#operator_overload" }, @@ -348,7 +351,7 @@ "include": "source.cpp#backslash_escapes" }, { - "include": "#string_escaped_char" + "include": "source.cpp#string_escaped_char" } ] }, @@ -471,10 +474,16 @@ "name": "punctuation.definition.comment.end.cpp" } }, - "name": "comment.block.cpp" + "name": "comment.block.cpp", + "patterns": [ + { + "match": "[^\\*]*\\n" + } + ], + "applyEndPatternLast": 1 }, "builtin_storage_type_initilizer": { - "begin": "\\s*+(?|\\?\\?>)|(?=[;>\\[\\]=]))|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\{)", + "begin": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\{)", "end": "\\}|(?=(?|(?=(?|\\?\\?>)|(?=[;>\\[\\]=]))|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?(\\()", - "end": "\\)|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)([A-Z][A-Z_0-9]*)\\b(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?(\\()", + "end": "\\)|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?(\\()", + "end": "\\)|(?=(?|\\*\\/))\\s*+(?:((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|\\*\\/))\\s*+(?:((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|\\?\\?>)|(?=[;>\\[\\]=]))|(?=(?|(?=(?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:unsigned)|(?:signed)|(?:short)|(?:long))|(?:(?:struct)|(?:class)|(?:union)|(?:enum)))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", + "match": "(?<=^|\\))(?:\\s+)?(->)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", "captures": { "1": { "name": "punctuation.definition.function.return-type.cpp" @@ -3482,14 +3588,14 @@ "name": "comment.block.cpp punctuation.definition.comment.end.cpp" }, "6": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", - "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?=[{=,);>]|\\n)(?!\\()|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", + "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?]|\\n)(?!\\()|(?=(?|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", - "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?=[{=,);>]|\\n)(?!\\()|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", + "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?]|\\n)(?!\\()|(?=(?|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", + "match": "(?<=protected|virtual|private|public|,|:)(?:\\s+)?(?!(?:(?:protected|private|public)|virtual))(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", "captures": { "1": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?|(?=(?\\*|->)))((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?:\\s+)?(?:(?:\\.\\*|\\.)|(?:->\\*|->))(?:\\s+)?)*)(?:\\s+)?(~?(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)(?:\\s+)?(\\()", + "begin": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?:\\s+)?(?:(?:\\.\\*|\\.)|(?:->\\*|->))(?:\\s+)?)*)(?:\\s+)?(~?(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)(?:\\s+)?(\\()", "end": "\\)|(?=(?|->\\*))(?:\\s+)?(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", + "match": "(?<=(?:\\.\\*|\\.|->|->\\*))(?:\\s+)?(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", "captures": { "1": { "patterns": [ @@ -4814,18 +4934,30 @@ "name": "variable.language.this.cpp" }, "6": { - "name": "variable.other.object.property.cpp" + "name": "variable.lower-case.cpp variable.other.object.property.cpp" }, "7": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.property.cpp" }, "8": { + "name": "variable.camel-case.cpp variable.other.object.property.cpp" + }, + "9": { + "name": "variable.upper-case.cpp variable.other.object.property.cpp" + }, + "10": { + "name": "variable.other.unknown.$10.cpp" + }, + "11": { + "name": "punctuation.separator.dot-access.cpp" + }, + "12": { "name": "punctuation.separator.pointer-access.cpp" } } }, { - "match": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", + "match": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", "captures": { "1": { "patterns": [ @@ -4847,12 +4979,24 @@ "name": "variable.language.this.cpp" }, "6": { - "name": "variable.other.object.access.cpp" + "name": "variable.lower-case.cpp variable.other.object.access.$6.cpp" }, "7": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.access.$7.cpp" }, "8": { + "name": "variable.camel-case.cpp variable.other.object.access.$8.cpp" + }, + "9": { + "name": "variable.upper-case.cpp variable.other.object.access.$9.cpp" + }, + "10": { + "name": "variable.other.unknown.$10.cpp" + }, + "11": { + "name": "punctuation.separator.dot-access.cpp" + }, + "12": { "name": "punctuation.separator.pointer-access.cpp" } } @@ -4865,10 +5009,10 @@ } ] }, - "10": { + "14": { "name": "entity.name.function.member.cpp" }, - "11": { + "15": { "name": "punctuation.section.arguments.begin.bracket.round.function.member.cpp" } }, @@ -4984,6 +5128,12 @@ { "include": "#attributes_context" }, + { + "include": "#normal_variable_assignment" + }, + { + "include": "#normal_variable_declaration" + }, { "match": "((::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)(?:\\s+)?((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?>=|\\|=))|(\\=)))", + "end": "(?=;)|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(operator)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(?:(?:((?:(?:delete\\[\\])|(?:delete)|(?:new\\[\\])|(?:<=>)|(?:<<=)|(?:new)|(?:>>=)|(?:\\->\\*)|(?:\\/=)|(?:%=)|(?:&=)|(?:>=)|(?:\\|=)|(?:\\+\\+)|(?:\\-\\-)|(?:\\(\\))|(?:\\[\\])|(?:\\->)|(?:\\+\\+)|(?:<<)|(?:>>)|(?:\\-\\-)|(?:<=)|(?:\\^=)|(?:==)|(?:!=)|(?:&&)|(?:\\|\\|)|(?:\\+=)|(?:\\-=)|(?:\\*=)|,|\\+|\\-|!|~|\\*|&|\\*|\\/|%|\\+|\\-|<|>|&|\\^|\\||=))|((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(operator)(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(?:(?:((?:delete\\[\\]|delete|new\\[\\]|<=>|<<=|new|>>=|\\->\\*|\\/=|%=|&=|>=|\\|=|\\+\\+|\\-\\-|\\(\\)|\\[\\]|\\->|\\+\\+|<<|>>|\\-\\-|<=|\\^=|==|!=|&&|\\|\\||\\+=|\\-=|\\*=|,|\\+|\\-|!|~|\\*|&|\\*|\\/|%|\\+|\\-|<|>|&|\\^|\\||=))|((?|\\?\\?>)|(?=[;>\\[\\]=]))|(?=(?|(?=(?>=|\\|=", - "name": "keyword.operator.assignment.compound.bitwise.cpp" - }, - { - "match": "<<|>>", + "match": "(?:<<|>>)", "name": "keyword.operator.bitwise.shift.cpp" }, { - "match": "!=|<=|>=|==|<|>", + "match": "(?:!=|<=|>=|==|<|>)", "name": "keyword.operator.comparison.cpp" }, { - "match": "&&|!|\\|\\|", + "match": "(?:&&|!|\\|\\|)", "name": "keyword.operator.logical.cpp" }, { - "match": "&|\\||\\^|~", + "match": "(?:&|\\||\\^|~)", "name": "keyword.operator.bitwise.cpp" }, { - "include": "source.cpp#assignment_operator" + "match": "(?:((?:%=|\\+=|-=|\\*=|(?>=|\\|=))|(\\=))", + "captures": { + "1": { + "name": "keyword.operator.assignment.compound.cpp" + }, + "2": { + "name": "keyword.operator.assignment.compound.bitwise.cpp" + }, + "3": { + "name": "keyword.operator.assignment.cpp" + } + } }, { - "match": "%|\\*|\\/|-|\\+", + "match": "(?:%|\\*|\\/|-|\\+)", "name": "keyword.operator.arithmetic.cpp" }, { @@ -5994,7 +6764,7 @@ "include": "source.cpp#vararg_ellipses" }, { - "match": "((?:((?:(?:thread_local)|(?:volatile)|(?:register)|(?:restrict)|(?:static)|(?:extern)|(?:const)))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:\\s*+(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(:)(?!:)", + "captures": { + "1": { + "name": "meta.type.cpp" + }, + "2": { + "patterns": [ + { + "include": "source.cpp#storage_specifiers" + } + ] + }, + "3": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "4": { + "name": "comment.block.cpp" + }, + "5": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "6": { + "patterns": [ + { + "include": "source.cpp#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "meta.qualified-type.cpp", + "patterns": [ + { + "match": "::", + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" + }, + { + "match": "(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\[)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(,)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*))*((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\])((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(:)(?!:)", + "captures": { + "1": { + "name": "meta.type.cpp" + }, + "2": { + "patterns": [ + { + "include": "source.cpp#storage_specifiers" + } + ] + }, + "3": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "4": { + "name": "comment.block.cpp" + }, + "5": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "6": { + "patterns": [ + { + "include": "source.cpp#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "meta.qualified-type.cpp", + "patterns": [ + { + "match": "::", + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" + }, + { + "match": "(?|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", - "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?=[{=,);>]|\\n)(?!\\()|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", + "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?]|\\n)(?!\\()|(?=(?|(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?|\\?\\?>)|(?=[;>\\[\\]=]))", "beginCaptures": { "0": { @@ -1494,7 +1729,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -1654,14 +1889,14 @@ "name": "entity.name.scope-resolution.constructor.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "7": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -1803,7 +2038,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -1927,7 +2162,7 @@ ] }, "control_flow_keywords": { - "match": "((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\{)", + "begin": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\{)", "end": "\\}", "beginCaptures": { "1": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -2141,14 +2359,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "12": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -2197,6 +2415,29 @@ }, "name": "meta.initialization.cpp", "patterns": [ + { + "begin": "(\\.)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)", + "end": "(?:(,)|(?=\\}))", + "beginCaptures": { + "1": { + "name": "punctuation.accessor.initializer.cpp variable.parameter.initializer.cpp" + }, + "2": { + "name": "variable.parameter.initializer.cpp" + } + }, + "endCaptures": { + "1": { + "name": "punctuation.separator.delimiter.comma.cpp" + } + }, + "name": "meta.initialization.parameter.cpp", + "patterns": [ + { + "include": "#evaluation_context" + } + ] + }, { "include": "#evaluation_context" }, @@ -2388,261 +2629,6 @@ }, "name": "meta.preprocessor.import.cpp" }, - "d9bc4796b0b_preprocessor_number_literal": { - "match": "(?|\\?\\?>)|(?=[;>\\[\\]=]))", "beginCaptures": { "0": { @@ -2980,14 +2966,14 @@ "name": "entity.name.scope-resolution.destructor.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "11": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -3325,7 +3311,7 @@ "8": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -3337,7 +3323,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -3682,6 +3668,15 @@ { "include": "#language_constants" }, + { + "include": "#constructor_bracket_call" + }, + { + "include": "#simple_constructor_call" + }, + { + "include": "#simple_array_assignment" + }, { "include": "#builtin_storage_type_initilizer" }, @@ -3717,6 +3712,9 @@ }, { "include": "#comma" + }, + { + "include": "#unknown_variable" } ] }, @@ -3743,9 +3741,6 @@ { "include": "#preprocessor_conditional_range" }, - { - "include": "#single_line_macro" - }, { "include": "#macro" }, @@ -3764,7 +3759,7 @@ ] }, "exception_keywords": { - "match": "((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?(\\()", - "end": "\\)", - "beginCaptures": { - "1": { - "patterns": [ - { - "include": "#scope_resolution_function_call_inner_generated" - } - ] - }, - "2": { - "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp" - }, - "3": { - "patterns": [ - { - "include": "#template_call_range" - } - ] - }, - "4": {}, - "5": { - "name": "entity.name.function.call.cpp" - }, - "6": { - "patterns": [ - { - "include": "#inline_comment" - } - ] - }, - "7": { - "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" - }, - "8": { - "name": "comment.block.cpp" - }, - "9": { - "name": "comment.block.cpp punctuation.definition.comment.end.cpp" - }, - "10": { - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_range" - } - ] - }, - "11": {}, - "12": { - "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" - }, - "13": { - "name": "comment.block.cpp" - }, - "14": { - "name": "comment.block.cpp punctuation.definition.comment.end.cpp" - }, - "15": { - "name": "punctuation.section.arguments.begin.bracket.round.function.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.arguments.end.bracket.round.function.call.cpp" - } - }, "patterns": [ { - "include": "#evaluation_context" + "begin": "((::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)([A-Z][A-Z_0-9]*)\\b(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?(\\()", + "end": "\\)", + "beginCaptures": { + "1": { + "patterns": [ + { + "include": "#scope_resolution_function_call_inner_generated" + } + ] + }, + "2": { + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp" + }, + "3": { + "patterns": [ + { + "include": "#template_call_range_helper" + } + ] + }, + "4": {}, + "5": { + "name": "entity.name.function.call.upper-case.cpp entity.name.function.call.cpp" + }, + "6": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "meta.template.call.cpp", + "patterns": [ + { + "include": "#template_call_range_helper" + } + ] + }, + "11": {}, + "12": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "13": { + "name": "comment.block.cpp" + }, + "14": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "15": { + "name": "punctuation.section.arguments.begin.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp" + } + }, + "endCaptures": { + "0": { + "name": "punctuation.section.arguments.end.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp" + } + }, + "patterns": [ + { + "include": "#evaluation_context" + } + ] + }, + { + "begin": "((::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?(\\()", + "end": "\\)", + "beginCaptures": { + "1": { + "patterns": [ + { + "include": "#scope_resolution_function_call_inner_generated" + } + ] + }, + "2": { + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp" + }, + "3": { + "patterns": [ + { + "include": "#template_call_range_helper" + } + ] + }, + "4": {}, + "5": { + "name": "entity.name.function.call.cpp" + }, + "6": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "meta.template.call.cpp", + "patterns": [ + { + "include": "#template_call_range_helper" + } + ] + }, + "11": {}, + "12": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "13": { + "name": "comment.block.cpp" + }, + "14": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "15": { + "name": "punctuation.section.arguments.begin.bracket.round.function.call.cpp" + } + }, + "endCaptures": { + "0": { + "name": "punctuation.section.arguments.end.bracket.round.function.call.cpp" + } + }, + "patterns": [ + { + "include": "#evaluation_context" + } + ] } ] }, "function_definition": { - "begin": "(?:(?:^|\\G|(?<=;|\\}))|(?<=>|\\*\\/))\\s*+(?:((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|\\*\\/))\\s*+(?:((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)\\b(?|\\?\\?>)|(?=[;>\\[\\]=]))", "beginCaptures": { "0": { @@ -4068,7 +4153,7 @@ "7": { "patterns": [ { - "match": "((?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -4220,14 +4288,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "24": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -4363,7 +4431,7 @@ "51": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -4435,7 +4503,7 @@ ] }, { - "match": "(?<=^|\\))(?:\\s+)?(->)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:unsigned)|(?:signed)|(?:short)|(?:long))|(?:(?:struct)|(?:class)|(?:union)|(?:enum)))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", + "match": "(?<=^|\\))(?:\\s+)?(->)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", "captures": { "1": { "name": "punctuation.definition.function.return-type.cpp" @@ -4457,14 +4525,14 @@ "name": "comment.block.cpp punctuation.definition.comment.end.cpp" }, "6": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -4564,14 +4615,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "17": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -4644,18 +4695,18 @@ ] }, "function_pointer": { - "begin": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:unsigned)|(?:signed)|(?:short)|(?:long))|(?:(?:struct)|(?:class)|(?:union)|(?:enum)))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", - "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?=[{=,);>]|\\n)(?!\\()", + "begin": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", + "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?]|\\n)(?!\\()", "beginCaptures": { "1": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -4755,14 +4789,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "12": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -4914,6 +4948,41 @@ }, "5": { "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "6": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "storage.modifier.specifier.functional.post-parameters.$10.cpp" + }, + "11": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "12": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "13": { + "name": "comment.block.cpp" + }, + "14": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" } }, "patterns": [ @@ -4923,18 +4992,18 @@ ] }, "function_pointer_parameter": { - "begin": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:unsigned)|(?:signed)|(?:short)|(?:long))|(?:(?:struct)|(?:class)|(?:union)|(?:enum)))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", - "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?=[{=,);>]|\\n)(?!\\()", + "begin": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", + "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?]|\\n)(?!\\()", "beginCaptures": { "1": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -5034,14 +5086,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "12": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -5193,6 +5245,41 @@ }, "5": { "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "6": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "storage.modifier.specifier.functional.post-parameters.$10.cpp" + }, + "11": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "12": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "13": { + "name": "comment.block.cpp" + }, + "14": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" } }, "patterns": [ @@ -5202,7 +5289,7 @@ ] }, "functional_specifiers_pre_parameters": { - "match": "(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", + "match": "(?<=protected|virtual|private|public|,|:)(?:\\s+)?(?!(?:(?:protected|private|public)|virtual))(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", "captures": { "1": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -5668,14 +5738,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "8": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -5711,7 +5781,7 @@ ] }, "inline_builtin_storage_type": { - "match": "\\s*+(?\\*|->)))((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?:\\s+)?(?:(?:\\.\\*|\\.)|(?:->\\*|->))(?:\\s+)?)*)(?:\\s+)?(\\b(?!uint_least32_t[^\\w]|uint_least16_t[^\\w]|uint_least64_t[^\\w]|int_least32_t[^\\w]|int_least64_t[^\\w]|uint_fast32_t[^\\w]|uint_fast64_t[^\\w]|uint_least8_t[^\\w]|uint_fast16_t[^\\w]|int_least16_t[^\\w]|int_fast16_t[^\\w]|int_least8_t[^\\w]|uint_fast8_t[^\\w]|int_fast64_t[^\\w]|int_fast32_t[^\\w]|int_fast8_t[^\\w]|suseconds_t[^\\w]|useconds_t[^\\w]|in_addr_t[^\\w]|uintmax_t[^\\w]|uintmax_t[^\\w]|uintmax_t[^\\w]|in_port_t[^\\w]|uintptr_t[^\\w]|blksize_t[^\\w]|uint32_t[^\\w]|uint64_t[^\\w]|u_quad_t[^\\w]|intmax_t[^\\w]|intmax_t[^\\w]|unsigned[^\\w]|blkcnt_t[^\\w]|uint16_t[^\\w]|intptr_t[^\\w]|swblk_t[^\\w]|wchar_t[^\\w]|u_short[^\\w]|qaddr_t[^\\w]|caddr_t[^\\w]|daddr_t[^\\w]|fixpt_t[^\\w]|nlink_t[^\\w]|segsz_t[^\\w]|clock_t[^\\w]|ssize_t[^\\w]|int16_t[^\\w]|int32_t[^\\w]|int64_t[^\\w]|uint8_t[^\\w]|int8_t[^\\w]|mode_t[^\\w]|quad_t[^\\w]|ushort[^\\w]|u_long[^\\w]|u_char[^\\w]|double[^\\w]|signed[^\\w]|time_t[^\\w]|size_t[^\\w]|key_t[^\\w]|div_t[^\\w]|ino_t[^\\w]|uid_t[^\\w]|gid_t[^\\w]|off_t[^\\w]|pid_t[^\\w]|float[^\\w]|dev_t[^\\w]|u_int[^\\w]|short[^\\w]|bool[^\\w]|id_t[^\\w]|uint[^\\w]|long[^\\w]|char[^\\w]|void[^\\w]|auto[^\\w]|id_t[^\\w]|int[^\\w])(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b(?!\\())", + "match": "(?:((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?:\\s+)?(?:(?:\\.\\*|\\.)|(?:->\\*|->))(?:\\s+)?)*)(?:\\s+)?(\\b(?!uint_least32_t[^\\w]|uint_least16_t[^\\w]|uint_least64_t[^\\w]|int_least32_t[^\\w]|int_least64_t[^\\w]|uint_fast32_t[^\\w]|uint_fast64_t[^\\w]|uint_least8_t[^\\w]|uint_fast16_t[^\\w]|int_least16_t[^\\w]|int_fast16_t[^\\w]|int_least8_t[^\\w]|uint_fast8_t[^\\w]|int_fast64_t[^\\w]|int_fast32_t[^\\w]|int_fast8_t[^\\w]|suseconds_t[^\\w]|useconds_t[^\\w]|in_addr_t[^\\w]|uintmax_t[^\\w]|uintmax_t[^\\w]|uintmax_t[^\\w]|in_port_t[^\\w]|uintptr_t[^\\w]|blksize_t[^\\w]|uint32_t[^\\w]|uint64_t[^\\w]|u_quad_t[^\\w]|intmax_t[^\\w]|intmax_t[^\\w]|unsigned[^\\w]|blkcnt_t[^\\w]|uint16_t[^\\w]|intptr_t[^\\w]|swblk_t[^\\w]|wchar_t[^\\w]|u_short[^\\w]|qaddr_t[^\\w]|caddr_t[^\\w]|daddr_t[^\\w]|fixpt_t[^\\w]|nlink_t[^\\w]|segsz_t[^\\w]|clock_t[^\\w]|ssize_t[^\\w]|int16_t[^\\w]|int32_t[^\\w]|int64_t[^\\w]|uint8_t[^\\w]|int8_t[^\\w]|mode_t[^\\w]|quad_t[^\\w]|ushort[^\\w]|u_long[^\\w]|u_char[^\\w]|double[^\\w]|signed[^\\w]|time_t[^\\w]|size_t[^\\w]|key_t[^\\w]|div_t[^\\w]|ino_t[^\\w]|uid_t[^\\w]|gid_t[^\\w]|off_t[^\\w]|pid_t[^\\w]|float[^\\w]|dev_t[^\\w]|u_int[^\\w]|short[^\\w]|bool[^\\w]|id_t[^\\w]|uint[^\\w]|long[^\\w]|char[^\\w]|void[^\\w]|auto[^\\w]|id_t[^\\w]|int[^\\w])(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b(?!\\())", "captures": { "1": { "patterns": [ @@ -6127,18 +6197,30 @@ "name": "variable.language.this.cpp" }, "4": { - "name": "variable.other.object.access.cpp" + "name": "variable.lower-case.cpp variable.other.object.access.$4.cpp" }, "5": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.access.$5.cpp" }, "6": { - "name": "punctuation.separator.pointer-access.cpp" + "name": "variable.camel-case.cpp variable.other.object.access.$6.cpp" }, "7": { + "name": "variable.upper-case.cpp variable.other.object.access.$7.cpp" + }, + "8": { + "name": "variable.other.unknown.$8.cpp" + }, + "9": { + "name": "punctuation.separator.dot-access.cpp" + }, + "10": { + "name": "punctuation.separator.pointer-access.cpp" + }, + "11": { "patterns": [ { - "match": "(?<=(?:\\.\\*|\\.|->|->\\*))(?:\\s+)?(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", + "match": "(?<=(?:\\.\\*|\\.|->|->\\*))(?:\\s+)?(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", "captures": { "1": { "patterns": [ @@ -6160,18 +6242,30 @@ "name": "variable.language.this.cpp" }, "6": { - "name": "variable.other.object.property.cpp" + "name": "variable.lower-case.cpp variable.other.object.property.cpp" }, "7": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.property.cpp" }, "8": { + "name": "variable.camel-case.cpp variable.other.object.property.cpp" + }, + "9": { + "name": "variable.upper-case.cpp variable.other.object.property.cpp" + }, + "10": { + "name": "variable.other.unknown.$10.cpp" + }, + "11": { + "name": "punctuation.separator.dot-access.cpp" + }, + "12": { "name": "punctuation.separator.pointer-access.cpp" } } }, { - "match": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", + "match": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", "captures": { "1": { "patterns": [ @@ -6193,12 +6287,24 @@ "name": "variable.language.this.cpp" }, "6": { - "name": "variable.other.object.access.cpp" + "name": "variable.lower-case.cpp variable.other.object.access.$6.cpp" }, "7": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.access.$7.cpp" }, "8": { + "name": "variable.camel-case.cpp variable.other.object.access.$8.cpp" + }, + "9": { + "name": "variable.upper-case.cpp variable.other.object.access.$9.cpp" + }, + "10": { + "name": "variable.other.unknown.$10.cpp" + }, + "11": { + "name": "punctuation.separator.dot-access.cpp" + }, + "12": { "name": "punctuation.separator.pointer-access.cpp" } } @@ -6211,7 +6317,7 @@ } ] }, - "8": { + "12": { "name": "variable.other.property.cpp" } } @@ -6262,7 +6368,7 @@ } }, "method_access": { - "begin": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?:\\s+)?(?:(?:\\.\\*|\\.)|(?:->\\*|->))(?:\\s+)?)*)(?:\\s+)?(~?(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)(?:\\s+)?(\\()", + "begin": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*(?:\\s+)?(?:(?:\\.\\*|\\.)|(?:->\\*|->))(?:\\s+)?)*)(?:\\s+)?(~?(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)(?:\\s+)?(\\()", "end": "\\)", "beginCaptures": { "1": { @@ -6285,18 +6391,30 @@ "name": "variable.language.this.cpp" }, "6": { - "name": "variable.other.object.access.cpp" + "name": "variable.lower-case.cpp variable.other.object.access.$6.cpp" }, "7": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.access.$7.cpp" }, "8": { - "name": "punctuation.separator.pointer-access.cpp" + "name": "variable.camel-case.cpp variable.other.object.access.$8.cpp" }, "9": { + "name": "variable.upper-case.cpp variable.other.object.access.$9.cpp" + }, + "10": { + "name": "variable.other.unknown.$10.cpp" + }, + "11": { + "name": "punctuation.separator.dot-access.cpp" + }, + "12": { + "name": "punctuation.separator.pointer-access.cpp" + }, + "13": { "patterns": [ { - "match": "(?<=(?:\\.\\*|\\.|->|->\\*))(?:\\s+)?(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", + "match": "(?<=(?:\\.\\*|\\.|->|->\\*))(?:\\s+)?(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", "captures": { "1": { "patterns": [ @@ -6318,18 +6436,30 @@ "name": "variable.language.this.cpp" }, "6": { - "name": "variable.other.object.property.cpp" + "name": "variable.lower-case.cpp variable.other.object.property.cpp" }, "7": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.property.cpp" }, "8": { + "name": "variable.camel-case.cpp variable.other.object.property.cpp" + }, + "9": { + "name": "variable.upper-case.cpp variable.other.object.property.cpp" + }, + "10": { + "name": "variable.other.unknown.$10.cpp" + }, + "11": { + "name": "punctuation.separator.dot-access.cpp" + }, + "12": { "name": "punctuation.separator.pointer-access.cpp" } } }, { - "match": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", + "match": "(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?\\*|->)))", "captures": { "1": { "patterns": [ @@ -6351,12 +6481,24 @@ "name": "variable.language.this.cpp" }, "6": { - "name": "variable.other.object.access.cpp" + "name": "variable.lower-case.cpp variable.other.object.access.$6.cpp" }, "7": { - "name": "punctuation.separator.dot-access.cpp" + "name": "variable.snake-case.cpp variable.other.object.access.$7.cpp" }, "8": { + "name": "variable.camel-case.cpp variable.other.object.access.$8.cpp" + }, + "9": { + "name": "variable.upper-case.cpp variable.other.object.access.$9.cpp" + }, + "10": { + "name": "variable.other.unknown.$10.cpp" + }, + "11": { + "name": "punctuation.separator.dot-access.cpp" + }, + "12": { "name": "punctuation.separator.pointer-access.cpp" } } @@ -6369,10 +6511,10 @@ } ] }, - "10": { + "14": { "name": "entity.name.function.member.cpp" }, - "11": { + "15": { "name": "punctuation.section.arguments.begin.bracket.round.function.member.cpp" } }, @@ -6388,7 +6530,7 @@ ] }, "misc_keywords": { - "match": "((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+)(?:\\s+)?((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?>=|\\|=))|(\\=)))", + "end": "(?=;)", + "beginCaptures": { + "1": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "2": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "3": { + "name": "comment.block.cpp" + }, + "4": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "5": { + "name": "meta.assignment.cpp" + }, + "6": { + "patterns": [ + { + "include": "#storage_specifiers" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "11": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "12": { + "name": "comment.block.cpp" + }, + "13": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "14": { + "name": "meta.qualified-type.cpp", + "patterns": [ + { + "match": "::", + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" + }, + { + "match": "(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(operator)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(?:(?:((?:(?:delete\\[\\])|(?:delete)|(?:new\\[\\])|(?:<=>)|(?:<<=)|(?:new)|(?:>>=)|(?:\\->\\*)|(?:\\/=)|(?:%=)|(?:&=)|(?:>=)|(?:\\|=)|(?:\\+\\+)|(?:\\-\\-)|(?:\\(\\))|(?:\\[\\])|(?:\\->)|(?:\\+\\+)|(?:<<)|(?:>>)|(?:\\-\\-)|(?:<=)|(?:\\^=)|(?:==)|(?:!=)|(?:&&)|(?:\\|\\|)|(?:\\+=)|(?:\\-=)|(?:\\*=)|,|\\+|\\-|!|~|\\*|&|\\*|\\/|%|\\+|\\-|<|>|&|\\^|\\||=))|((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?((?:__cdecl|__clrcall|__stdcall|__fastcall|__thiscall|__vectorcall)?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(operator)(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)(?:(?:((?:delete\\[\\]|delete|new\\[\\]|<=>|<<=|new|>>=|\\->\\*|\\/=|%=|&=|>=|\\|=|\\+\\+|\\-\\-|\\(\\)|\\[\\]|\\->|\\+\\+|<<|>>|\\-\\-|<=|\\^=|==|!=|&&|\\|\\||\\+=|\\-=|\\*=|,|\\+|\\-|!|~|\\*|&|\\*|\\/|%|\\+|\\-|<|>|&|\\^|\\||=))|((?|\\?\\?>)|(?=[;>\\[\\]=]))", "beginCaptures": { "0": { @@ -6962,14 +7725,14 @@ "name": "comment.block.cpp punctuation.definition.comment.end.cpp" }, "5": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -7069,14 +7815,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "16": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -7226,14 +7972,14 @@ "name": "entity.name.scope-resolution.operator.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "46": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -7258,6 +8004,25 @@ "name": "comment.block.cpp punctuation.definition.comment.end.cpp" }, "53": { + "name": "storage.modifier.const.cpp" + }, + "54": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "55": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "56": { + "name": "comment.block.cpp" + }, + "57": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "58": { "patterns": [ { "match": "::", @@ -7268,25 +8033,25 @@ "name": "entity.name.scope-resolution.operator-overload.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, - "54": { + "59": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, - "55": {}, - "56": { + "60": {}, + "61": { "name": "entity.name.operator.cpp" }, - "57": { + "62": { "name": "entity.name.operator.type.cpp" }, - "58": { + "63": { "patterns": [ { "match": "\\*", @@ -7320,76 +8085,57 @@ } ] }, - "59": { - "patterns": [ - { - "include": "#inline_comment" - } - ] - }, - "60": { - "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" - }, - "61": { - "name": "comment.block.cpp" - }, - "62": { - "name": "comment.block.cpp punctuation.definition.comment.end.cpp" - }, - "63": { - "patterns": [ - { - "include": "#inline_comment" - } - ] - }, "64": { - "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + "patterns": [ + { + "include": "#inline_comment" + } + ] }, "65": { - "name": "comment.block.cpp" + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" }, "66": { - "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + "name": "comment.block.cpp" }, "67": { - "patterns": [ - { - "include": "#inline_comment" - } - ] + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" }, "68": { - "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" - }, - "69": { - "name": "comment.block.cpp" - }, - "70": { - "name": "comment.block.cpp punctuation.definition.comment.end.cpp" - }, - "71": { - "name": "entity.name.operator.type.array.cpp" - }, - "72": { - "name": "entity.name.operator.custom-literal.cpp" - }, - "73": { "patterns": [ { "include": "#inline_comment" } ] }, - "74": { + "69": { "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" }, - "75": { + "70": { "name": "comment.block.cpp" }, - "76": { + "71": { "name": "comment.block.cpp punctuation.definition.comment.end.cpp" }, + "72": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "73": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "74": { + "name": "comment.block.cpp" + }, + "75": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "76": { + "name": "entity.name.operator.type.array.cpp" + }, "77": { "name": "entity.name.operator.custom-literal.cpp" }, @@ -7408,6 +8154,25 @@ }, "81": { "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "82": { + "name": "entity.name.operator.custom-literal.cpp" + }, + "83": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "84": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "85": { + "name": "comment.block.cpp" + }, + "86": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" } }, "endCaptures": {}, @@ -7428,7 +8193,7 @@ "include": "#ever_present_context" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" }, { "begin": "\\(", @@ -7766,34 +8531,37 @@ "name": "keyword.operator.increment.cpp" }, { - "match": "%=|\\+=|-=|\\*=|(?>=|\\|=", - "name": "keyword.operator.assignment.compound.bitwise.cpp" - }, - { - "match": "<<|>>", + "match": "(?:<<|>>)", "name": "keyword.operator.bitwise.shift.cpp" }, { - "match": "!=|<=|>=|==|<|>", + "match": "(?:!=|<=|>=|==|<|>)", "name": "keyword.operator.comparison.cpp" }, { - "match": "&&|!|\\|\\|", + "match": "(?:&&|!|\\|\\|)", "name": "keyword.operator.logical.cpp" }, { - "match": "&|\\||\\^|~", + "match": "(?:&|\\||\\^|~)", "name": "keyword.operator.bitwise.cpp" }, { - "include": "#assignment_operator" + "match": "(?:((?:%=|\\+=|-=|\\*=|(?>=|\\|=))|(\\=))", + "captures": { + "1": { + "name": "keyword.operator.assignment.compound.cpp" + }, + "2": { + "name": "keyword.operator.assignment.compound.bitwise.cpp" + }, + "3": { + "name": "keyword.operator.assignment.cpp" + } + } }, { - "match": "%|\\*|\\/|-|\\+", + "match": "(?:%|\\*|\\/|-|\\+)", "name": "keyword.operator.arithmetic.cpp" }, { @@ -8841,7 +9609,7 @@ "include": "#vararg_ellipses" }, { - "match": "((?:((?:(?:thread_local)|(?:volatile)|(?:register)|(?:restrict)|(?:static)|(?:extern)|(?:const)))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:\\s*+(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.])", + "match": "\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.])", "captures": { "0": { "patterns": [ @@ -10705,7 +11728,7 @@ "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -10823,14 +11829,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "7": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -10860,15 +11866,91 @@ ] } }, - "name": "meta.qualified_type.cpp" + "name": "meta.qualified-type.cpp" }, "qualifiers_and_specifiers_post_parameters": { - "match": "((?:(?:(?:(?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(:)(?!:)", + "captures": { + "1": { + "name": "meta.type.cpp" + }, + "2": { + "patterns": [ + { + "include": "#storage_specifiers" + } + ] + }, + "3": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "4": { + "name": "comment.block.cpp" + }, + "5": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "6": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "meta.qualified-type.cpp", + "patterns": [ + { + "match": "::", + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" + }, + { + "match": "(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\[)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(,)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*))*((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\])((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(:)(?!:)", + "captures": { + "1": { + "name": "meta.type.cpp" + }, + "2": { + "patterns": [ + { + "include": "#storage_specifiers" + } + ] + }, + "3": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "4": { + "name": "comment.block.cpp" + }, + "5": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "6": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "meta.qualified-type.cpp", + "patterns": [ + { + "match": "::", + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" + }, + { + "match": "(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*\\s*+", "captures": { @@ -10911,7 +12647,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -10933,7 +12669,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -10955,7 +12691,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -10967,7 +12703,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11002,7 +12738,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11024,7 +12760,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11036,7 +12772,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11071,7 +12807,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11093,7 +12829,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11105,7 +12841,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11140,7 +12876,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11152,7 +12888,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11187,7 +12923,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11209,7 +12945,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11221,7 +12957,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11256,7 +12992,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11278,7 +13014,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11290,7 +13026,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11325,7 +13061,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11347,7 +13083,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11359,7 +13095,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11394,7 +13130,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11416,7 +13152,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11428,7 +13164,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11463,7 +13199,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11485,7 +13221,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11497,7 +13233,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11532,7 +13268,7 @@ "2": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] } @@ -11554,7 +13290,7 @@ "3": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11566,7 +13302,7 @@ "name": "meta.template.call.cpp", "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11589,18 +13325,18 @@ "match": ";", "name": "punctuation.terminator.statement.cpp" }, - "simple_type": { - "match": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:unsigned)|(?:signed)|(?:short)|(?:long))|(?:(?:struct)|(?:class)|(?:union)|(?:enum)))((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?", + "simple_array_assignment": { + "match": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?>=|\\|=))|(\\=))", "captures": { "1": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -11718,14 +13437,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "8": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -11839,30 +13558,508 @@ } } ] - } - } - }, - "single_line_macro": { - "match": "^((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))#define.*(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(?=((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?=(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?", + "captures": { + "1": { + "name": "meta.qualified-type.cpp", + "patterns": [ + { + "match": "::", + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" + }, + { + "match": "(?", @@ -13898,6 +16718,15 @@ { "include": "#language_constants" }, + { + "include": "#constructor_bracket_call" + }, + { + "include": "#simple_constructor_call" + }, + { + "include": "#simple_array_assignment" + }, { "include": "#builtin_storage_type_initilizer" }, @@ -13933,6 +16762,9 @@ }, { "include": "#comma" + }, + { + "include": "#unknown_variable" } ], "applyEndPatternLast": 1 @@ -13971,7 +16803,7 @@ } }, "type_alias": { - "match": "(using)\\s+(?!namespace)((?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)(?:\\s+)?((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?(?:\\s+)?(\\=)(?:\\s+)?((?:typename)?)(?:\\s+)?((?:(?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))|(.*(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))|(.*(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -14146,14 +16961,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "15": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -14319,7 +17134,7 @@ "name": "meta.declaration.type.alias.cpp" }, "type_casting_operators": { - "match": "((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", - "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?=[{=,);>]|\\n)(?!\\()", + "begin": "(\\s*+((?:(?:(?:\\[\\[.*?\\]\\]|__attribute(?:__)?\\s*\\(\\s*\\(.*?\\)\\s*\\))|__declspec\\(.*?\\))|alignas\\(.*?\\))(?!\\)))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:((?:::)?(?:(?!\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\b)(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(\\()(\\*)(?:\\s+)?((?:(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*)?)(?:\\s+)?(?:(\\[)(\\w*)(\\])(?:\\s+)?)*(\\))(?:\\s+)?(\\()", + "end": "(\\))((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:((?:(?:(?:\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))((?]|\\n)(?!\\()", "beginCaptures": { "1": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -14816,14 +17623,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "12": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -14975,6 +17782,41 @@ }, "5": { "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "6": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "7": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "8": { + "name": "comment.block.cpp" + }, + "9": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + }, + "10": { + "name": "storage.modifier.specifier.functional.post-parameters.$10.cpp" + }, + "11": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "12": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "13": { + "name": "comment.block.cpp" + }, + "14": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" } }, "patterns": [ @@ -15190,7 +18032,7 @@ "include": "#inheritance_context" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -15217,6 +18059,15 @@ { "include": "#destructor_inline" }, + { + "include": "#operator_overload" + }, + { + "include": "#normal_variable_declaration" + }, + { + "include": "#normal_variable_assignment" + }, { "include": "$self" } @@ -15533,7 +18384,7 @@ "include": "#inheritance_context" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -15560,6 +18411,15 @@ { "include": "#destructor_inline" }, + { + "include": "#operator_overload" + }, + { + "include": "#normal_variable_declaration" + }, + { + "include": "#normal_variable_assignment" + }, { "include": "$self" } @@ -15711,7 +18571,7 @@ ] }, "typename": { - "match": "(((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:(?:transaction_safe_dynamic)|(?:__has_cpp_attribute)|(?:reinterpret_cast)|(?:transaction_safe)|(?:atomic_noexcept)|(?:atomic_commit)|(?:__has_include)|(?:atomic_cancel)|(?:synchronized)|(?:thread_local)|(?:dynamic_cast)|(?:static_cast)|(?:const_cast)|(?:constexpr)|(?:co_return)|(?:constinit)|(?:namespace)|(?:protected)|(?:consteval)|(?:constexpr)|(?:constexpr)|(?:co_return)|(?:consteval)|(?:co_await)|(?:continue)|(?:template)|(?:reflexpr)|(?:volatile)|(?:register)|(?:co_await)|(?:co_yield)|(?:restrict)|(?:noexcept)|(?:volatile)|(?:override)|(?:explicit)|(?:decltype)|(?:operator)|(?:noexcept)|(?:noexcept)|(?:typename)|(?:requires)|(?:co_yield)|(?:nullptr)|(?:alignof)|(?:alignas)|(?:default)|(?:mutable)|(?:virtual)|(?:mutable)|(?:private)|(?:include)|(?:warning)|(?:_Pragma)|(?:defined)|(?:typedef)|(?:__asm__)|(?:concept)|(?:define)|(?:module)|(?:sizeof)|(?:switch)|(?:delete)|(?:pragma)|(?:and_eq)|(?:inline)|(?:xor_eq)|(?:typeid)|(?:import)|(?:extern)|(?:public)|(?:bitand)|(?:static)|(?:export)|(?:return)|(?:friend)|(?:ifndef)|(?:not_eq)|(?:false)|(?:final)|(?:break)|(?:const)|(?:catch)|(?:endif)|(?:ifdef)|(?:undef)|(?:error)|(?:audit)|(?:while)|(?:using)|(?:axiom)|(?:or_eq)|(?:compl)|(?:throw)|(?:bitor)|(?:const)|(?:line)|(?:case)|(?:else)|(?:this)|(?:true)|(?:goto)|(?:else)|(?:NULL)|(?:elif)|(?:new)|(?:asm)|(?:xor)|(?:and)|(?:try)|(?:not)|(?:for)|(?:do)|(?:if)|(?:or)|(?:if))\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", + "match": "(((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))", "captures": { "1": { "name": "storage.modifier.cpp" @@ -15767,14 +18627,14 @@ ] }, "6": { - "name": "meta.qualified_type.cpp", + "name": "meta.qualified-type.cpp", "patterns": [ { "match": "::", "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" }, { - "match": "(?", - "beginCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.begin.template.call.cpp" - } - }, - "endCaptures": { - "0": { - "name": "punctuation.section.angle-brackets.end.template.call.cpp" - } - }, - "name": "meta.template.call.cpp", - "patterns": [ - { - "include": "#template_call_context" - } - ] + "include": "#template_call_range_helper" }, { "match": "(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*", @@ -15892,14 +18735,14 @@ "name": "entity.name.scope-resolution.type.cpp" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, "13": { "patterns": [ { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -16192,7 +19035,7 @@ "include": "#inheritance_context" }, { - "include": "#template_call_range" + "include": "#template_call_range_helper" } ] }, @@ -16219,6 +19062,15 @@ { "include": "#destructor_inline" }, + { + "include": "#operator_overload" + }, + { + "include": "#normal_variable_declaration" + }, + { + "include": "#normal_variable_assignment" + }, { "include": "$self" } @@ -16411,6 +19263,26 @@ } } }, + "unknown_variable": { + "match": "(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?>=|\\|=))|(\\=))", + "captures": { + "1": { + "patterns": [ + { + "include": "#storage_specifiers" + } + ] + }, + "2": { + "patterns": [ + { + "match": "\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+", + "captures": { + "1": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "2": { + "name": "comment.block.cpp" + }, + "3": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + } + } + } + ] + }, + "3": { + "patterns": [ + { + "include": "#inline_comment" + } + ] + }, + "4": { + "patterns": [ + { + "match": "\\s*+(\\/\\*)((?:[^\\*]++|\\*+(?!\\/))*+(\\*\\/))\\s*+", + "captures": { + "1": { + "name": "comment.block.cpp punctuation.definition.comment.begin.cpp" + }, + "2": { + "name": "comment.block.cpp" + }, + "3": { + "name": "comment.block.cpp punctuation.definition.comment.end.cpp" + } + } + } + ] + }, + "5": { + "name": "meta.qualified-type.cpp", + "patterns": [ + { + "match": "::", + "name": "punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp" + }, + { + "match": "(?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)\\s*+)?::)*+)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\b)(?:[a-zA-Z_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))(?:[a-zA-Z0-9_]|(?:\\\\u[0-9a-fA-F]{4}|\\\\U[0-9a-fA-F]{8}))*\\b((?|(?:(?:[^'\"<>\\/]|\\/[^*])++))*>)?(?![\\w<:.]))(((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))?(?:(?:&|\\*)((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z)))*(?:&|\\*))?((?:((?:\\s*+\\/\\*(?:[^\\*]++|\\*+(?!\\/))*+\\*\\/\\s*+)+)|(?:\\s++)|(?<=\\W)|(?=\\W)|^|(?:\\n?$)|\\A|\\Z))(?:(?:(?:(?:(\\b[a-z0-9]+\\b)|(\\b[a-zA-Z0-9]+_[a-zA-Z0-9]*\\b))|(\\b[a-z]+[A-Z][a-zA-Z0-9]*\\b))|(\\b[A-Z][A-Z_0-9]*\\b))|((?", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp keyword.operator.comparison.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.qualified-type.cpp meta.template.call.cpp punctuation.section.angle-brackets.end.template.call.cpp", "r": { - "dark_plus": "keyword.operator: #D4D4D4", - "light_plus": "keyword.operator: #000000", - "dark_vs": "keyword.operator: #D4D4D4", - "light_vs": "keyword.operator: #000000", - "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", - "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF", + "2026-dark": "default: #BBBEBF", + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1848,11 +1944,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1864,11 +1960,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -1880,11 +1976,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1896,15 +1992,15 @@ "dark_vs": "keyword.operator.new: #569CD6", "light_vs": "keyword.operator.new: #0000FF", "hc_black": "source.cpp keyword.operator.new: #C586C0", - "dark_modern": "source.cpp keyword.operator.new: #C586C0", - "hc_light": "source.cpp keyword.operator.new: #B5200D", - "light_modern": "source.cpp keyword.operator.new: #AF00DB", "2026-dark": "source.cpp keyword.operator.new: #C586C0", - "2026-light": "source.cpp keyword.operator.new: #AF00DB" + "dark_modern": "source.cpp keyword.operator.new: #C586C0", + "2026-light": "source.cpp keyword.operator.new: #AF00DB", + "hc_light": "source.cpp keyword.operator.new: #B5200D", + "light_modern": "source.cpp keyword.operator.new: #AF00DB" } }, { - "c": " O", + "c": " ", "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -1912,11 +2008,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "O", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.upper-case.cpp variable.other.unknown.O.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1928,11 +2040,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1944,11 +2056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1960,11 +2072,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -1976,11 +2088,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "punctuation.definition.comment: #8B949E", - "2026-light": "punctuation.definition.comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "punctuation.definition.comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -1992,11 +2104,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2008,11 +2120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2024,11 +2136,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -2040,27 +2152,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "options", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.options.cpp", "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", - "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2072,11 +2184,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2088,11 +2200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2104,11 +2216,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2120,11 +2232,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2136,11 +2248,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -2152,11 +2264,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2168,11 +2280,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -2184,11 +2296,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2200,11 +2312,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2216,11 +2328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2232,11 +2344,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2248,11 +2360,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2264,27 +2376,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "int", - "t": "source.cpp meta.function.definition.cpp meta.qualified_type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.function.definition.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -2296,11 +2408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2312,11 +2424,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -2328,11 +2440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2344,11 +2456,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2360,11 +2472,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2376,11 +2488,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2392,11 +2504,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2408,11 +2520,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -2424,11 +2536,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2440,11 +2552,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2456,11 +2568,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2472,11 +2584,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2488,11 +2600,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2504,11 +2616,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2520,11 +2632,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2536,11 +2648,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "punctuation.definition.comment: #8B949E", - "2026-light": "punctuation.definition.comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "punctuation.definition.comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2552,11 +2664,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2568,11 +2680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2584,11 +2696,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -2600,11 +2712,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2616,11 +2728,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2632,11 +2744,11 @@ "dark_vs": "meta.embedded.assembly: #CE9178", "light_vs": "meta.embedded.assembly: #A31515", "hc_black": "meta.embedded: #FFFFFF", - "dark_modern": "meta.embedded.assembly: #CE9178", - "hc_light": "meta.embedded.assembly: #0F4A85", - "light_modern": "meta.embedded.assembly: #A31515", "2026-dark": "meta.embedded.assembly: #CE9178", - "2026-light": "meta.embedded.assembly: #A31515" + "dark_modern": "meta.embedded.assembly: #CE9178", + "2026-light": "meta.embedded.assembly: #A31515", + "hc_light": "meta.embedded.assembly: #0F4A85", + "light_modern": "meta.embedded.assembly: #A31515" } }, { @@ -2648,11 +2760,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2664,11 +2776,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2680,11 +2792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2696,11 +2808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2712,11 +2824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -2728,11 +2840,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2744,11 +2856,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2760,11 +2872,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2776,11 +2888,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2792,11 +2904,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2808,11 +2920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2824,11 +2936,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2840,11 +2952,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "punctuation.definition.comment: #8B949E", - "2026-light": "punctuation.definition.comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "punctuation.definition.comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2856,11 +2968,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2872,11 +2984,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } } ] \ No newline at end of file diff --git a/extensions/vscode-colorize-tests/test/colorize-results/test_cpp.json b/extensions/vscode-colorize-tests/test/colorize-results/test_cpp.json index ca010005fb1..cf8a725cabe 100644 --- a/extensions/vscode-colorize-tests/test/colorize-results/test_cpp.json +++ b/extensions/vscode-colorize-tests/test/colorize-results/test_cpp.json @@ -8,11 +8,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "punctuation.definition.comment: #8B949E", - "2026-light": "punctuation.definition.comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "punctuation.definition.comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -24,11 +24,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -40,11 +40,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -56,11 +56,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -72,11 +72,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -88,11 +88,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -104,11 +104,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -120,11 +120,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -136,11 +136,11 @@ "dark_vs": "keyword: #569CD6", "light_vs": "keyword: #0000FF", "hc_black": "keyword.other.using: #C586C0", - "dark_modern": "keyword.other.using: #C586C0", - "hc_light": "keyword.other.using: #B5200D", - "light_modern": "keyword.other.using: #AF00DB", "2026-dark": "keyword.other.using: #C586C0", - "2026-light": "keyword.other.using: #AF00DB" + "dark_modern": "keyword.other.using: #C586C0", + "2026-light": "keyword.other.using: #AF00DB", + "hc_light": "keyword.other.using: #B5200D", + "light_modern": "keyword.other.using: #AF00DB" } }, { @@ -152,11 +152,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -168,11 +168,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -184,11 +184,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -200,11 +200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.namespace: #4EC9B0", - "dark_modern": "entity.name.namespace: #4EC9B0", - "hc_light": "entity.name.namespace: #185E73", - "light_modern": "entity.name.namespace: #267F99", "2026-dark": "entity.name.namespace: #4EC9B0", - "2026-light": "entity.name.namespace: #267F99" + "dark_modern": "entity.name.namespace: #4EC9B0", + "2026-light": "entity.name.namespace: #267F99", + "hc_light": "entity.name.namespace: #185E73", + "light_modern": "entity.name.namespace: #267F99" } }, { @@ -216,11 +216,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -232,11 +232,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -248,11 +248,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -264,11 +264,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -280,11 +280,11 @@ "dark_vs": "entity.name.function.preprocessor: #569CD6", "light_vs": "entity.name.function.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function.preprocessor: #569CD6", - "hc_light": "entity.name.function.preprocessor: #0F4A85", - "light_modern": "entity.name.function.preprocessor: #0000FF", "2026-dark": "entity.name.function.preprocessor: #569CD6", - "2026-light": "entity.name.function.preprocessor: #0000FF" + "dark_modern": "entity.name.function.preprocessor: #569CD6", + "2026-light": "entity.name.function.preprocessor: #0000FF", + "hc_light": "entity.name.function.preprocessor: #0F4A85", + "light_modern": "entity.name.function.preprocessor: #0000FF" } }, { @@ -296,11 +296,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -312,11 +312,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -328,11 +328,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -344,11 +344,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -360,11 +360,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -376,11 +376,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -392,11 +392,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -408,11 +408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -424,11 +424,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.type: #4EC9B0", - "dark_modern": "entity.name.type: #4EC9B0", - "hc_light": "entity.name.type: #185E73", - "light_modern": "entity.name.type: #267F99", "2026-dark": "entity.name.type: #4EC9B0", - "2026-light": "entity.name.type: #267F99" + "dark_modern": "entity.name.type: #4EC9B0", + "2026-light": "entity.name.type: #267F99", + "hc_light": "entity.name.type: #185E73", + "light_modern": "entity.name.type: #267F99" } }, { @@ -440,11 +440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -456,91 +456,123 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": " ", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.declaration.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "int", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.declaration.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { - "c": " width", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp", + "c": " ", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.declaration.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "width", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.declaration.cpp meta.declaration.cpp variable.lower-case.cpp variable.other.declare.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { "c": ",", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp punctuation.separator.delimiter.comma.cpp", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.declaration.cpp punctuation.separator.delimiter.comma.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { - "c": " height", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp", + "c": " ", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.declaration.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "height", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.declaration.cpp variable.lower-case.cpp variable.other.unknown.height.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -552,11 +584,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -568,11 +600,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -584,11 +616,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -600,11 +632,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -616,27 +648,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "void", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.qualified_type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -648,11 +680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -664,11 +696,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -680,11 +712,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -696,11 +728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -712,11 +744,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -728,11 +760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -744,11 +776,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -760,11 +792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -776,11 +808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -792,27 +824,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "int", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.qualified_type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -824,11 +856,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -840,11 +872,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -856,11 +888,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -872,11 +904,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -888,11 +920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -904,11 +936,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -920,15 +952,15 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { - "c": " width", + "c": " ", "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.body.function.definition.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -936,11 +968,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "width", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.width.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -952,27 +1000,27 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { "c": "height", - "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.height.cpp", "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", - "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -984,11 +1032,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1000,11 +1048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1016,11 +1064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1032,27 +1080,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "void", - "t": "source.cpp meta.function.definition.cpp meta.qualified_type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.function.definition.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -1064,11 +1112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1080,11 +1128,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.scope-resolution: #4EC9B0", - "dark_modern": "entity.name.scope-resolution: #4EC9B0", - "hc_light": "entity.name.scope-resolution: #185E73", - "light_modern": "entity.name.scope-resolution: #267F99", "2026-dark": "entity.name.scope-resolution: #4EC9B0", - "2026-light": "entity.name.scope-resolution: #267F99" + "dark_modern": "entity.name.scope-resolution: #4EC9B0", + "2026-light": "entity.name.scope-resolution: #267F99", + "hc_light": "entity.name.scope-resolution: #185E73", + "light_modern": "entity.name.scope-resolution: #267F99" } }, { @@ -1096,11 +1144,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1112,11 +1160,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -1128,11 +1176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1144,11 +1192,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1160,11 +1208,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -1176,11 +1224,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1192,11 +1240,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1208,11 +1256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1224,11 +1272,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1240,11 +1288,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -1256,11 +1304,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1272,11 +1320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1288,11 +1336,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1304,11 +1352,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1320,15 +1368,15 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { - "c": " width ", + "c": " ", "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -1336,11 +1384,43 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "width", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.width.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" + } + }, + { + "c": " ", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF", + "2026-dark": "default: #BBBEBF", + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1352,15 +1432,15 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { - "c": " x", + "c": " ", "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -1368,11 +1448,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "x", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.x.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1384,15 +1480,15 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { - "c": " height ", + "c": " ", "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -1400,11 +1496,43 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "height", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.height.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" + } + }, + { + "c": " ", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF", + "2026-dark": "default: #BBBEBF", + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1416,15 +1544,15 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { - "c": " y", + "c": " ", "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -1432,11 +1560,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "y", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.y.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1448,11 +1592,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1464,59 +1608,59 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "long", - "t": "source.cpp meta.function.definition.special.operator-overload.cpp meta.qualified_type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.function.definition.special.operator-overload.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { "c": " ", - "t": "source.cpp meta.function.definition.special.operator-overload.cpp meta.qualified_type.cpp", + "t": "source.cpp meta.function.definition.special.operator-overload.cpp meta.qualified-type.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "double", - "t": "source.cpp meta.function.definition.special.operator-overload.cpp meta.qualified_type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.function.definition.special.operator-overload.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -1528,11 +1672,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1544,11 +1688,11 @@ "dark_vs": "keyword: #569CD6", "light_vs": "keyword: #0000FF", "hc_black": "keyword.other.operator: #C586C0", - "dark_modern": "keyword.other.operator: #C586C0", - "hc_light": "keyword.other.operator: #B5200D", - "light_modern": "keyword.other.operator: #AF00DB", "2026-dark": "keyword.other.operator: #C586C0", - "2026-light": "keyword.other.operator: #AF00DB" + "dark_modern": "keyword.other.operator: #C586C0", + "2026-light": "keyword.other.operator: #AF00DB", + "hc_light": "keyword.other.operator: #B5200D", + "light_modern": "keyword.other.operator: #AF00DB" } }, { @@ -1560,11 +1704,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1576,11 +1720,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "entity.name.operator.custom-literal: #DCDCAA", - "hc_light": "entity.name.operator.custom-literal: #5E2CBC", - "light_modern": "entity.name.operator.custom-literal: #795E26", "2026-dark": "entity.name.operator.custom-literal: #DCDCAA", - "2026-light": "entity.name.operator.custom-literal: #795E26" + "dark_modern": "entity.name.operator.custom-literal: #DCDCAA", + "2026-light": "entity.name.operator.custom-literal: #795E26", + "hc_light": "entity.name.operator.custom-literal: #5E2CBC", + "light_modern": "entity.name.operator.custom-literal: #795E26" } }, { @@ -1592,11 +1736,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1608,11 +1752,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "entity.name.operator.custom-literal: #DCDCAA", - "hc_light": "entity.name.operator.custom-literal: #5E2CBC", - "light_modern": "entity.name.operator.custom-literal: #795E26", "2026-dark": "entity.name.operator.custom-literal: #DCDCAA", - "2026-light": "entity.name.operator.custom-literal: #795E26" + "dark_modern": "entity.name.operator.custom-literal: #DCDCAA", + "2026-light": "entity.name.operator.custom-literal: #795E26", + "hc_light": "entity.name.operator.custom-literal: #5E2CBC", + "light_modern": "entity.name.operator.custom-literal: #795E26" } }, { @@ -1624,11 +1768,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1640,11 +1784,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -1656,11 +1800,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1672,11 +1816,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -1688,11 +1832,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1704,11 +1848,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1720,11 +1864,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -1736,11 +1880,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -1752,11 +1896,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1768,11 +1912,11 @@ "dark_vs": "entity.name.function.preprocessor: #569CD6", "light_vs": "entity.name.function.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function.preprocessor: #569CD6", - "hc_light": "entity.name.function.preprocessor: #0F4A85", - "light_modern": "entity.name.function.preprocessor: #0000FF", "2026-dark": "entity.name.function.preprocessor: #569CD6", - "2026-light": "entity.name.function.preprocessor: #0000FF" + "dark_modern": "entity.name.function.preprocessor: #569CD6", + "2026-light": "entity.name.function.preprocessor: #0000FF", + "hc_light": "entity.name.function.preprocessor: #0F4A85", + "light_modern": "entity.name.function.preprocessor: #0000FF" } }, { @@ -1784,11 +1928,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1800,11 +1944,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1816,11 +1960,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1832,11 +1976,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1848,11 +1992,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1864,27 +2008,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "int", - "t": "source.cpp meta.function.definition.cpp meta.qualified_type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.function.definition.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -1896,11 +2040,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1912,11 +2056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -1928,11 +2072,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1944,11 +2088,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1960,11 +2104,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1976,11 +2120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -1992,11 +2136,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2008,11 +2152,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2024,11 +2168,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -2040,11 +2184,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -2056,11 +2200,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -2072,11 +2216,11 @@ "dark_vs": "keyword.other.unit: #B5CEA8", "light_vs": "keyword.other.unit: #098658", "hc_black": "keyword.other.unit: #B5CEA8", - "dark_modern": "keyword.other.unit: #B5CEA8", - "hc_light": "keyword.other.unit: #096D48", - "light_modern": "keyword.other.unit: #098658", "2026-dark": "keyword.other.unit: #B5CEA8", - "2026-light": "keyword.other.unit: #098658" + "dark_modern": "keyword.other.unit: #B5CEA8", + "2026-light": "keyword.other.unit: #098658", + "hc_light": "keyword.other.unit: #096D48", + "light_modern": "keyword.other.unit: #098658" } }, { @@ -2088,11 +2232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2104,11 +2248,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2120,11 +2264,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "punctuation.definition.comment: #8B949E", - "2026-light": "punctuation.definition.comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "punctuation.definition.comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2136,11 +2280,11 @@ "dark_vs": "comment: #6A9955", "light_vs": "comment: #008000", "hc_black": "comment: #7CA668", - "dark_modern": "comment: #6A9955", - "hc_light": "comment: #515151", - "light_modern": "comment: #008000", "2026-dark": "comment: #8B949E", - "2026-light": "comment: #6E7781" + "dark_modern": "comment: #6A9955", + "2026-light": "comment: #6E7781", + "hc_light": "comment: #515151", + "light_modern": "comment: #008000" } }, { @@ -2152,11 +2296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2168,11 +2312,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -2184,11 +2328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2200,11 +2344,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2216,11 +2360,11 @@ "dark_vs": "meta.embedded.assembly: #CE9178", "light_vs": "meta.embedded.assembly: #A31515", "hc_black": "meta.embedded: #FFFFFF", - "dark_modern": "meta.embedded.assembly: #CE9178", - "hc_light": "meta.embedded.assembly: #0F4A85", - "light_modern": "meta.embedded.assembly: #A31515", "2026-dark": "meta.embedded.assembly: #CE9178", - "2026-light": "meta.embedded.assembly: #A31515" + "dark_modern": "meta.embedded.assembly: #CE9178", + "2026-light": "meta.embedded.assembly: #A31515", + "hc_light": "meta.embedded.assembly: #0F4A85", + "light_modern": "meta.embedded.assembly: #A31515" } }, { @@ -2232,11 +2376,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2248,11 +2392,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2264,11 +2408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2280,43 +2424,43 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "MY_MACRO", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp entity.name.function.call.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp entity.name.function.call.upper-case.cpp entity.name.function.call.cpp", "r": { "dark_plus": "entity.name.function: #DCDCAA", "light_plus": "entity.name.function: #795E26", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { "c": "(", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp punctuation.section.arguments.begin.bracket.round.function.call.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp punctuation.section.arguments.begin.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2328,11 +2472,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -2344,11 +2488,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2360,11 +2504,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2376,27 +2520,27 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { "c": ")", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp punctuation.section.arguments.end.bracket.round.function.call.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp punctuation.section.arguments.end.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2408,27 +2552,75 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { - "c": " Rectangle rect", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "c": " ", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.declaration.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "Rectangle", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.declaration.cpp meta.qualified-type.cpp entity.name.type.cpp", + "r": { + "dark_plus": "entity.name.type: #4EC9B0", + "light_plus": "entity.name.type: #267F99", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "entity.name.type: #4EC9B0", + "2026-dark": "entity.name.type: #4EC9B0", + "dark_modern": "entity.name.type: #4EC9B0", + "2026-light": "entity.name.type: #267F99", + "hc_light": "entity.name.type: #185E73", + "light_modern": "entity.name.type: #267F99" + } + }, + { + "c": " ", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.declaration.cpp", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF", + "2026-dark": "default: #BBBEBF", + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "rect", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.declaration.cpp meta.declaration.cpp variable.lower-case.cpp variable.other.declare.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2440,11 +2632,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2456,27 +2648,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "rect", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.other.object.access.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.object.access.rect.cpp", "r": { "dark_plus": "variable: #9CDCFE", "light_plus": "variable: #001080", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2488,11 +2680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2504,11 +2696,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -2520,11 +2712,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2536,11 +2728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2552,11 +2744,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -2568,11 +2760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2584,11 +2776,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -2600,11 +2792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2616,15 +2808,15 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { - "c": " cout ", + "c": " ", "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -2632,27 +2824,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { - "c": "<<", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp keyword.operator.bitwise.shift.cpp", + "c": "cout", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.unknown.cout.cpp", "r": { - "dark_plus": "keyword.operator: #D4D4D4", - "light_plus": "keyword.operator: #000000", - "dark_vs": "keyword.operator: #D4D4D4", - "light_vs": "keyword.operator: #000000", - "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", - "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2664,11 +2856,43 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "<<", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp keyword.operator.bitwise.shift.cpp", + "r": { + "dark_plus": "keyword.operator: #D4D4D4", + "light_plus": "keyword.operator: #000000", + "dark_vs": "keyword.operator: #D4D4D4", + "light_vs": "keyword.operator: #000000", + "hc_black": "keyword.operator: #D4D4D4", + "2026-dark": "keyword.operator: #D4D4D4", + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" + } + }, + { + "c": " ", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF", + "2026-dark": "default: #BBBEBF", + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2680,11 +2904,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2696,11 +2920,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2712,11 +2936,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2728,11 +2952,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2744,11 +2968,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -2760,27 +2984,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "rect", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.other.object.access.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.lower-case.cpp variable.other.object.access.rect.cpp", "r": { "dark_plus": "variable: #9CDCFE", "light_plus": "variable: #001080", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2792,11 +3016,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2808,11 +3032,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -2824,11 +3048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2840,11 +3064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2856,11 +3080,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2872,11 +3096,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -2888,11 +3112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.scope-resolution: #4EC9B0", - "dark_modern": "entity.name.scope-resolution: #4EC9B0", - "hc_light": "entity.name.scope-resolution: #185E73", - "light_modern": "entity.name.scope-resolution: #267F99", "2026-dark": "entity.name.scope-resolution: #4EC9B0", - "2026-light": "entity.name.scope-resolution: #267F99" + "dark_modern": "entity.name.scope-resolution: #4EC9B0", + "2026-light": "entity.name.scope-resolution: #267F99", + "hc_light": "entity.name.scope-resolution: #185E73", + "light_modern": "entity.name.scope-resolution: #267F99" } }, { @@ -2904,27 +3128,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "ANY_OUTPUT_TYPE", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.template.call.cpp meta.template.call.cpp meta.qualified_type.cpp entity.name.type.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.template.call.cpp meta.template.call.cpp meta.qualified-type.cpp entity.name.type.cpp", "r": { "dark_plus": "entity.name.type: #4EC9B0", "light_plus": "entity.name.type: #267F99", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.type: #4EC9B0", - "dark_modern": "entity.name.type: #4EC9B0", - "hc_light": "entity.name.type: #185E73", - "light_modern": "entity.name.type: #267F99", "2026-dark": "entity.name.type: #4EC9B0", - "2026-light": "entity.name.type: #267F99" + "dark_modern": "entity.name.type: #4EC9B0", + "2026-light": "entity.name.type: #267F99", + "hc_light": "entity.name.type: #185E73", + "light_modern": "entity.name.type: #267F99" } }, { @@ -2936,43 +3160,43 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": " ", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.template.call.cpp meta.template.call.cpp meta.qualified_type.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.template.call.cpp meta.template.call.cpp meta.qualified-type.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "ANY_INPUT_TYPE", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.template.call.cpp meta.template.call.cpp meta.qualified_type.cpp entity.name.type.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.template.call.cpp meta.template.call.cpp meta.qualified-type.cpp entity.name.type.cpp", "r": { "dark_plus": "entity.name.type: #4EC9B0", "light_plus": "entity.name.type: #267F99", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.type: #4EC9B0", - "dark_modern": "entity.name.type: #4EC9B0", - "hc_light": "entity.name.type: #185E73", - "light_modern": "entity.name.type: #267F99", "2026-dark": "entity.name.type: #4EC9B0", - "2026-light": "entity.name.type: #267F99" + "dark_modern": "entity.name.type: #4EC9B0", + "2026-light": "entity.name.type: #267F99", + "hc_light": "entity.name.type: #185E73", + "light_modern": "entity.name.type: #267F99" } }, { @@ -2984,11 +3208,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3000,27 +3224,27 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "links_to", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp variable.snake-case.cpp variable.other.unknown.links_to.cpp", "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", - "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -3032,107 +3256,139 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": " ", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "int", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { - "c": " t ", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "c": " ", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" + } + }, + { + "c": "t", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp meta.assignment.cpp variable.lower-case.cpp variable.other.assignment.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" + } + }, + { + "c": " ", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF", + "2026-dark": "default: #BBBEBF", + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "=", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp keyword.operator.assignment.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp meta.assignment.cpp keyword.operator.assignment.cpp", "r": { "dark_plus": "keyword.operator: #D4D4D4", "light_plus": "keyword.operator: #000000", "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { "c": " ", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp", "r": { "dark_plus": "default: #D4D4D4", "light_plus": "default: #000000", "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { "c": "2", - "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp constant.numeric.decimal.cpp", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.assignment.cpp constant.numeric.decimal.cpp", "r": { "dark_plus": "constant.numeric: #B5CEA8", "light_plus": "constant.numeric: #098658", "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -3144,11 +3400,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3160,11 +3416,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3176,11 +3432,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -3192,11 +3448,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3208,15 +3464,31 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { - "c": "t ", + "c": "t", + "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.parens.cpp variable.lower-case.cpp variable.other.unknown.t.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" + } + }, + { + "c": " ", "t": "source.cpp meta.function.definition.cpp meta.body.function.definition.cpp meta.parens.cpp", "r": { "dark_plus": "default: #D4D4D4", @@ -3224,11 +3496,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3240,11 +3512,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -3256,11 +3528,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3272,11 +3544,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -3288,11 +3560,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3304,11 +3576,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3320,11 +3592,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -3336,11 +3608,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3352,11 +3624,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -3368,11 +3640,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -3384,11 +3656,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -3400,11 +3672,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -3416,11 +3688,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3432,11 +3704,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3448,11 +3720,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3464,11 +3736,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -3480,11 +3752,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3496,11 +3768,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -3512,11 +3784,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3528,11 +3800,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } } ] \ No newline at end of file diff --git a/extensions/vscode-colorize-tests/test/colorize-results/test_cu.json b/extensions/vscode-colorize-tests/test/colorize-results/test_cu.json index 96a5084192d..38291b4837f 100644 --- a/extensions/vscode-colorize-tests/test/colorize-results/test_cu.json +++ b/extensions/vscode-colorize-tests/test/colorize-results/test_cu.json @@ -8,11 +8,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -24,11 +24,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -40,11 +40,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -56,11 +56,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -72,11 +72,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -88,11 +88,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -104,11 +104,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -120,11 +120,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -136,11 +136,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -152,11 +152,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -168,11 +168,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -184,11 +184,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -200,11 +200,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -216,11 +216,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -232,11 +232,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -248,11 +248,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -264,11 +264,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -280,11 +280,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -296,11 +296,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -312,11 +312,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -328,11 +328,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -344,11 +344,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -360,11 +360,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -376,11 +376,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -392,11 +392,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -408,11 +408,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -424,11 +424,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -440,11 +440,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -456,11 +456,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -472,11 +472,11 @@ "dark_vs": "entity.name.function.preprocessor: #569CD6", "light_vs": "entity.name.function.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function.preprocessor: #569CD6", - "hc_light": "entity.name.function.preprocessor: #0F4A85", - "light_modern": "entity.name.function.preprocessor: #0000FF", "2026-dark": "entity.name.function.preprocessor: #569CD6", - "2026-light": "entity.name.function.preprocessor: #0000FF" + "dark_modern": "entity.name.function.preprocessor: #569CD6", + "2026-light": "entity.name.function.preprocessor: #0000FF", + "hc_light": "entity.name.function.preprocessor: #0F4A85", + "light_modern": "entity.name.function.preprocessor: #0000FF" } }, { @@ -488,11 +488,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -504,11 +504,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -520,11 +520,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -536,11 +536,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -552,11 +552,11 @@ "dark_vs": "entity.name.function.preprocessor: #569CD6", "light_vs": "entity.name.function.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function.preprocessor: #569CD6", - "hc_light": "entity.name.function.preprocessor: #0F4A85", - "light_modern": "entity.name.function.preprocessor: #0000FF", "2026-dark": "entity.name.function.preprocessor: #569CD6", - "2026-light": "entity.name.function.preprocessor: #0000FF" + "dark_modern": "entity.name.function.preprocessor: #569CD6", + "2026-light": "entity.name.function.preprocessor: #0000FF", + "hc_light": "entity.name.function.preprocessor: #0F4A85", + "light_modern": "entity.name.function.preprocessor: #0000FF" } }, { @@ -568,11 +568,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -584,11 +584,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -600,11 +600,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -616,11 +616,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -632,11 +632,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -648,11 +648,11 @@ "dark_vs": "entity.name.function.preprocessor: #569CD6", "light_vs": "entity.name.function.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function.preprocessor: #569CD6", - "hc_light": "entity.name.function.preprocessor: #0F4A85", - "light_modern": "entity.name.function.preprocessor: #0000FF", "2026-dark": "entity.name.function.preprocessor: #569CD6", - "2026-light": "entity.name.function.preprocessor: #0000FF" + "dark_modern": "entity.name.function.preprocessor: #569CD6", + "2026-light": "entity.name.function.preprocessor: #0000FF", + "hc_light": "entity.name.function.preprocessor: #0F4A85", + "light_modern": "entity.name.function.preprocessor: #0000FF" } }, { @@ -664,11 +664,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -680,11 +680,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -696,11 +696,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -712,11 +712,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -728,11 +728,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -744,11 +744,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -760,11 +760,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -776,11 +776,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -792,11 +792,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -808,11 +808,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -824,11 +824,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -840,11 +840,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -856,11 +856,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -872,11 +872,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -888,11 +888,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -904,27 +904,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "c", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.parens.cpp meta.parens.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.parens.cpp meta.parens.cpp variable.lower-case.cpp variable.other.unknown.c.cpp", "r": { - "dark_plus": "meta.preprocessor: #569CD6", - "light_plus": "meta.preprocessor: #0000FF", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", - "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", - "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -936,11 +936,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -952,11 +952,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -968,11 +968,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -984,11 +984,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1000,11 +1000,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1016,11 +1016,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1032,11 +1032,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1048,11 +1048,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -1064,27 +1064,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "stderr", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp variable.lower-case.cpp variable.other.unknown.stderr.cpp", "r": { - "dark_plus": "meta.preprocessor: #569CD6", - "light_plus": "meta.preprocessor: #0000FF", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", - "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", - "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1096,11 +1096,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1112,11 +1112,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1128,11 +1128,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -1144,11 +1144,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -1160,11 +1160,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1176,11 +1176,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -1192,11 +1192,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1208,11 +1208,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -1224,11 +1224,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -1240,11 +1240,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -1256,11 +1256,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -1272,11 +1272,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -1288,11 +1288,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1304,11 +1304,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -1320,11 +1320,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1336,11 +1336,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1352,11 +1352,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1368,11 +1368,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1384,11 +1384,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1400,11 +1400,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1416,11 +1416,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1432,11 +1432,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "entity.name: #FFA657", - "2026-light": "entity.name: #953800" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "entity.name: #953800", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1448,11 +1448,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1464,11 +1464,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1480,11 +1480,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "entity.name: #FFA657", - "2026-light": "entity.name: #953800" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "entity.name: #953800", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1496,11 +1496,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1512,11 +1512,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1528,11 +1528,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1544,11 +1544,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1560,11 +1560,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1576,11 +1576,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -1592,11 +1592,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1608,11 +1608,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -1624,11 +1624,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1640,11 +1640,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1656,11 +1656,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1672,11 +1672,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1688,11 +1688,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1704,11 +1704,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1720,11 +1720,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1736,11 +1736,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -1752,11 +1752,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1768,11 +1768,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1784,11 +1784,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1800,11 +1800,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -1816,11 +1816,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1832,11 +1832,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -1848,11 +1848,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1864,11 +1864,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -1880,11 +1880,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -1896,11 +1896,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1912,11 +1912,11 @@ "dark_vs": "entity.name.function.preprocessor: #569CD6", "light_vs": "entity.name.function.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function.preprocessor: #569CD6", - "hc_light": "entity.name.function.preprocessor: #0F4A85", - "light_modern": "entity.name.function.preprocessor: #0000FF", "2026-dark": "entity.name.function.preprocessor: #569CD6", - "2026-light": "entity.name.function.preprocessor: #0000FF" + "dark_modern": "entity.name.function.preprocessor: #569CD6", + "2026-light": "entity.name.function.preprocessor: #0000FF", + "hc_light": "entity.name.function.preprocessor: #0F4A85", + "light_modern": "entity.name.function.preprocessor: #0000FF" } }, { @@ -1928,11 +1928,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1944,11 +1944,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -1960,11 +1960,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1976,11 +1976,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -1992,11 +1992,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -2008,11 +2008,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2024,11 +2024,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -2040,11 +2040,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2056,11 +2056,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2072,11 +2072,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2088,91 +2088,139 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { "c": " ", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp", "r": { "dark_plus": "meta.preprocessor: #569CD6", "light_plus": "meta.preprocessor: #0000FF", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "unsigned", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp meta.qualified-type.cpp storage.type.primitive.cpp storage.type.built-in.primitive.cpp", "r": { "dark_plus": "storage.type: #569CD6", "light_plus": "storage.type: #0000FF", "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { - "c": " __tmp ", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp", + "c": " ", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp", "r": { "dark_plus": "meta.preprocessor: #569CD6", "light_plus": "meta.preprocessor: #0000FF", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" + } + }, + { + "c": "__tmp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp meta.assignment.cpp variable.other.unknown.__tmp.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "meta.preprocessor: #569CD6", + "light_vs": "meta.preprocessor: #0000FF", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" + } + }, + { + "c": " ", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp", + "r": { + "dark_plus": "meta.preprocessor: #569CD6", + "light_plus": "meta.preprocessor: #0000FF", + "dark_vs": "meta.preprocessor: #569CD6", + "light_vs": "meta.preprocessor: #0000FF", + "hc_black": "meta.preprocessor: #569CD6", + "2026-dark": "meta.block: #C9D1D9", + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "=", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp keyword.operator.assignment.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp meta.assignment.cpp keyword.operator.assignment.cpp", "r": { "dark_plus": "keyword.operator: #D4D4D4", "light_plus": "keyword.operator: #000000", "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { - "c": " c", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp", + "c": " ", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp", "r": { "dark_plus": "meta.preprocessor: #569CD6", "light_plus": "meta.preprocessor: #0000FF", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" + } + }, + { + "c": "c", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.assignment.cpp variable.lower-case.cpp variable.other.unknown.c.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "meta.preprocessor: #569CD6", + "light_vs": "meta.preprocessor: #0000FF", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2184,11 +2232,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2200,11 +2248,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2216,11 +2264,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -2232,11 +2280,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2248,11 +2296,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -2264,15 +2312,31 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { - "c": "__tmp ", + "c": "__tmp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.parens.cpp variable.other.unknown.__tmp.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "meta.preprocessor: #569CD6", + "light_vs": "meta.preprocessor: #0000FF", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" + } + }, + { + "c": " ", "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.parens.cpp", "r": { "dark_plus": "meta.preprocessor: #569CD6", @@ -2280,11 +2344,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2296,15 +2360,15 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { - "c": " cudaSuccess", + "c": " ", "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.parens.cpp", "r": { "dark_plus": "meta.preprocessor: #569CD6", @@ -2312,11 +2376,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" + } + }, + { + "c": "cudaSuccess", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.parens.cpp variable.camel-case.cpp variable.other.unknown.cudaSuccess.cpp", + "r": { + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", + "dark_vs": "meta.preprocessor: #569CD6", + "light_vs": "meta.preprocessor: #0000FF", + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2328,11 +2408,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2344,11 +2424,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2360,11 +2440,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2376,11 +2456,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2392,11 +2472,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -2408,11 +2488,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2424,11 +2504,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -2440,27 +2520,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "stderr", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp variable.lower-case.cpp variable.other.unknown.stderr.cpp", "r": { - "dark_plus": "meta.preprocessor: #569CD6", - "light_plus": "meta.preprocessor: #0000FF", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", - "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", - "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2472,11 +2552,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2488,11 +2568,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2504,11 +2584,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2520,11 +2600,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2536,11 +2616,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -2552,11 +2632,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -2568,11 +2648,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -2584,11 +2664,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2600,11 +2680,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -2616,11 +2696,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2632,11 +2712,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -2648,11 +2728,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2664,11 +2744,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -2680,11 +2760,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2696,11 +2776,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -2712,11 +2792,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -2728,11 +2808,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2744,11 +2824,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2760,11 +2840,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -2776,11 +2856,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2792,11 +2872,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2808,11 +2888,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2824,11 +2904,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2840,27 +2920,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "__tmp", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp meta.parens.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp meta.parens.cpp variable.other.unknown.__tmp.cpp", "r": { - "dark_plus": "meta.preprocessor: #569CD6", - "light_plus": "meta.preprocessor: #0000FF", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", - "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", - "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -2872,11 +2952,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2888,11 +2968,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2904,11 +2984,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2920,11 +3000,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "entity.name: #FFA657", - "2026-light": "entity.name: #953800" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "entity.name: #953800", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2936,11 +3016,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2952,11 +3032,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2968,11 +3048,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "entity.name: #FFA657", - "2026-light": "entity.name: #953800" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "entity.name: #953800", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -2984,11 +3064,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3000,11 +3080,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3016,11 +3096,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3032,11 +3112,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -3048,11 +3128,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3064,11 +3144,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -3080,27 +3160,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "__tmp", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.block.cpp meta.block.cpp variable.other.unknown.__tmp.cpp", "r": { - "dark_plus": "meta.preprocessor: #569CD6", - "light_plus": "meta.preprocessor: #0000FF", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", - "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", - "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -3112,11 +3192,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3128,11 +3208,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3144,11 +3224,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3160,11 +3240,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -3176,11 +3256,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3192,11 +3272,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3208,11 +3288,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3224,11 +3304,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -3240,11 +3320,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3256,11 +3336,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.block: #1F2328", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3272,11 +3352,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3288,11 +3368,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -3304,11 +3384,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3320,11 +3400,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -3336,11 +3416,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3352,11 +3432,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -3368,11 +3448,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -3384,11 +3464,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3400,11 +3480,11 @@ "dark_vs": "entity.name.function.preprocessor: #569CD6", "light_vs": "entity.name.function.preprocessor: #0000FF", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function.preprocessor: #569CD6", - "hc_light": "entity.name.function.preprocessor: #0F4A85", - "light_modern": "entity.name.function.preprocessor: #0000FF", "2026-dark": "entity.name.function.preprocessor: #569CD6", - "2026-light": "entity.name.function.preprocessor: #0000FF" + "dark_modern": "entity.name.function.preprocessor: #569CD6", + "2026-light": "entity.name.function.preprocessor: #0000FF", + "hc_light": "entity.name.function.preprocessor: #0F4A85", + "light_modern": "entity.name.function.preprocessor: #0000FF" } }, { @@ -3416,11 +3496,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3432,11 +3512,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -3448,11 +3528,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3464,11 +3544,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3480,11 +3560,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3496,11 +3576,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -3512,27 +3592,27 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { "c": "x", - "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.parens.cpp meta.arguments.operator.sizeof", + "t": "source.cuda-cpp meta.preprocessor.macro.cuda-cpp meta.parens.cpp meta.arguments.operator.sizeof variable.lower-case.cpp variable.other.unknown.x.cpp", "r": { - "dark_plus": "meta.preprocessor: #569CD6", - "light_plus": "meta.preprocessor: #0000FF", + "dark_plus": "variable: #9CDCFE", + "light_plus": "variable: #001080", "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", - "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", - "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "hc_black": "variable: #9CDCFE", + "2026-dark": "variable.other: #C9D1D9", + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -3544,11 +3624,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3560,11 +3640,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3576,11 +3656,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -3592,11 +3672,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3608,11 +3688,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -3624,11 +3704,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3640,11 +3720,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -3656,11 +3736,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3672,11 +3752,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -3688,11 +3768,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3704,11 +3784,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3720,11 +3800,11 @@ "dark_vs": "meta.preprocessor: #569CD6", "light_vs": "meta.preprocessor: #0000FF", "hc_black": "meta.preprocessor: #569CD6", - "dark_modern": "meta.preprocessor: #569CD6", - "hc_light": "meta.preprocessor: #0F4A85", - "light_modern": "meta.preprocessor: #0000FF", "2026-dark": "meta.preprocessor: #569CD6", - "2026-light": "meta.preprocessor: #0000FF" + "dark_modern": "meta.preprocessor: #569CD6", + "2026-light": "meta.preprocessor: #0000FF", + "hc_light": "meta.preprocessor: #0F4A85", + "light_modern": "meta.preprocessor: #0000FF" } }, { @@ -3736,11 +3816,11 @@ "dark_vs": "storage.modifier: #569CD6", "light_vs": "storage.modifier: #0000FF", "hc_black": "storage.modifier: #569CD6", - "dark_modern": "storage.modifier: #569CD6", - "hc_light": "storage.modifier: #0F4A85", - "light_modern": "storage.modifier: #0000FF", "2026-dark": "storage.modifier: #569CD6", - "2026-light": "storage.modifier: #0000FF" + "dark_modern": "storage.modifier: #569CD6", + "2026-light": "storage.modifier: #0000FF", + "hc_light": "storage.modifier: #0F4A85", + "light_modern": "storage.modifier: #0000FF" } }, { @@ -3752,11 +3832,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3768,11 +3848,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -3784,11 +3864,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3800,11 +3880,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -3816,11 +3896,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3832,11 +3912,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -3848,11 +3928,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3864,11 +3944,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -3880,11 +3960,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3896,11 +3976,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -3912,11 +3992,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3928,11 +4008,11 @@ "dark_vs": "storage.modifier: #569CD6", "light_vs": "storage.modifier: #0000FF", "hc_black": "storage.modifier: #569CD6", - "dark_modern": "storage.modifier: #569CD6", - "hc_light": "storage.modifier: #0F4A85", - "light_modern": "storage.modifier: #0000FF", "2026-dark": "storage.modifier: #569CD6", - "2026-light": "storage.modifier: #0000FF" + "dark_modern": "storage.modifier: #569CD6", + "2026-light": "storage.modifier: #0000FF", + "hc_light": "storage.modifier: #0F4A85", + "light_modern": "storage.modifier: #0000FF" } }, { @@ -3944,11 +4024,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3960,11 +4040,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -3976,11 +4056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -3992,11 +4072,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -4008,11 +4088,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4024,11 +4104,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -4040,11 +4120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4056,11 +4136,11 @@ "dark_vs": "keyword: #569CD6", "light_vs": "keyword: #0000FF", "hc_black": "keyword: #569CD6", - "dark_modern": "keyword: #569CD6", - "hc_light": "keyword: #0F4A85", - "light_modern": "keyword: #0000FF", "2026-dark": "keyword: #FF7B72", - "2026-light": "keyword: #CF222E" + "dark_modern": "keyword: #569CD6", + "2026-light": "keyword: #CF222E", + "hc_light": "keyword: #0F4A85", + "light_modern": "keyword: #0000FF" } }, { @@ -4072,11 +4152,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4088,11 +4168,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4104,11 +4184,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4120,11 +4200,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4136,11 +4216,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4152,11 +4232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4168,11 +4248,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4184,11 +4264,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4200,11 +4280,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.type: #4EC9B0", - "dark_modern": "entity.name.type: #4EC9B0", - "hc_light": "entity.name.type: #185E73", - "light_modern": "entity.name.type: #267F99", "2026-dark": "entity.name.type: #4EC9B0", - "2026-light": "entity.name.type: #267F99" + "dark_modern": "entity.name.type: #4EC9B0", + "2026-light": "entity.name.type: #267F99", + "hc_light": "entity.name.type: #185E73", + "light_modern": "entity.name.type: #267F99" } }, { @@ -4216,11 +4296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4232,11 +4312,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4248,11 +4328,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4264,11 +4344,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4280,11 +4360,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4296,11 +4376,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4312,11 +4392,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4328,11 +4408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4344,11 +4424,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4360,11 +4440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4376,11 +4456,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4392,11 +4472,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4408,11 +4488,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4424,11 +4504,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4440,11 +4520,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4456,11 +4536,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4472,11 +4552,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4488,11 +4568,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4504,11 +4584,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4520,11 +4600,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4536,11 +4616,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4552,11 +4632,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4568,11 +4648,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4584,11 +4664,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4600,11 +4680,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4616,11 +4696,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4632,11 +4712,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4648,11 +4728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4664,11 +4744,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4680,11 +4760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4696,11 +4776,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4712,11 +4792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4728,11 +4808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4744,11 +4824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4760,11 +4840,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4776,11 +4856,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4792,11 +4872,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -4808,11 +4888,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4824,11 +4904,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -4840,11 +4920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4856,11 +4936,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4872,11 +4952,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4888,11 +4968,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4904,11 +4984,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4920,11 +5000,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4936,11 +5016,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4952,11 +5032,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -4968,11 +5048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -4984,11 +5064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5000,11 +5080,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5016,11 +5096,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5032,11 +5112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5048,11 +5128,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5064,11 +5144,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5080,11 +5160,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5096,11 +5176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5112,11 +5192,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -5128,11 +5208,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5144,11 +5224,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -5160,11 +5240,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5176,11 +5256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5192,11 +5272,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5208,11 +5288,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5224,11 +5304,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5240,11 +5320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -5256,11 +5336,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5272,11 +5352,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -5288,11 +5368,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5304,11 +5384,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5320,11 +5400,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5336,11 +5416,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5352,11 +5432,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5368,11 +5448,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5384,11 +5464,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5400,11 +5480,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5416,11 +5496,11 @@ "dark_vs": "storage.modifier: #569CD6", "light_vs": "storage.modifier: #0000FF", "hc_black": "storage.modifier: #569CD6", - "dark_modern": "storage.modifier: #569CD6", - "hc_light": "storage.modifier: #0F4A85", - "light_modern": "storage.modifier: #0000FF", "2026-dark": "storage.modifier: #569CD6", - "2026-light": "storage.modifier: #0000FF" + "dark_modern": "storage.modifier: #569CD6", + "2026-light": "storage.modifier: #0000FF", + "hc_light": "storage.modifier: #0F4A85", + "light_modern": "storage.modifier: #0000FF" } }, { @@ -5432,11 +5512,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5448,11 +5528,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5464,11 +5544,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5480,11 +5560,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -5496,11 +5576,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5512,11 +5592,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.type: #4EC9B0", - "dark_modern": "entity.name.type: #4EC9B0", - "hc_light": "entity.name.type: #185E73", - "light_modern": "entity.name.type: #267F99", "2026-dark": "entity.name.type: #4EC9B0", - "2026-light": "entity.name.type: #267F99" + "dark_modern": "entity.name.type: #4EC9B0", + "2026-light": "entity.name.type: #267F99", + "hc_light": "entity.name.type: #185E73", + "light_modern": "entity.name.type: #267F99" } }, { @@ -5528,11 +5608,11 @@ "dark_vs": "storage.modifier: #569CD6", "light_vs": "storage.modifier: #0000FF", "hc_black": "storage.modifier: #569CD6", - "dark_modern": "storage.modifier: #569CD6", - "hc_light": "storage.modifier: #0F4A85", - "light_modern": "storage.modifier: #0000FF", "2026-dark": "storage.modifier: #569CD6", - "2026-light": "storage.modifier: #0000FF" + "dark_modern": "storage.modifier: #569CD6", + "2026-light": "storage.modifier: #0000FF", + "hc_light": "storage.modifier: #0F4A85", + "light_modern": "storage.modifier: #0000FF" } }, { @@ -5544,11 +5624,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5560,11 +5640,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -5576,11 +5656,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5592,11 +5672,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5608,11 +5688,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5624,11 +5704,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5640,11 +5720,11 @@ "dark_vs": "storage.modifier: #569CD6", "light_vs": "storage.modifier: #0000FF", "hc_black": "storage.modifier: #569CD6", - "dark_modern": "storage.modifier: #569CD6", - "hc_light": "storage.modifier: #0F4A85", - "light_modern": "storage.modifier: #0000FF", "2026-dark": "storage.modifier: #569CD6", - "2026-light": "storage.modifier: #0000FF" + "dark_modern": "storage.modifier: #569CD6", + "2026-light": "storage.modifier: #0000FF", + "hc_light": "storage.modifier: #0F4A85", + "light_modern": "storage.modifier: #0000FF" } }, { @@ -5656,11 +5736,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable: #FFA657", - "2026-light": "variable: #953800" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable: #953800", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -5672,11 +5752,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5688,11 +5768,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5704,11 +5784,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5720,11 +5800,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5736,11 +5816,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5752,11 +5832,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -5768,11 +5848,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5784,11 +5864,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5800,11 +5880,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5816,11 +5896,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -5832,11 +5912,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5848,11 +5928,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -5864,11 +5944,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5880,11 +5960,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -5896,11 +5976,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5912,11 +5992,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5928,11 +6008,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5944,11 +6024,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -5960,11 +6040,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -5976,11 +6056,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -5992,11 +6072,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6008,11 +6088,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6024,11 +6104,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6040,11 +6120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6056,11 +6136,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6072,11 +6152,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -6088,11 +6168,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6104,11 +6184,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6120,11 +6200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6136,11 +6216,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -6152,11 +6232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6168,11 +6248,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6184,11 +6264,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6200,11 +6280,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6216,11 +6296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6232,11 +6312,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6248,11 +6328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6264,11 +6344,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6280,11 +6360,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6296,11 +6376,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6312,11 +6392,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6328,11 +6408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6344,11 +6424,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6360,11 +6440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6376,11 +6456,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6392,11 +6472,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6408,11 +6488,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6424,11 +6504,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6440,11 +6520,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6456,11 +6536,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6472,11 +6552,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6488,11 +6568,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6504,11 +6584,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6520,11 +6600,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6536,11 +6616,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6552,11 +6632,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6568,11 +6648,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6584,11 +6664,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6600,11 +6680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6616,11 +6696,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6632,11 +6712,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -6648,11 +6728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6664,11 +6744,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -6680,11 +6760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6696,11 +6776,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6712,11 +6792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6728,11 +6808,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -6744,11 +6824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6760,11 +6840,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6776,11 +6856,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6792,11 +6872,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6808,11 +6888,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -6824,11 +6904,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6840,11 +6920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6856,11 +6936,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6872,11 +6952,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -6888,11 +6968,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6904,11 +6984,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6920,11 +7000,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6936,11 +7016,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -6952,11 +7032,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6968,11 +7048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -6984,11 +7064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7000,11 +7080,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7016,11 +7096,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7032,11 +7112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7048,11 +7128,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -7064,11 +7144,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7080,11 +7160,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -7096,11 +7176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7112,11 +7192,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7128,11 +7208,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7144,11 +7224,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7160,11 +7240,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7176,11 +7256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7192,11 +7272,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7208,11 +7288,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7224,11 +7304,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7240,11 +7320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7256,11 +7336,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -7272,11 +7352,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7288,11 +7368,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -7304,11 +7384,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7320,11 +7400,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7336,11 +7416,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7352,11 +7432,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -7368,11 +7448,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7384,11 +7464,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7400,11 +7480,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7416,11 +7496,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7432,11 +7512,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -7448,11 +7528,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7464,11 +7544,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -7480,11 +7560,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7496,11 +7576,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -7512,11 +7592,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7528,11 +7608,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7544,11 +7624,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7560,11 +7640,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7576,11 +7656,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7592,11 +7672,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7608,11 +7688,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7624,11 +7704,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7640,11 +7720,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7656,11 +7736,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7672,11 +7752,11 @@ "dark_vs": "keyword.operator.cast: #569CD6", "light_vs": "keyword.operator.cast: #0000FF", "hc_black": "keyword.operator.cast: #569CD6", - "dark_modern": "keyword.operator.cast: #569CD6", - "hc_light": "keyword.operator.cast: #0F4A85", - "light_modern": "keyword.operator.cast: #0000FF", "2026-dark": "keyword.operator.cast: #569CD6", - "2026-light": "keyword.operator.cast: #0000FF" + "dark_modern": "keyword.operator.cast: #569CD6", + "2026-light": "keyword.operator.cast: #0000FF", + "hc_light": "keyword.operator.cast: #0F4A85", + "light_modern": "keyword.operator.cast: #0000FF" } }, { @@ -7688,11 +7768,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7704,11 +7784,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7720,11 +7800,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7736,11 +7816,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7752,11 +7832,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7768,11 +7848,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -7784,11 +7864,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7800,11 +7880,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -7816,11 +7896,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7832,11 +7912,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7848,11 +7928,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7864,11 +7944,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7880,11 +7960,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7896,11 +7976,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -7912,11 +7992,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7928,11 +8008,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -7944,11 +8024,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -7960,11 +8040,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -7976,11 +8056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -7992,11 +8072,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8008,11 +8088,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8024,11 +8104,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8040,11 +8120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -8056,11 +8136,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8072,11 +8152,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8088,11 +8168,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8104,11 +8184,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8120,11 +8200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -8136,11 +8216,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8152,11 +8232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8168,11 +8248,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8184,11 +8264,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8200,11 +8280,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -8216,11 +8296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8232,11 +8312,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8248,11 +8328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8264,11 +8344,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -8280,11 +8360,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8296,11 +8376,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -8312,11 +8392,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8328,11 +8408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8344,11 +8424,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8360,11 +8440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8376,11 +8456,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -8392,11 +8472,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8408,11 +8488,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8424,11 +8504,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8440,11 +8520,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -8456,11 +8536,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8472,11 +8552,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -8488,11 +8568,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8504,11 +8584,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -8520,11 +8600,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8536,11 +8616,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8552,11 +8632,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8568,11 +8648,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8584,11 +8664,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -8600,11 +8680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8616,11 +8696,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8632,11 +8712,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -8648,11 +8728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8664,11 +8744,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -8680,11 +8760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8696,11 +8776,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8712,11 +8792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8728,11 +8808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -8744,11 +8824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8760,11 +8840,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -8776,11 +8856,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8792,11 +8872,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -8808,11 +8888,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8824,11 +8904,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8840,11 +8920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8856,11 +8936,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -8872,11 +8952,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8888,11 +8968,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8904,11 +8984,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8920,11 +9000,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -8936,11 +9016,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -8952,11 +9032,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8968,11 +9048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -8984,11 +9064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9000,11 +9080,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -9016,11 +9096,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9032,11 +9112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -9048,11 +9128,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9064,11 +9144,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9080,11 +9160,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9096,11 +9176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9112,11 +9192,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9128,11 +9208,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -9144,11 +9224,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9160,11 +9240,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9176,11 +9256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9192,11 +9272,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9208,11 +9288,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9224,11 +9304,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9240,11 +9320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9256,11 +9336,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9272,11 +9352,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9288,11 +9368,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -9304,11 +9384,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9320,11 +9400,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9336,11 +9416,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9352,11 +9432,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9368,11 +9448,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9384,11 +9464,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9400,11 +9480,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -9416,11 +9496,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9432,11 +9512,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9448,11 +9528,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -9464,11 +9544,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9480,11 +9560,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9496,11 +9576,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9512,11 +9592,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -9528,11 +9608,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9544,11 +9624,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9560,11 +9640,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9576,11 +9656,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9592,11 +9672,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9608,11 +9688,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9624,11 +9704,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9640,11 +9720,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9656,11 +9736,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9672,11 +9752,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9688,11 +9768,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9704,11 +9784,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -9720,11 +9800,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9736,11 +9816,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9752,11 +9832,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9768,11 +9848,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9784,11 +9864,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -9800,11 +9880,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9816,11 +9896,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -9832,11 +9912,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9848,11 +9928,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -9864,11 +9944,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9880,11 +9960,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9896,11 +9976,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9912,11 +9992,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -9928,11 +10008,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9944,11 +10024,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -9960,11 +10040,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9976,11 +10056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -9992,11 +10072,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10008,11 +10088,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10024,11 +10104,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10040,11 +10120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10056,11 +10136,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10072,11 +10152,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10088,11 +10168,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10104,11 +10184,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10120,11 +10200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10136,11 +10216,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10152,11 +10232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10168,11 +10248,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10184,11 +10264,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10200,11 +10280,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10216,11 +10296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10232,11 +10312,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -10248,11 +10328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10264,11 +10344,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10280,11 +10360,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -10296,11 +10376,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10312,11 +10392,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -10328,11 +10408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10344,11 +10424,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10360,11 +10440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10376,11 +10456,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -10392,11 +10472,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10408,11 +10488,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10424,11 +10504,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10440,11 +10520,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10456,11 +10536,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -10472,11 +10552,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10488,11 +10568,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10504,11 +10584,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10520,11 +10600,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10536,11 +10616,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10552,11 +10632,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10568,11 +10648,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10584,11 +10664,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10600,11 +10680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10616,11 +10696,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10632,11 +10712,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10648,11 +10728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10664,11 +10744,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10680,11 +10760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10696,11 +10776,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10712,11 +10792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10728,11 +10808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10744,11 +10824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10760,11 +10840,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10776,11 +10856,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10792,11 +10872,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -10808,11 +10888,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10824,11 +10904,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10840,11 +10920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10856,11 +10936,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10872,11 +10952,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10888,11 +10968,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10904,11 +10984,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10920,11 +11000,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10936,11 +11016,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -10952,11 +11032,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -10968,11 +11048,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -10984,11 +11064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11000,11 +11080,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11016,11 +11096,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11032,11 +11112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11048,11 +11128,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -11064,11 +11144,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11080,11 +11160,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -11096,11 +11176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11112,11 +11192,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11128,11 +11208,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11144,11 +11224,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -11160,11 +11240,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11176,11 +11256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11192,11 +11272,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11208,11 +11288,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11224,11 +11304,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -11240,11 +11320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11256,11 +11336,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -11272,11 +11352,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11288,11 +11368,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11304,11 +11384,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11320,11 +11400,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11336,11 +11416,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -11352,11 +11432,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11368,11 +11448,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11384,11 +11464,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11400,11 +11480,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11416,11 +11496,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11432,11 +11512,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11448,11 +11528,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11464,11 +11544,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11480,11 +11560,11 @@ "dark_vs": "keyword.operator.cast: #569CD6", "light_vs": "keyword.operator.cast: #0000FF", "hc_black": "keyword.operator.cast: #569CD6", - "dark_modern": "keyword.operator.cast: #569CD6", - "hc_light": "keyword.operator.cast: #0F4A85", - "light_modern": "keyword.operator.cast: #0000FF", "2026-dark": "keyword.operator.cast: #569CD6", - "2026-light": "keyword.operator.cast: #0000FF" + "dark_modern": "keyword.operator.cast: #569CD6", + "2026-light": "keyword.operator.cast: #0000FF", + "hc_light": "keyword.operator.cast: #0F4A85", + "light_modern": "keyword.operator.cast: #0000FF" } }, { @@ -11496,11 +11576,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11512,11 +11592,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11528,11 +11608,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11544,11 +11624,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11560,11 +11640,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11576,11 +11656,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -11592,11 +11672,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11608,11 +11688,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11624,11 +11704,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11640,11 +11720,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11656,11 +11736,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -11672,11 +11752,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11688,11 +11768,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11704,11 +11784,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11720,11 +11800,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11736,11 +11816,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11752,11 +11832,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11768,11 +11848,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11784,11 +11864,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -11800,11 +11880,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -11816,11 +11896,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -11832,11 +11912,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11848,11 +11928,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11864,11 +11944,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11880,11 +11960,11 @@ "dark_vs": "keyword.operator.cast: #569CD6", "light_vs": "keyword.operator.cast: #0000FF", "hc_black": "keyword.operator.cast: #569CD6", - "dark_modern": "keyword.operator.cast: #569CD6", - "hc_light": "keyword.operator.cast: #0F4A85", - "light_modern": "keyword.operator.cast: #0000FF", "2026-dark": "keyword.operator.cast: #569CD6", - "2026-light": "keyword.operator.cast: #0000FF" + "dark_modern": "keyword.operator.cast: #569CD6", + "2026-light": "keyword.operator.cast: #0000FF", + "hc_light": "keyword.operator.cast: #0F4A85", + "light_modern": "keyword.operator.cast: #0000FF" } }, { @@ -11896,11 +11976,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11912,11 +11992,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -11928,11 +12008,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -11944,11 +12024,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11960,11 +12040,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11976,11 +12056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -11992,11 +12072,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -12008,11 +12088,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12024,11 +12104,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12040,11 +12120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12056,11 +12136,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -12072,11 +12152,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12088,11 +12168,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -12104,11 +12184,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12120,11 +12200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12136,11 +12216,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12152,11 +12232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12168,11 +12248,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12184,11 +12264,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12200,11 +12280,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12216,11 +12296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12232,11 +12312,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12248,11 +12328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12264,11 +12344,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12280,11 +12360,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12296,11 +12376,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -12312,11 +12392,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12328,11 +12408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12344,11 +12424,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -12360,11 +12440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12376,11 +12456,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -12392,11 +12472,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12408,11 +12488,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -12424,11 +12504,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12440,11 +12520,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12456,11 +12536,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12472,11 +12552,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12488,11 +12568,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12504,11 +12584,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12520,11 +12600,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12536,11 +12616,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12552,11 +12632,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12568,11 +12648,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -12584,11 +12664,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12600,11 +12680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12616,11 +12696,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -12632,11 +12712,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12648,11 +12728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12664,11 +12744,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12680,11 +12760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12696,11 +12776,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12712,11 +12792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12728,11 +12808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12744,11 +12824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12760,11 +12840,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -12776,11 +12856,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12792,11 +12872,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12808,11 +12888,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -12824,11 +12904,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12840,11 +12920,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -12856,11 +12936,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12872,11 +12952,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12888,11 +12968,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12904,11 +12984,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12920,11 +13000,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12936,11 +13016,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12952,11 +13032,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -12968,11 +13048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -12984,11 +13064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13000,11 +13080,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13016,11 +13096,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13032,11 +13112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -13048,11 +13128,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13064,11 +13144,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13080,11 +13160,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13096,11 +13176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13112,11 +13192,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -13128,11 +13208,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13144,11 +13224,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -13160,11 +13240,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13176,11 +13256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13192,11 +13272,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13208,11 +13288,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13224,11 +13304,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -13240,11 +13320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13256,11 +13336,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13272,11 +13352,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13288,11 +13368,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13304,11 +13384,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -13320,11 +13400,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13336,11 +13416,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -13352,11 +13432,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13368,11 +13448,11 @@ "dark_vs": "keyword.operator.cast: #569CD6", "light_vs": "keyword.operator.cast: #0000FF", "hc_black": "keyword.operator.cast: #569CD6", - "dark_modern": "keyword.operator.cast: #569CD6", - "hc_light": "keyword.operator.cast: #0F4A85", - "light_modern": "keyword.operator.cast: #0000FF", "2026-dark": "keyword.operator.cast: #569CD6", - "2026-light": "keyword.operator.cast: #0000FF" + "dark_modern": "keyword.operator.cast: #569CD6", + "2026-light": "keyword.operator.cast: #0000FF", + "hc_light": "keyword.operator.cast: #0F4A85", + "light_modern": "keyword.operator.cast: #0000FF" } }, { @@ -13384,11 +13464,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13400,11 +13480,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -13416,11 +13496,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13432,11 +13512,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13448,11 +13528,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13464,11 +13544,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13480,11 +13560,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13496,11 +13576,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13512,11 +13592,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13528,11 +13608,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13544,11 +13624,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13560,11 +13640,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -13576,11 +13656,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13592,11 +13672,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -13608,11 +13688,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13624,11 +13704,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13640,11 +13720,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13656,11 +13736,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13672,11 +13752,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13688,11 +13768,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13704,11 +13784,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13720,11 +13800,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -13736,11 +13816,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13752,11 +13832,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13768,11 +13848,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13784,11 +13864,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13800,11 +13880,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13816,11 +13896,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13832,11 +13912,11 @@ "dark_vs": "storage.modifier: #569CD6", "light_vs": "storage.modifier: #0000FF", "hc_black": "storage.modifier: #569CD6", - "dark_modern": "storage.modifier: #569CD6", - "hc_light": "storage.modifier: #0F4A85", - "light_modern": "storage.modifier: #0000FF", "2026-dark": "storage.modifier: #569CD6", - "2026-light": "storage.modifier: #0000FF" + "dark_modern": "storage.modifier: #569CD6", + "2026-light": "storage.modifier: #0000FF", + "hc_light": "storage.modifier: #0F4A85", + "light_modern": "storage.modifier: #0000FF" } }, { @@ -13848,11 +13928,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13864,11 +13944,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -13880,11 +13960,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13896,11 +13976,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13912,11 +13992,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13928,11 +14008,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -13944,11 +14024,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13960,11 +14040,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13976,11 +14056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -13992,11 +14072,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14008,11 +14088,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14024,11 +14104,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14040,11 +14120,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14056,11 +14136,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14072,11 +14152,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14088,11 +14168,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14104,11 +14184,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14120,11 +14200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14136,11 +14216,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14152,11 +14232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14168,11 +14248,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14184,11 +14264,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14200,11 +14280,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14216,11 +14296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -14232,11 +14312,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14248,11 +14328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -14264,11 +14344,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14280,11 +14360,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14296,11 +14376,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14312,11 +14392,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14328,11 +14408,11 @@ "dark_vs": "storage.modifier: #569CD6", "light_vs": "storage.modifier: #0000FF", "hc_black": "storage.modifier: #569CD6", - "dark_modern": "storage.modifier: #569CD6", - "hc_light": "storage.modifier: #0F4A85", - "light_modern": "storage.modifier: #0000FF", "2026-dark": "storage.modifier: #569CD6", - "2026-light": "storage.modifier: #0000FF" + "dark_modern": "storage.modifier: #569CD6", + "2026-light": "storage.modifier: #0000FF", + "hc_light": "storage.modifier: #0F4A85", + "light_modern": "storage.modifier: #0000FF" } }, { @@ -14344,11 +14424,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14360,11 +14440,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -14376,11 +14456,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14392,11 +14472,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14408,11 +14488,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14424,11 +14504,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -14440,11 +14520,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14456,11 +14536,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14472,11 +14552,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14488,11 +14568,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -14504,11 +14584,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14520,11 +14600,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14536,11 +14616,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14552,11 +14632,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -14568,11 +14648,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14584,11 +14664,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -14600,11 +14680,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14616,11 +14696,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -14632,11 +14712,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14648,11 +14728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14664,11 +14744,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -14680,11 +14760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14696,11 +14776,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14712,11 +14792,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14728,11 +14808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14744,11 +14824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14760,11 +14840,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -14776,11 +14856,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14792,11 +14872,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -14808,11 +14888,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14824,11 +14904,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -14840,11 +14920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14856,11 +14936,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14872,11 +14952,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -14888,11 +14968,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14904,11 +14984,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14920,11 +15000,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -14936,11 +15016,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14952,11 +15032,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -14968,11 +15048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -14984,11 +15064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15000,11 +15080,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15016,11 +15096,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15032,11 +15112,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -15048,11 +15128,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15064,11 +15144,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15080,11 +15160,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15096,11 +15176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -15112,11 +15192,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15128,11 +15208,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -15144,11 +15224,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15160,11 +15240,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -15176,11 +15256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15192,11 +15272,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15208,11 +15288,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -15224,11 +15304,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15240,11 +15320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15256,11 +15336,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15272,11 +15352,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15288,11 +15368,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -15304,11 +15384,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15320,11 +15400,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15336,11 +15416,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15352,11 +15432,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -15368,11 +15448,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15384,11 +15464,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -15400,11 +15480,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15416,11 +15496,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -15432,11 +15512,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15448,11 +15528,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15464,11 +15544,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -15480,11 +15560,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15496,11 +15576,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15512,11 +15592,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15528,11 +15608,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15544,11 +15624,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15560,11 +15640,11 @@ "dark_vs": "keyword.operator.sizeof: #569CD6", "light_vs": "keyword.operator.sizeof: #0000FF", "hc_black": "keyword.operator.sizeof: #569CD6", - "dark_modern": "keyword.operator.sizeof: #569CD6", - "hc_light": "keyword.operator.sizeof: #0F4A85", - "light_modern": "keyword.operator.sizeof: #0000FF", "2026-dark": "keyword.operator.sizeof: #569CD6", - "2026-light": "keyword.operator.sizeof: #0000FF" + "dark_modern": "keyword.operator.sizeof: #569CD6", + "2026-light": "keyword.operator.sizeof: #0000FF", + "hc_light": "keyword.operator.sizeof: #0F4A85", + "light_modern": "keyword.operator.sizeof: #0000FF" } }, { @@ -15576,11 +15656,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15592,11 +15672,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -15608,11 +15688,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15624,11 +15704,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -15640,11 +15720,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15656,11 +15736,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15672,11 +15752,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -15688,11 +15768,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15704,11 +15784,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15720,11 +15800,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15736,11 +15816,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15752,11 +15832,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -15768,11 +15848,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15784,11 +15864,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15800,11 +15880,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15816,11 +15896,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15832,11 +15912,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -15848,11 +15928,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15864,11 +15944,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15880,11 +15960,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -15896,11 +15976,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15912,11 +15992,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15928,11 +16008,11 @@ "dark_vs": "storage.type: #569CD6", "light_vs": "storage.type: #0000FF", "hc_black": "storage.type: #569CD6", - "dark_modern": "storage.type: #569CD6", - "hc_light": "storage.type: #0F4A85", - "light_modern": "storage.type: #0000FF", "2026-dark": "storage.type: #FF7B72", - "2026-light": "storage.type: #CF222E" + "dark_modern": "storage.type: #569CD6", + "2026-light": "storage.type: #CF222E", + "hc_light": "storage.type: #0F4A85", + "light_modern": "storage.type: #0000FF" } }, { @@ -15944,11 +16024,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15960,11 +16040,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -15976,11 +16056,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -15992,11 +16072,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -16008,11 +16088,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16024,11 +16104,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16040,11 +16120,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -16056,11 +16136,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16072,11 +16152,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16088,11 +16168,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16104,11 +16184,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -16120,11 +16200,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16136,11 +16216,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16152,11 +16232,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16168,11 +16248,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16184,11 +16264,11 @@ "dark_vs": "keyword.control: #569CD6", "light_vs": "keyword.control: #0000FF", "hc_black": "keyword.control: #C586C0", - "dark_modern": "keyword.control: #C586C0", - "hc_light": "keyword.control: #B5200D", - "light_modern": "keyword.control: #AF00DB", "2026-dark": "keyword.control: #C586C0", - "2026-light": "keyword.control: #AF00DB" + "dark_modern": "keyword.control: #C586C0", + "2026-light": "keyword.control: #AF00DB", + "hc_light": "keyword.control: #B5200D", + "light_modern": "keyword.control: #AF00DB" } }, { @@ -16200,11 +16280,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16216,11 +16296,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16232,11 +16312,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -16248,11 +16328,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16264,11 +16344,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16280,11 +16360,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16296,11 +16376,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16312,11 +16392,11 @@ "dark_vs": "keyword.operator: #D4D4D4", "light_vs": "keyword.operator: #000000", "hc_black": "keyword.operator: #D4D4D4", - "dark_modern": "keyword.operator: #D4D4D4", - "hc_light": "keyword.operator: #000000", - "light_modern": "keyword.operator: #000000", "2026-dark": "keyword.operator: #D4D4D4", - "2026-light": "keyword.operator: #000000" + "dark_modern": "keyword.operator: #D4D4D4", + "2026-light": "keyword.operator: #000000", + "hc_light": "keyword.operator: #000000", + "light_modern": "keyword.operator: #000000" } }, { @@ -16328,11 +16408,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16344,11 +16424,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16360,11 +16440,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16376,11 +16456,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16392,11 +16472,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -16408,11 +16488,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16424,11 +16504,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16440,11 +16520,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16456,11 +16536,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16472,11 +16552,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -16488,11 +16568,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -16504,11 +16584,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -16520,11 +16600,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -16536,11 +16616,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -16552,11 +16632,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -16568,11 +16648,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "constant.other.placeholder: #9CDCFE", - "hc_light": "constant.other.placeholder: #001080", - "light_modern": "constant.other.placeholder: #001080", "2026-dark": "constant.other.placeholder: #FF7B72", - "2026-light": "constant.other.placeholder: #CF222E" + "dark_modern": "constant.other.placeholder: #9CDCFE", + "2026-light": "constant.other.placeholder: #CF222E", + "hc_light": "constant.other.placeholder: #001080", + "light_modern": "constant.other.placeholder: #001080" } }, { @@ -16584,11 +16664,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -16600,11 +16680,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -16616,11 +16696,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16632,11 +16712,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16648,11 +16728,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16664,11 +16744,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16680,11 +16760,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "variable: #9CDCFE", - "dark_modern": "variable: #9CDCFE", - "hc_light": "variable: #001080", - "light_modern": "variable: #001080", "2026-dark": "variable.other: #C9D1D9", - "2026-light": "variable.other: #1F2328" + "dark_modern": "variable: #9CDCFE", + "2026-light": "variable.other: #1F2328", + "hc_light": "variable: #001080", + "light_modern": "variable: #001080" } }, { @@ -16696,11 +16776,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16712,11 +16792,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16728,11 +16808,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16744,11 +16824,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16760,11 +16840,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16776,11 +16856,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16792,11 +16872,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16808,11 +16888,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16824,11 +16904,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -16840,11 +16920,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16856,11 +16936,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -16872,11 +16952,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16888,11 +16968,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16904,11 +16984,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16920,11 +17000,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16936,11 +17016,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16952,11 +17032,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "meta.block: #C9D1D9", - "2026-light": "meta.block: #1F2328" + "dark_modern": "default: #CCCCCC", + "2026-light": "meta.block: #1F2328", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16968,11 +17048,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -16984,11 +17064,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -17000,11 +17080,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17016,11 +17096,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -17032,11 +17112,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17048,11 +17128,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17064,11 +17144,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17080,11 +17160,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17096,11 +17176,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17112,11 +17192,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -17128,11 +17208,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17144,11 +17224,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -17160,11 +17240,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17176,11 +17256,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17192,11 +17272,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17208,11 +17288,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17224,11 +17304,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17240,11 +17320,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -17256,11 +17336,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17272,11 +17352,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17288,11 +17368,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17304,11 +17384,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17320,11 +17400,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -17336,11 +17416,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -17352,11 +17432,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "constant.character: #569CD6", - "dark_modern": "constant.character.escape: #D7BA7D", - "hc_light": "constant.character.escape: #EE0000", - "light_modern": "constant.character.escape: #EE0000", "2026-dark": "constant.character.escape: #D7BA7D", - "2026-light": "constant.character.escape: #EE0000" + "dark_modern": "constant.character.escape: #D7BA7D", + "2026-light": "constant.character.escape: #EE0000", + "hc_light": "constant.character.escape: #EE0000", + "light_modern": "constant.character.escape: #EE0000" } }, { @@ -17368,11 +17448,11 @@ "dark_vs": "string: #CE9178", "light_vs": "string: #A31515", "hc_black": "string: #CE9178", - "dark_modern": "string: #CE9178", - "hc_light": "string: #0F4A85", - "light_modern": "string: #A31515", "2026-dark": "string: #A5D6FF", - "2026-light": "string: #0A3069" + "dark_modern": "string: #CE9178", + "2026-light": "string: #0A3069", + "hc_light": "string: #0F4A85", + "light_modern": "string: #A31515" } }, { @@ -17384,11 +17464,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17400,11 +17480,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17416,11 +17496,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17432,11 +17512,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "entity.name.function: #DCDCAA", - "dark_modern": "entity.name.function: #DCDCAA", - "hc_light": "entity.name.function: #5E2CBC", - "light_modern": "entity.name.function: #795E26", "2026-dark": "entity.name.function: #D2A8FF", - "2026-light": "entity.name.function: #8250DF" + "dark_modern": "entity.name.function: #DCDCAA", + "2026-light": "entity.name.function: #8250DF", + "hc_light": "entity.name.function: #5E2CBC", + "light_modern": "entity.name.function: #795E26" } }, { @@ -17448,11 +17528,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17464,11 +17544,11 @@ "dark_vs": "constant.numeric: #B5CEA8", "light_vs": "constant.numeric: #098658", "hc_black": "constant.numeric: #B5CEA8", - "dark_modern": "constant.numeric: #B5CEA8", - "hc_light": "constant.numeric: #096D48", - "light_modern": "constant.numeric: #098658", "2026-dark": "constant.numeric: #B5CEA8", - "2026-light": "constant.numeric: #098658" + "dark_modern": "constant.numeric: #B5CEA8", + "2026-light": "constant.numeric: #098658", + "hc_light": "constant.numeric: #096D48", + "light_modern": "constant.numeric: #098658" } }, { @@ -17480,11 +17560,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17496,11 +17576,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } }, { @@ -17512,11 +17592,11 @@ "dark_vs": "default: #D4D4D4", "light_vs": "default: #000000", "hc_black": "default: #FFFFFF", - "dark_modern": "default: #CCCCCC", - "hc_light": "default: #292929", - "light_modern": "default: #3B3B3B", "2026-dark": "default: #BBBEBF", - "2026-light": "default: #202020" + "dark_modern": "default: #CCCCCC", + "2026-light": "default: #202020", + "hc_light": "default: #292929", + "light_modern": "default: #3B3B3B" } } ] \ No newline at end of file