Skip to main content
Home Theme VS Code Ash Sharp Theme Visual Studio Code theme designed to enhance code syntax of various supported programming languages.
VS Code preview Full workbench mockup using this variant's colors and tokenColors.
colors Workbench UI color keys from the theme JSON colors map.
actionBar.toggledBackground #120816 activityBar.activeBackground #90144744 activityBar.activeBorder #c21e65 activityBar.activeFocusBorder #12081600 activityBar.background #120816 activityBar.border #12081600 tokenColors TextMate scopes and font styles (syntax highlighting rules).
scope foreground fontStyle other.source.dart, source.asp.vb.net, source.batchfile, source.c.platform, source.c, source.clojure, source.cmake, source.coffee.embedded.source, source.coffee, source.coffeescript.filter.pug, source.cpp.embedded.latex, source.cpp.embedded.macro, source.cpp, source.cs, source.css-ignored-vscode, source.css.embedded.html, source.css.less, source.css.scss.filter.pug, source.css.scss, source.css, source.cuda-cpp, source.dart, source.diff, source.dockerfile, source.embedded.css.scss, source.embedded.html, source.embedded.js.jsx, source.embedded.js, source.embedded.ts, source.embedded.tsx, source.fsharp, source.go, source.groovy.embedded.source, source.groovy, source.handlebars.embedded.html, source.hlsl, source.ignore, source.ini, source.java-props.embedded.xml, source.java.embedded.xml, source.java, source.js.embedded.coffee, source.js.embedded.html, source.js.filter.pug, source.js.jsx, source.js, source.json.comments.snippets, source.json.comments, source.json.lines, source.json, source.julia, source.less.filter.pug, source.lua, source.makefile, source.objc, source.objcpp, source.perl.6, source.perl, source.php, source.postscript, source.powershell, source.proto, source.python, source.r, source.regexp.python, source.rst, source.ruby, source.rust, source.sass.filter.pug, source.sassdoc, source.shaderlab, source.shell, source.sql, source.swift, source.ts, source.tsx, source.unknown, source.yaml.1.0, source.yaml.1.1, source.yaml.1.2, source.yaml.1.3, source.yaml.embedded, source.yaml #a7a1a4 — keyword.cmake, keyword.control, keyword.operator, keyword.other.proto, keyword.other, keyword
Shiki preview TypeScript sample highlighted with this variant's colors and tokenColors.
export interface User {
id: string;
name: string;
role: "admin" | "member";
tags: string[];
}
/**
* Fetch user data by ID
* @param id
* @returns User object or null if ID is invalid
*/
export async function fetchUser(id: string): Promise<User | null> {
if (!id) {
return null;
}
const response = await fetch(`/api/users/${id}`, {
method: "GET",
headers: { Accept: "application/json" },
});
if (!response.ok) {
throw new Error(`HTTP ${response.status}`);
}
return (await response.json()) as User;
}
function greet(user: User): string {
// Simple greeting function that uses the user's name
return `Hello, ${user.name}!`;
}
Ash Sharp Theme — Ash Sharp
3
Open Editors fetchUser.ts index.ts README.md fetchUser.ts
index.ts
README.md
src main*
0 1
Copilot
Ln 5, Col 12
Spaces: 2
UTF-8
LF
TypeScript
Dark+
Ash Sharp Theme | Coding Theme
activityBar.dropBorder #12081600
activityBar.foreground #FDFDFD
activityBar.inactiveForeground #C0C0C0
activityBarBadge.background #9a4c92
activityBarBadge.foreground #FDFDFD
activityBarTop.activeBackground #4D2154
activityBarTop.activeBorder #9a4c92
activityBarTop.background #22103bce
activityBarTop.dropBorder #12081600
activityBarTop.foreground #C0C0C0
activityBarTop.inactiveForeground #C0C0C0
activityErrorBadge.background #f14c4c
activityErrorBadge.foreground #FDFDFD
activityWarningBadge.background #FFD303
activityWarningBadge.foreground #120816
badge.background #9a4c92D0
badge.foreground #FDFDFD
banner.background #120816
banner.foreground #FDFDFD
banner.iconForeground #FDFDFD
breadcrumb.activeSelectionForeground #CEC9CF
breadcrumb.background #120816
breadcrumb.focusForeground #C0C0C0
breadcrumb.foreground #B9B4BA
breadcrumbPicker.background #21002DFF
button.background #4D2154
button.border #322D48
button.foreground #C0C0C0
button.hoverBackground #9a4c924D
button.secondaryBackground #322D48
button.secondaryForeground #A6A2A7
button.secondaryHoverBackground #9C4393AE
button.separator #322D4888
charts.blue #0E66AD
charts.foreground #C0C0C0
charts.green #19C230
charts.lines #C0C0C0
charts.orange #ff7b00
charts.purple #9a4c92
charts.red #E5423F
charts.yellow #FFCC00
chat.avatarBackground #322D48
chat.avatarForeground #C0C0C0
chat.requestBackground #9a4c924D
chat.requestBorder #322D48
chat.slashCommandBackground #9a4c924D
chat.slashCommandForeground #C0C0C0
checkbox.background #322D48
checkbox.border #120816
checkbox.foreground #C0C0C0
checkbox.selectBackground #423A4E
checkbox.selectBorder #322D48
commandCenter.activeBackground #322D48
commandCenter.activeBorder #9a4c924D
commandCenter.activeForeground #C0C0C0
commandCenter.background #120816
commandCenter.border #9a4c924D
commandCenter.debuggingBackground #322D48D9
commandCenter.foreground #A6A2A7
commandCenter.inactiveBorder #120816
commandCenter.inactiveForeground #C0C0C0
commentsView.resolvedIcon #0E66AD
commentsView.unresolvedIcon #E5423F
contrastActiveBorder #4D2154
contrastBorder #120816
dart.closingLabels #08a3beb7
dart.flutterUiGuides #08a3beb7
debugConsole.errorForeground #E5423F
debugConsole.infoForeground #0E66AD
debugConsole.sourceForeground #C0C0C0
debugConsole.warningForeground #FFCC00
debugConsoleInputIcon.foreground #FDFDFD
debugIcon.breakpointCurrentStackframeForeground #FFCC00
debugIcon.breakpointDisabledForeground #A8A495
debugIcon.breakpointForeground #CD004A
debugIcon.breakpointUnverifiedForeground #ff0080
debugIcon.continueForeground #2078D7
debugIcon.disconnectForeground #CD004A
debugIcon.pauseForeground #2078D7
debugIcon.restartForeground #2AB272
debugIcon.startForeground #2AB272
debugIcon.stepBackForeground #9D9189
debugIcon.stepIntoForeground #c557a0
debugIcon.stepOutForeground #9D9189
debugIcon.stepOverForeground #d17653
debugIcon.stopForeground #CD004A
debugTokenExpression.boolean #C0C0C0
debugTokenExpression.value #C0C0C0
debugToolBar.background #120816
debugToolBar.border #120816
debugView.valueChangedHighlight #0E66AD
descriptionForeground #C0C0C0
diffEditor.diagonalFill #120816
diffEditor.insertedTextBackground #0f8049D9
diffEditor.insertedTextBorder #0f8049
diffEditor.removedTextBackground #c71111D9
diffEditor.removedTextBorder #c71111
diffEditorGutter.insertedLineBackground #124d7e33
dropdown.background #120816
dropdown.border #12081600
dropdown.foreground #C0C0C0
dropdown.listBackground #120816
editor.background #120816
editor.compositionBorder #120816
editor.findMatchBackground #120816
editor.findMatchBorder #120816
editor.findMatchForeground #E8BB07
editor.findMatchHighlightBackground #5d525ca0
editor.findMatchHighlightBorder #12081699
editor.findMatchHighlightForeground #fdfdfdaf
editor.findRangeHighlightBackground #5d525ca0
editor.findRangeHighlightBorder #120816BC
editor.focusedStackFrameHighlightBackground #9a4c924D
editor.foldBackground #12081655
editor.foldPlaceholderForeground #C0C0C0
editor.foreground #C0C0C0
editor.hoverHighlightBackground #9a4c924D
editor.inactiveSelectionBackground #2E283600
editor.inlineValuesBackground #726a6a
editor.inlineValuesForeground #C0C0C0
editor.lineHighlightBackground #1A1A1A
editor.lineHighlightBorder #120816
editor.linkedEditingBackground #9a4c924D
editor.placeholder.foreground #A6A2A7
editor.rangeHighlightBackground #9a4c924D
editor.rangeHighlightBorder #120816FD
editor.selectionBackground #9a4c924D
editor.selectionForeground #C0C0C0
editor.selectionHighlightBackground #9a4c928F
editor.selectionHighlightBorder #9a4c92
editor.snippetFinalTabstopHighlightBackground #9a4c924D
editor.snippetFinalTabstopHighlightBorder #9a4c92
editor.snippetTabstopHighlightBackground #9a4c924D
editor.snippetTabstopHighlightBorder #9a4c92
editor.stackFrameHighlightBackground #9a4c924D
editor.symbolHighlightBackground #9a4c924D
editor.symbolHighlightBorder #9a4c92
editor.wordHighlightBackground #03243666
editor.wordHighlightBorder #120816
editor.wordHighlightStrongBackground #03243677
editor.wordHighlightStrongBorder #5c0180
editor.wordHighlightTextBackground #032436FE
editor.wordHighlightTextBorder #12081600
editorActionList.background #120816
editorActionList.focusBackground #322D48
editorActionList.focusForeground #FDFDFD
editorActionList.foreground #C0C0C0
editorBracketMatch.background #2b3c50
editorBracketMatch.border #120816
editorCodeLens.foreground #94989b
editorCommentsWidget.rangeActiveBackground #9a4c924D
editorCursor.background #120816
editorCursor.foreground #f3f3f3
editorError.background #12081600
editorError.foreground #E5423F
editorGhostText.background #120816E0
editorGhostText.border #09171DFE
editorGhostText.foreground #605a6eee
editorGroup.border #322D48
editorGroupHeader.border #120816
editorGroupHeader.noTabsBackground #120816
editorGroupHeader.tabsBackground #120816
editorGroupHeader.tabsBorder #322D48
editorGutter.addedBackground #0f8049
editorGutter.background #120816
editorGutter.commentGlyphForeground #120816
editorGutter.commentRangeForeground #120816
editorGutter.commentUnresolvedGlyphForeground #120816FF
editorGutter.deletedBackground #FB8B39
editorGutter.foldingControlForeground #C0C0C0
editorGutter.modifiedBackground #0F62A4
editorHoverWidget.background #461E42FF
editorHoverWidget.border #9a4c924D
editorHoverWidget.foreground #C0C0C0
editorHoverWidget.highlightForeground #2aaaff
editorIndentGuide.activeBackground1 #575158
editorIndentGuide.activeBackground2 #625c63
editorIndentGuide.activeBackground3 #716b72
editorIndentGuide.background1 #484249
editorIndentGuide.background2 #483e49
editorIndentGuide.background3 #453847
editorInlayHint.parameterBackground #231850FF
editorLightBulb.foreground #FFCC00
editorLightBulbAutoFix.foreground #FFCC00
editorLineNumber.activeForeground #854E86
editorLineNumber.foreground #615a63
editorLink.activeForeground #0E66AD
editorMarkerNavigation.background #18151D
editorMarkerNavigationError.background #E5423F
editorMarkerNavigationError.headerBackground #E5423F
editorMarkerNavigationInfo.background #0E66AD
editorMarkerNavigationInfo.headerBackground #0E66AD
editorMarkerNavigationWarning.background #FFCC00
editorMarkerNavigationWarning.headerBackground #FFCC00
editorMultiCursor.secondary.background #9a4c9280
editorMultiCursor.secondary.foreground #E8C820
editorOverviewRuler.addedForeground #0f8049
editorOverviewRuler.deletedForeground #c71111
editorOverviewRuler.errorForeground #E5423F
editorOverviewRuler.findMatchForeground #9a4c92D9
editorOverviewRuler.modifiedForeground #0f62a4
editorOverviewRuler.selectionHighlightForeground #9a4c92D9
editorOverviewRuler.wordHighlightForeground #9a4c92D9
editorOverviewRuler.wordHighlightStrongForeground #5c0180D9
editorPane.background #120816
editorRuler.foreground #C0C0C055
editorStickyScroll.background #231850
editorStickyScroll.border #120816
editorStickyScroll.shadow #221A2C
editorStickyScrollHover.background #55478b88
editorSuggestWidget.background #110d1a
editorSuggestWidget.border #120816
editorSuggestWidget.focusHighlightForeground #C2B28796
editorSuggestWidget.foreground #296981
editorSuggestWidget.highlightForeground #C2B28796
editorSuggestWidget.selectedBackground #9a4c924D
editorSuggestWidget.selectedForeground #C0C0C0
editorSuggestWidget.selectedIconForeground #9a4c92
editorWhitespace.foreground #454545
editorWidget.background #120816
editorWidget.border #120816
editorWidget.foreground #C0C0C0
editorWidget.resizeBorder #120816
errorForeground #E5423F
extensionBadge.remoteBackground #0E66AD
extensionBadge.remoteForeground #FDFDFD
extensionButton.background #641f6f
extensionButton.foreground #CCCCCC
extensionButton.prominentBackground #641f6f
extensionButton.prominentForeground #CCCCCC
extensionButton.prominentHoverBackground #9C4393
extensionIcon.preReleaseForeground #12c9e9bf
extensionIcon.sponsorForeground #0e66adFE
extensionIcon.starForeground #9C4393FF
extensionIcon.verifiedForeground #3dd90ed8
focusBorder #9a4c924D
icon.foreground #FDFDFD
inlineChatInput.placeholderForeground #A6A2A7
input.background #120816
input.border #120816
input.foreground #C0C0C0
input.placeholderForeground #A6A2A7
inputOption.activeBackground #12081632
inputOption.activeBorder #120816
inputOption.activeForeground #C0C0C0
inputValidation.errorBackground #E5423F20
list.activeSelectionBackground #250132
list.activeSelectionForeground #C0C0C0
list.activeSelectionIconForeground #C0C0C0
list.deemphasizedForeground #C0C0C0
list.dropBackground #120816
list.dropBetweenBackground #ae5ba4
list.errorForeground #E5423F
list.filterMatchBackground #120816
list.filterMatchBorder #120816
list.focusAndSelectionOutline #9a4c924D
list.focusBackground #21002DFF
list.focusForeground #FDFDFD
list.focusHighlightForeground #C0C0C0
list.focusOutline #9a4c924D
list.highlightForeground #D5D5D5
list.hoverBackground #9a4c924D
list.hoverForeground #FDFDFD
list.inactiveFocusBackground #120816
list.inactiveFocusOutline #9a4c924D
list.inactiveSelectionBackground #2E283600
list.inactiveSelectionForeground #C0C0C0
list.inactiveSelectionIconForeground #C0C0C0
list.invalidItemForeground #FFCC00
list.warningForeground #FFCC00
listFilterWidget.background #18151D
listFilterWidget.noMatchesOutline #120816
listFilterWidget.outline #120816
listFilterWidget.shadow #00000088
menu.background #120816
menu.border #9a4c924D
menu.foreground #C0C0C0
menu.selectionBackground #9a4c924D
menu.selectionBorder #120816
menu.selectionForeground #C0C0C0
menu.separatorBackground #120816
menubar.selectionBackground #120816
menubar.selectionBorder #120816
menubar.selectionForeground #F1F5F1
minimap.background #18151D
minimap.errorHighlight #F03636
minimap.findMatchHighlight #24476a32
minimap.foregroundOpacity #120816
minimap.infoHighlight #0E66AD
minimap.selectionHighlight #2c445c32
minimap.selectionOccurrenceHighlight #9a4c92D9
minimap.warningHighlight #f56e0c
minimapGutter.addedBackground #0f8049
minimapGutter.deletedBackground #E18D7D
minimapGutter.modifiedBackground #0f62a4
minimapSlider.activeBackground #2B2138
minimapSlider.background #4e4086
notebook.cellBorderColor #9a4c921A
notebook.cellToolbarSeparator #9a4c924D
notebook.focusedCellBackground #9a4c921A
notebook.focusedCellBorder #9a4c92
notebook.focusedEditorBorder #9a4c92
notebook.inactiveFocusedCellBorder #9a4c92
notebook.inactiveSelectedCellBorder #9a4c924D
notebook.selectedCellBackground #9a4c921A
notebook.selectedCellBorder #9a4c92
outputView.background #120816
outputViewStickyScroll.background #231850
panel.background #120816
panel.border #9a4c924D
panel.dropBorder #120816
panelInput.border #120816
panelSection.border #120816
panelSection.dropBackground #120816
panelSectionHeader.background #120816
panelSectionHeader.border #120816
panelSectionHeader.foreground #FDFDFD
panelStickyScroll.background #231850
panelStickyScroll.border #120816
panelStickyScroll.shadow #221A2C
panelTitle.activeBorder #9a4c92
panelTitle.activeForeground #FDFDFD
panelTitle.border #120816
panelTitle.inactiveForeground #C0C0C0
panelTitleBadge.background #9a4c92
panelTitleBadge.foreground #FDFDFD
peekView.border #9a4c929d
peekViewEditor.background #1D0028FF
peekViewEditor.matchHighlightBackground #120816
peekViewEditor.matchHighlightBorder #120816
peekViewEditorGutter.background #1D0028FF
peekViewEditorStickyScroll.background #23185000
peekViewResult.background #1D0028FF
peekViewResult.fileForeground #FDFDFD
peekViewResult.lineForeground #f3f3f3
peekViewResult.matchHighlightBackground #922988
peekViewResult.selectionBackground #a53796
peekViewResult.selectionForeground #FDFDFD
peekViewTitle.background #11061f
peekViewTitleDescription.foreground #FDFDFD
peekViewTitleLabel.foreground #C2B287
pickerGroup.border #120816
pickerGroup.foreground #FDFDFD
ports.iconRunningProcessForeground #19C230
problemsErrorIcon.foreground #F03636
problemsInfoIcon.foreground #0E66AD
problemsWarningIcon.foreground #FFCC00
profileBadge.background #9a4c92
profileBadge.foreground #FDFDFD
profiles.sashBorder #120816
progressBar.background #120816
quickInputList.focusBackground #9a4c924D
sash.hoverBorder #9a4c924D
scrollbar.shadow #221A2C
scrollbarSlider.activeBackground #2B2138
scrollbarSlider.background #18151D
scrollbarSlider.hoverBackground #9a4c924D
search.resultsInfoForeground #120816
searchEditor.findMatchBackground #120816
searchEditor.findMatchBorder #9a4c92
searchEditor.textInputBorder #120816
selection.background #18151D
settings.checkboxBackground #322D48
settings.checkboxBorder #120816
settings.checkboxForeground #C0C0C0
settings.dropdownBackground #322D48
settings.dropdownBorder #120816
settings.dropdownListBorder #120816
settings.headerBorder #120816
settings.headerForeground #C0C0C0
settings.modifiedItemIndicator #0f62a4
settings.numberInputBackground #322D48
settings.numberInputBorder #120816
settings.numberInputForeground #C0C0C0
settings.textInputBackground #322D48
settings.textInputBorder #120816
settings.textInputForeground #C0C0C0
sideBar.background #120816
sideBar.border #12081600
sideBar.dropBackground #120816
sideBar.foreground #C0C0C0
sideBarActivityBarTop.border #120816
sideBarSectionHeader.background #1e162eff
sideBarSectionHeader.border #120816
sideBarSectionHeader.foreground #C0C0C0
sideBarStickyScroll.background #231850
sideBarStickyScroll.border #120816
sideBarStickyScroll.shadow #3c2755c2
sideBarTitle.background #120816
sideBarTitle.border #120816
sideBarTitle.foreground #C0C0C0
sideBySideEditor.horizontalBorder #120816
sideBySideEditor.verticalBorder #120816
simpleFindWidget.sashBorder #120816
statusBar.background #2B2138
statusBar.border #120816
statusBar.foreground #C0C0C0
statusBar.noFolderBackground #2B2138
statusBarItem.activeBackground #FDFDFD
statusBarItem.compactHoverBackground #9a4c924D
statusBarItem.focusBorder #9a4c924D
statusBarItem.hoverBackground #9a4c924D
statusBarItem.offlineHoverBackground #FFCC006A
statusBarItem.prominentBackground #8c3c84
statusBarItem.prominentForeground #FDFDFD
statusBarItem.warningHoverBackground #D4AD0EE0
symbolIcon.fileForeground default
tab.activeBackground #461E42
tab.activeBorder #9a4c92
tab.activeForeground #EBEAEB
tab.border #120816
tab.hoverBackground #9a4c924D
tab.hoverForeground #EBEAEB
tab.inactiveBackground #220E20
tab.inactiveForeground #C0C0C0
tab.inactiveModifiedBorder #0f62a4
tab.lastPinnedBorder #120816
tab.selectedBackground #423A4E
tab.selectedBorderTop #120816
tab.selectedForeground #EBEAEB
tab.unfocusedActiveBackground #1d282b
tab.unfocusedActiveBorder #12081600
tab.unfocusedActiveForeground #8d99ae
tab.unfocusedHoverBackground #9C4393
terminal.background #120816
terminal.border #9a4c924D
terminal.dropBackground #12081688
terminal.findMatchBackground #120816FE
terminal.findMatchBorder #9a4c92
terminal.findMatchHighlightBackground #9a4c924D
terminal.findMatchHighlightBorder #9a4c92
terminal.foreground #C0C0C0
terminal.hoverHighlightBackground #423A4E
terminal.inactiveSelectionBackground #2E2836
terminal.selectionBackground #2B2138
terminal.selectionForeground #C0C0C0
terminal.tab.activeBorder #9a4c92
terminalCommandDecoration.defaultBackground #9a4c92
terminalCursor.background #C0C0C0
terminalCursor.foreground #E8C820
terminalOverviewRuler.findMatchForeground #9a4c92D9
terminalStickyScroll.background #231850
terminalStickyScroll.border #120816
terminalStickyScrollHover.background #55478b88
testing.iconErrored #F03636
testing.iconFailed #DF1010
testing.iconFailed.retired #FFBB00
testing.iconPassed #19C230
testing.iconQueued #F27900
testing.iconSkipped #F44556
testing.iconUnset #F0C18B
testing.peekBorder #9a4c92
testing.runAction #0EA97F
textBlockQuote.background #18151D
textBlockQuote.border #120816
textCodeBlock.background #18151D
textLink.activeForeground #0e66ad
textLink.foreground #0e66ad
textPreformat.background #18151D
textPreformat.foreground #FDFDFD
textSeparator.foreground #120816
titleBar.activeBackground #2B2138
titleBar.activeForeground #FDFDFD
titleBar.border #120816
titleBar.inactiveBackground #120816
titleBar.inactiveForeground #C0C0C0
toolbar.activeBackground #2B2138
toolbar.hoverBackground #9a4c924D
toolbar.hoverOutline #9a4c924D
tree.inactiveIndentGuidesStroke #9C4393
tree.indentGuidesStroke #322D48
tree.tableColumnsBorder #CCCCCC20
welcomePage.background #21002D00
welcomePage.progress.background #12081677
welcomePage.progress.foreground #12081677
welcomePage.tileBackground #120816
welcomePage.tileBorder #120816
welcomePage.tileHoverBackground #9C4393
widget.border #322D48A1
widget.shadow #221A2C
window.activeBorder #9a4c924D
window.inactiveBorder #921453
#b367ca
keyword.control.${1:/downcase}.php, keyword.control.$0.shell, keyword.control.$1.makefile, keyword.control.$1.objcpp, keyword.control.$3.cpp, keyword.control.$3.cuda-cpp, keyword.control.anchor.perl, keyword.control.anchor.regexp, keyword.control.as.js.jsx, keyword.control.as.js, keyword.control.as.julia, keyword.control.as.ts, keyword.control.as.tsx, keyword.control.asp, keyword.control.assert.groovy, keyword.control.assert.java, keyword.control.assert.js.jsx, keyword.control.assert.js, keyword.control.assert.ts, keyword.control.assert.tsx, keyword.control.await.swift, keyword.control.branch.swift, keyword.control.c, keyword.control.break.cpp, keyword.control.callout.regexp, keyword.control.catcode.tex, keyword.control.cite.latex, keyword.control.class.ruby, keyword.control.clojure, keyword.control.coffee, keyword.control.consume.swift, keyword.control.content.scss, keyword.control.control-handlers.perl, keyword.control.copy.swift, keyword.control.dart, keyword.control.def.ruby, keyword.control.defer.swift, keyword.control.define.makefile, keyword.control.dockerfile, keyword.control.each.scss, keyword.control.elif.shell, keyword.control.else.cpp, keyword.control.else.makefile, keyword.control.else.scss, keyword.control.else.shell, keyword.control.else.php, keyword.control.end.julia, keyword.control.equation.align.latex, keyword.control.equation.newline.latex, keyword.control.esac.shell, keyword.control.fi.shell, keyword.control.finally.java, keyword.control.for.cuda-cpp, keyword.control.for.scss, keyword.control.for.shell, keyword.control.for.cpp, keyword.control.from.js.jsx, keyword.control.from.js, keyword.control.from.ts, keyword.control.from.tsx, keyword.control.fx.hlsl, keyword.control.go, keyword.control.goto.cpp, keyword.control.goto.cuda-cpp, keyword.control.goto.lua, keyword.control.goto.php, keyword.control.groovy, keyword.control.hlsl, keyword.control.if.c, keyword.control.if.cpp, keyword.control.if.cuda-cpp, keyword.control.if.scss, keyword.control.if.shell, keyword.control.if.php, keyword.control.in.shell, keyword.control.include.latex, keyword.control.include.makefile, keyword.control.inheritance.coffee, keyword.control.intrinsic.js.jsx, keyword.control.intrinsic.js, keyword.control.intrinsic.ts, keyword.control.intrinsic.tsx, keyword.control.java, keyword.control.js.jsx, keyword.control.js, keyword.control.julia, keyword.control.label.latex, keyword.control.layout.latex, keyword.control.lua, keyword.control.macro.objc, keyword.control.macro.objcpp, keyword.control.match.php, keyword.control.module.ruby, keyword.control.namespace.$2.objcpp, keyword.control.new.dart, keyword.control.new.groovy, keyword.control.new.java, keyword.control.new.js.jsx, keyword.control.new.js, keyword.control.new.ts, keyword.control.new.tsx, keyword.control.newline.tex, keyword.control.objc, keyword.control.objcpp, keyword.control.operator.css.scss, keyword.control.operator, keyword.control.override.makefile, keyword.control.perl, keyword.control.powershell, keyword.control.preamble.latex, keyword.control.protocol-specification.objc, keyword.control.protocol-specification.objcpp, keyword.control.pseudo-method.ruby, keyword.control.public.julia, keyword.control.py, keyword.control.r, keyword.control.ref.latex, keyword.control.regexp-option.perl, keyword.control.repeat.batchfile, keyword.control.repeat.do.batchfile, keyword.control.repeat.in.batchfile, keyword.control.repeat.perl, keyword.control.require.js.jsx, keyword.control.require.js, keyword.control.require.ts, keyword.control.require.tsx, keyword.control.requires.powershell, keyword.control.return.cpp, keyword.control.return.cuda-cpp, keyword.control.return.dart, keyword.control.return.scss, keyword.control.return.shell, keyword.control.return.php, keyword.control.ruby, keyword.control.rust, keyword.control.satisfies.js.jsx, keyword.control.satisfies.js, keyword.control.satisfies.ts, keyword.control.satisfies.tsx, keyword.control.shell, keyword.control.start-block.ruby, keyword.control.statement.batchfile, keyword.control.synchronize.objc, keyword.control.synchronize.objcpp, keyword.control.table.cell.latex, keyword.control.table.newline.latex, keyword.control.table, keyword.control.ternary.java, keyword.control.tex, keyword.control.then.shell, keyword.control.throw.java, keyword.control.throw.cpp, keyword.control.transfer.swift, keyword.control.ts, keyword.control.tsx, keyword.control.type.js.jsx, keyword.control.type.js, keyword.control.type.ts, keyword.control.type.tsx, keyword.control.using.julia, keyword.control.using.powershell, keyword.control.vpath.makefile, keyword.control.warn.scss, keyword.control.while.scss, keyword.control.while.shell, keyword.control.while.c, keyword.control.while.cpp, keyword.control.do.c, keyword.control.do.cpp, keyword.control.with.js.jsx, keyword.control.with.js, keyword.control.with.ts, keyword.control.with.tsx, keyword.control.yield-from.php #c678dd —
keyword.control.at-rule.${3:/downcase}.css, keyword.control.at-rule.at-root.scss, keyword.control.at-rule.charset.css, keyword.control.at-rule.charset.less, keyword.control.at-rule.charset.scss, keyword.control.at-rule.container.less, keyword.control.at-rule.counter-style.css, keyword.control.at-rule.counter-style.less, keyword.control.at-rule.css, keyword.control.at-rule.custom-media.less, keyword.control.at-rule.document.css, keyword.control.at-rule.extend.scss, keyword.control.at-rule.font-face.css, keyword.control.at-rule.font-face.less, keyword.control.at-rule.font-feature-values.css, keyword.control.at-rule.fontface.scss, keyword.control.at-rule.forward.scss, keyword.control.at-rule.function.scss, keyword.control.at-rule.import.css, keyword.control.at-rule.import.less, keyword.control.at-rule.import.scss, keyword.control.at-rule.include.scss, keyword.control.at-rule.keyframe.less, keyword.control.at-rule.keyframes.css, keyword.control.at-rule.keyframes.scss, keyword.control.at-rule.media.css, keyword.control.at-rule.media.less, keyword.control.at-rule.media.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.namespace.css, keyword.control.at-rule.namespace.less, keyword.control.at-rule.namespace.scss, keyword.control.at-rule.page.css, keyword.control.at-rule.page.less, keyword.control.at-rule.page.scss, keyword.control.at-rule.supports.css, keyword.control.at-rule.supports.less, keyword.control.at-rule.supports.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.viewport.css, keyword.control.at-rule.apply.tailwind, keyword.control.at-rule.layer.tailwind, keyword.control.at-rule.theme.tailwind #c678dd —
keyword.control.case.c, keyword.control.case.cpp, keyword.control.case.cuda-cpp, keyword.control.case.objc, keyword.control.case.objcpp, keyword.control.case.shell, keyword.control.case.php #c678dd —
keyword.control.conditional.$1.cs, keyword.control.conditional.absent.regexp, keyword.control.conditional.batchfile, keyword.control.conditional.case.cs, keyword.control.conditional.default.cs, keyword.control.conditional.else.cs, keyword.control.conditional.else.r, keyword.control.conditional.if.cs, keyword.control.conditional.if.r, keyword.control.conditional.js.jsx, keyword.control.conditional.js, keyword.control.conditional.less, keyword.control.conditional.perl, keyword.control.conditional.regexp, keyword.control.conditional.switch.cs, keyword.control.conditional.ts, keyword.control.conditional.tsx, keyword.control.conditional.when.cs #d2656e —
keyword.control.context.$1.cs, keyword.control.context.fixed.cs, keyword.control.context.lock.cs, keyword.control.context.using.cs #c678dd —
keyword.control.cshtml.transition.textTag.close, keyword.control.cshtml.transition.textTag.open, keyword.control.cshtml.transition, keyword.control.cshtml #B45490 —
keyword.control.default.c, keyword.control.default.cpp, keyword.control.default.cuda-cpp, keyword.control.default.js.jsx, keyword.control.default.js, keyword.control.default.objc, keyword.control.default.objcpp, keyword.control.default.ts, keyword.control.default.tsx, keyword.control.default.php #c678dd —
keyword.control.directive.$3.c, keyword.control.directive.$3.objc, keyword.control.directive.$3.objcpp, keyword.control.directive.$4.cpp, keyword.control.directive.$4.cuda-cpp, keyword.control.directive.$5.cpp, keyword.control.directive.$5.cuda-cpp, keyword.control.directive.conditional.$6.cpp, keyword.control.directive.conditional.$6.cuda-cpp, keyword.control.directive.conditional.c, keyword.control.directive.conditional.defined.cpp, keyword.control.directive.conditional.defined.cuda-cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.conditional.ifdef.cuda-cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.objc, keyword.control.directive.conditional.objcpp, keyword.control.directive.define.c, keyword.control.directive.define.cpp, keyword.control.directive.define.cuda-cpp, keyword.control.directive.define.objc, keyword.control.directive.define.objcpp, keyword.control.directive.diagnostic.$3.c, keyword.control.directive.diagnostic.$3.objc, keyword.control.directive.diagnostic.$3.objcpp, keyword.control.directive.diagnostic.$7.cpp, keyword.control.directive.diagnostic.$7.cuda-cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.else.cpp, keyword.control.directive.else.cuda-cpp, keyword.control.directive.endif.cpp, keyword.control.directive.endif.cuda-cpp, keyword.control.directive.fsharp, keyword.control.directive.import.objc, keyword.control.directive.import.cpp, keyword.control.directive.import.cuda-cpp, keyword.control.directive.include_next.cpp, keyword.control.directive.include.c, keyword.control.directive.include.cpp, keyword.control.directive.include.cuda-cpp, keyword.control.directive.line.c, keyword.control.directive.line.cpp, keyword.control.directive.line.cuda-cpp, keyword.control.directive.line.objc, keyword.control.directive.line.objcpp, keyword.control.directive.pragma.c, keyword.control.directive.pragma.cpp, keyword.control.directive.pragma.cuda-cpp, keyword.control.directive.pragma.objc, keyword.control.directive.pragma.objcpp, keyword.control.directive.pragma.pragma-mark.c, keyword.control.directive.pragma.pragma-mark.cpp, keyword.control.directive.pragma.pragma-mark.cuda-cpp, keyword.control.directive.pragma.pragma-mark.objc, keyword.control.directive.pragma.pragma-mark.objcpp, keyword.control.directive.regexp, keyword.control.directive.undef.c, keyword.control.directive.undef.cpp, keyword.control.directive.undef.cuda-cpp, keyword.control.directive.undef.objc, keyword.control.directive.undef.objcpp #c678dd —
keyword.control.exception.$1.objcpp, keyword.control.exception.$3.cpp, keyword.control.exception.$3.cuda-cpp, keyword.control.exception.catch.cs, keyword.control.exception.catch.php, keyword.control.exception.finally.cs, keyword.control.exception.groovy, keyword.control.exception.objc, keyword.control.exception.objcpp, keyword.control.exception.php, keyword.control.exception.swift, keyword.control.exception.try.cs, keyword.control.exception.when.cs #01AF8A —
keyword.control.export.js.jsx, keyword.control.export.js, keyword.control.export.julia, keyword.control.export.ts, keyword.control.export.tsx, keyword.control.import.else.objc, keyword.control.import.else.objcpp, keyword.control.import.go, keyword.control.import.if.objc, keyword.control.import.if.objcpp, keyword.control.import.include.php, keyword.control.import.js.jsx, keyword.control.import.js, keyword.control.import.julia, keyword.control.import.objc, keyword.control.import.objcpp, keyword.control.import.pragma.objc, keyword.control.import.pragma.objcpp, keyword.control.import.preprocessor.conditional.swift, keyword.control.import.preprocessor.sourcelocation.swift, keyword.control.import.python, keyword.control.import.swift, keyword.control.import.ts, keyword.control.import.tsx, keyword.control.import.reg #ac82fe —
keyword.control.flow.$1.cs, keyword.control.flow.alias.yaml, keyword.control.flow.anchor.yaml, keyword.control.flow.block-scalar.folded.yaml, keyword.control.flow.block-scalar.literal.yaml, keyword.control.flow.break.cs, keyword.control.flow.break.r, keyword.control.flow.continue.cs, keyword.control.flow.continue.r, keyword.control.flow.goto.cs, keyword.control.flow.js.jsx, keyword.control.flow.js, keyword.control.flow.python, keyword.control.flow.return.cs, keyword.control.flow.return.r, keyword.control.flow.throw.cs, keyword.control.flow.ts, keyword.control.flow.tsx, keyword.control.flow.yield.cs, keyword.control.flowcontrol.perl #14afe2 —
keyword.control.loop.do.cs, keyword.control.loop.for.cs, keyword.control.loop.for.r, keyword.control.loop.foreach.cs, keyword.control.loop.in.cs, keyword.control.loop.js.jsx, keyword.control.loop.js, keyword.control.loop.repeat.r, keyword.control.loop.swift, keyword.control.loop.ts, keyword.control.loop.tsx, keyword.control.loop.while.cs, keyword.control.loop.while.r, keyword.control.loop #c678dd —
keyword.control.razor.comment.star, keyword.control.razor.directive.addTagHelper, keyword.control.razor.directive.attribute, keyword.control.razor.directive.code, keyword.control.razor.directive.codeblock.close, keyword.control.razor.directive.codeblock.open, keyword.control.razor.directive.functions, keyword.control.razor.directive.implements, keyword.control.razor.directive.inherits, keyword.control.razor.directive.inject, keyword.control.razor.directive.layout, keyword.control.razor.directive.model, keyword.control.razor.directive.namespace, keyword.control.razor.directive.page, keyword.control.razor.directive.preservewhitespace, keyword.control.razor.directive.removeTagHelper, keyword.control.razor.directive.rendermode, keyword.control.razor.directive.section, keyword.control.razor.directive.tagHelperPrefix, keyword.control.razor.directive.typeparam, keyword.control.razor.optionalSemicolon, keyword.control.razor.singleLineMarkup #AC4284 —
keyword.control.switch.c, keyword.control.switch.cpp, keyword.control.switch.cs, keyword.control.switch.cuda-cpp, keyword.control.switch.js.jsx, keyword.control.switch.js, keyword.control.switch.objc, keyword.control.switch.objcpp, keyword.control.switch.php, keyword.control.switch.ts, keyword.control.switch.tsx #c678dd —
keyword.control.catch-exception.dart, keyword.control.catch.cpp, keyword.control.catch.java, keyword.control.try.catch.cs, keyword.control.try.cpp, keyword.control.try.cs, keyword.control.try.finally.cs, keyword.control.try.java, keyword.control.trycatch.js.jsx, keyword.control.trycatch.js, keyword.control.trycatch.ts, keyword.control.trycatch.tsx #c678dd —
keyword.operator.$0.cpp, keyword.operator.$0.cuda-cpp, keyword.operator.$1.coffee, keyword.operator.$1.cuda-cpp, keyword.operator.$1.objcpp, keyword.operator.access.dot.rust, keyword.operator.address.go, keyword.operator.alignas.cpp, keyword.operator.alignas.cuda-cpp, keyword.operator.alignof.cpp, keyword.operator.alignof.cuda-cpp, keyword.operator.alternation.ruby.shell, keyword.operator.applies.julia, keyword.operator.arrow.cs, keyword.operator.arrow.fat.rust, keyword.operator.arrow.groovy, keyword.operator.arrow.julia, keyword.operator.arrow.skinny.rust, keyword.operator.as.groovy, keyword.operator.asp, keyword.operator.assert.expression-separator.java, keyword.operator.assert.expression-seperator.groovy, keyword.operator.at.batchfile, keyword.operator.at.shell punctuation.definition.regex.at.shell, keyword.operator.attribute-selector.less, keyword.operator.balancing-group.regexp, keyword.operator.bibtex, keyword.operator.boolean.julia, keyword.operator.borrow.and.rust, keyword.operator.borrow.rust, keyword.operator.c, keyword.operator.cast.$1.objcpp, keyword.operator.cast.$3.cpp, keyword.operator.cast.$3.cuda-cpp, keyword.operator.cast.objcpp, keyword.operator.cast.static_cast.cpp, keyword.operator.channel.go, keyword.operator.class.php, keyword.operator.closure.dart, keyword.operator.coalescing.swift, keyword.operator.coffee, keyword.operator.combinator.css, keyword.operator.compose.julia, keyword.operator.concatenator.sql, keyword.operator.conjugate-number.julia, keyword.operator.control.jsdoc, keyword.operator.css, keyword.operator.cuda-cpp, keyword.operator.custom.infix.dot.swift, keyword.operator.custom.infix.swift, keyword.operator.custom.postfix.dot.swift, keyword.operator.custom.postfix.swift, keyword.operator.custom.prefix.dot.swift, keyword.operator.custom.prefix.swift, keyword.operator.dart, keyword.operator.definiteassignment.js.jsx, keyword.operator.definiteassignment.js, keyword.operator.definiteassignment.ts, keyword.operator.definiteassignment.tsx, keyword.operator.delete.array.bracket.cpp, keyword.operator.delete.array.bracket.cuda-cpp, keyword.operator.delete.array.cpp, keyword.operator.delete.array.cuda-cpp, keyword.operator.delete.cpp, keyword.operator.delete.cuda-cpp, keyword.operator.dereference.groovy, keyword.operator.dereference.rust, keyword.operator.disjunction.regexp, keyword.operator.dockerfile, keyword.operator.documentation.powershell, keyword.operator.dots.julia, keyword.operator.ellipsis.go, keyword.operator.ellipsis.template.definition.objcpp, keyword.operator.elvis.groovy, keyword.operator.error-control.php, keyword.operator.existential.coffee, keyword.operator.expansion.shell, keyword.operator.exponent.rust, keyword.operator.exponent.sign.rust, keyword.operator.extglob.shell, keyword.operator.filetest.perl, keyword.operator.find.groovy, keyword.operator.function-result.swift, keyword.operator.function.variadic-parameter.swift, keyword.operator.functionlike.cpp, keyword.operator.functionlike.cuda-cpp, keyword.operator.generic-constraint.conforms-to.swift, keyword.operator.generic-constraint.same-type.swift, keyword.operator.glob.shell, keyword.operator.glob.wildcard.editorconfig, keyword.operator.glob.wildcard.globstar.editorconfig, keyword.operator.gradient.css, keyword.operator.groovy, keyword.operator.heredoc.php, keyword.operator.heredoc.shell, keyword.operator.herestring.shell, keyword.operator.in.groovy, keyword.operator.insertion.json.comments.snippets, keyword.operator.instanceof.groovy, keyword.operator.instanceof.java, keyword.operator.interpolation.julia, keyword.operator.intersection.regexp.swift, keyword.operator.isa.julia, keyword.operator.js, keyword.operator.key-value.rust, keyword.operator.key.php, keyword.operator.leftshift.groovy, keyword.operator.less, keyword.operator.lookahead.negative.regexp, keyword.operator.lookahead.regexp, keyword.operator.lookbehind.negative.regexp, keyword.operator.lookbehind.regexp, keyword.operator.lua, keyword.operator.macro.dollar.rust, keyword.operator.match.groovy, keyword.operator.math.rust, keyword.operator.math.sql, keyword.operator.memory.delete.array.bracket.objcpp, keyword.operator.memory.delete.array.objcpp, keyword.operator.memory.delete.objcpp, keyword.operator.memory.new.objcpp, keyword.operator.memory.objcpp, keyword.operator.namespace.rust, keyword.operator.navigation.groovy, keyword.operator.negation.regexp, keyword.operator.new.coffee, keyword.operator.new.cpp, keyword.operator.new.cuda-cpp, keyword.operator.new.js.jsx, keyword.operator.new.js, keyword.operator.new.ts, keyword.operator.new.tsx, keyword.operator.noexcept.cpp, keyword.operator.noexcept.cuda-cpp, keyword.operator.nowdoc.php, keyword.operator.null-coalescing.cs, keyword.operator.null-coalescing.php, keyword.operator.null-conditional.cs, keyword.operator.nullable-type.php, keyword.operator.objc, keyword.operator.objcpp, keyword.operator.optional.js.jsx, keyword.operator.optional.js, keyword.operator.optional.ts, keyword.operator.optional.tsx, keyword.operator.or.regexp, keyword.operator.orvariable.language.special.or.shell, keyword.operator.other.powershell, keyword.operator.other.r, keyword.operator.other.ruby, keyword.operator.pattern.case.default.shell, keyword.operator.pattern.case.shell, keyword.operator.pattern.css, keyword.operator.perl, keyword.operator.pipe.batchfile, keyword.operator.pipe.r, keyword.operator.pipe.shell, keyword.operator.positional.parameter.python, keyword.operator.prototype.coffee, keyword.operator.python, keyword.operator.quantifier.plus.shell, keyword.operator.quantifier.question.shell, keyword.operator.quantifier.regexp, keyword.operator.quantifier.star.shell, keyword.operator.question.rust, keyword.operator.range.cs, keyword.operator.range.groovy, keyword.operator.range.julia, keyword.operator.range.powershell, keyword.operator.range.rust, keyword.operator.range.swift, keyword.operator.recursion-level.regexp, keyword.operator.redirect.$3.shell, keyword.operator.redirect.shell, keyword.operator.redirect.stderr.shell, keyword.operator.redirect.stdout.shell, keyword.operator.redirection.batchfile, keyword.operator.redirection.powershell, keyword.operator.regexp.php, keyword.operator.relation.in.julia, keyword.operator.relation.julia, keyword.operator.relation.types.julia, keyword.operator.relational.cs, keyword.operator.relational.js.jsx, keyword.operator.relational.js, keyword.operator.relational.ts, keyword.operator.relational.tsx, keyword.operator.rest.js.jsx, keyword.operator.rest.js, keyword.operator.rest.ts, keyword.operator.rest.tsx, keyword.operator.return-value.php, keyword.operator.safe-navigation.groovy, keyword.operator.scss, keyword.operator.shape.css, keyword.operator.shift.julia, keyword.operator.sizeof.c, keyword.operator.sizeof.cpp, keyword.operator.sizeof.cuda-cpp, keyword.operator.sizeof.objc, keyword.operator.sizeof.objcpp, keyword.operator.sizeof.variadic.cpp, keyword.operator.sizeof.variadic.cuda-cpp, keyword.operator.slice.exclusive.coffee, keyword.operator.slice.inclusive.coffee, keyword.operator.splat.coffee, keyword.operator.spread.js.jsx, keyword.operator.spread.js, keyword.operator.spread.less, keyword.operator.spread.php, keyword.operator.spread.ts, keyword.operator.spread.tsx, keyword.operator.spreadmap.groovy, keyword.operator.star.sql, keyword.operator.string-format.powershell, keyword.operator.string.php, keyword.operator.subpattern.rust, keyword.operator.subtraction.regexp.swift, keyword.operator.symmetric-difference.regexp.swift, keyword.operator.ternary.c, keyword.operator.ternary.cpp, keyword.operator.ternary.cuda-cpp, keyword.operator.ternary.dart, keyword.operator.ternary.expression-seperator.groovy, keyword.operator.ternary.groovy, keyword.operator.ternary.js.jsx, keyword.operator.ternary.js, keyword.operator.ternary.json.comments.snippets, keyword.operator.ternary.julia, keyword.operator.ternary.objc, keyword.operator.ternary.objcpp, keyword.operator.ternary.php, keyword.operator.ternary.swift, keyword.operator.ternary.ts, keyword.operator.ternary.tsx, keyword.operator.tilde.shell, keyword.operator.transpose.julia, keyword.operator.transposed-func.julia, keyword.operator.transposed-matrix.julia, keyword.operator.transposed-parens.julia, keyword.operator.transposed-variable.julia, keyword.operator.type-casting.swift, keyword.operator.type.annotation.js.jsx, keyword.operator.type.annotation.js, keyword.operator.type.annotation.ts, keyword.operator.type.annotation.tsx, keyword.operator.type.asserts.js.jsx, keyword.operator.type.asserts.js, keyword.operator.type.asserts.ts, keyword.operator.type.asserts.tsx, keyword.operator.type.composition.swift, keyword.operator.type.function.swift, keyword.operator.type.js.jsx, keyword.operator.type.js, keyword.operator.type.modifier.js.jsx, keyword.operator.type.modifier.js, keyword.operator.type.modifier.ts, keyword.operator.type.modifier.tsx, keyword.operator.type.optional.swift, keyword.operator.type.php, keyword.operator.type.requirement-suppression.swift, keyword.operator.type.ts, keyword.operator.type.tsx, keyword.operator.typeid.cpp, keyword.operator.typeid.cuda-cpp, keyword.operator.unary.powershell, keyword.operator.unit, keyword.operator.unpacking.arguments.python, keyword.operator.unpacking.parameter.python, keyword.operator.update.julia, keyword.operator.variadic.php, keyword.operator.word.r, keyword.operator.word.search, keyword.operator.wordlike.cpp, keyword.operator.wordlike.cuda-cpp, keyword.operator.arithmetic.batchfile, keyword.operator.arithmetic.bitwise.go, keyword.operator.arithmetic.cpp, keyword.operator.arithmetic.cs, keyword.operator.arithmetic.css, keyword.operator.arithmetic.dart, keyword.operator.arithmetic.go, keyword.operator.arithmetic.groovy, keyword.operator.arithmetic.java, keyword.operator.arithmetic.js.jsx, keyword.operator.arithmetic.js, keyword.operator.arithmetic.julia, keyword.operator.arithmetic.less, keyword.operator.arithmetic.overflow.swift, keyword.operator.arithmetic.php, keyword.operator.arithmetic.python, keyword.operator.arithmetic.r, keyword.operator.arithmetic.remainder.swift, keyword.operator.arithmetic.ruby, keyword.operator.arithmetic.shell, keyword.operator.arithmetic.swift, keyword.operator.arithmetic.ts, keyword.operator.arithmetic.tsx, keyword.operator.arithmetic.unary.swift, keyword.operator.arithmetic.colon.reg #3b91f4 —
keyword.operator.assignment.arithmetic.dart, keyword.operator.assignment.arithmetic.java, keyword.operator.assignment.augmented.batchfile, keyword.operator.assignment.augmented.ruby, keyword.operator.assignment.batchfile, keyword.operator.assignment.bitwise.dart, keyword.operator.assignment.bitwise.java, keyword.operator.assignment.c, keyword.operator.assignment.coffee, keyword.operator.assignment.cpp, keyword.operator.assignment.cs, keyword.operator.assignment.cuda-cpp, keyword.operator.assignment.dart, keyword.operator.assignment.equal.rust, keyword.operator.assignment.go, keyword.operator.assignment.groovy, keyword.operator.assignment.java, keyword.operator.assignment.js.jsx, keyword.operator.assignment.js, keyword.operator.assignment.jsdoc, keyword.operator.assignment.objc, keyword.operator.assignment.objcpp, keyword.operator.assignment.php, keyword.operator.assignment.powershell, keyword.operator.assignment.python, keyword.operator.assignment.r, keyword.operator.assignment.regexp, keyword.operator.assignment.ruby, keyword.operator.assignment.rust, keyword.operator.assignment.sassdoc, keyword.operator.assignment.shell, keyword.operator.assignment.swift, keyword.operator.assignment.ts, keyword.operator.assignment.tsx, keyword.operator.assignment.dotenv #b2b3b3 —
keyword.operator.assignment.compound.bitwise.c, keyword.operator.assignment.compound.bitwise.coffee, keyword.operator.assignment.compound.bitwise.cpp, keyword.operator.assignment.compound.bitwise.cs, keyword.operator.assignment.compound.bitwise.cuda-cpp, keyword.operator.assignment.compound.bitwise.js.jsx, keyword.operator.assignment.compound.bitwise.js, keyword.operator.assignment.compound.bitwise.objc, keyword.operator.assignment.compound.bitwise.objcpp, keyword.operator.assignment.compound.bitwise.ts, keyword.operator.assignment.compound.bitwise.tsx, keyword.operator.assignment.compound.c, keyword.operator.assignment.compound.coffee, keyword.operator.assignment.compound.cpp, keyword.operator.assignment.compound.cs, keyword.operator.assignment.compound.cuda-cpp, keyword.operator.assignment.compound.js.jsx, keyword.operator.assignment.compound.js, keyword.operator.assignment.compound.objc, keyword.operator.assignment.compound.objcpp, keyword.operator.assignment.compound.shell, keyword.operator.assignment.compound.swift, keyword.operator.assignment.compound.ts, keyword.operator.assignment.compound.tsx #13e7e7 —
keyword.operator.bitwise.coffee, keyword.operator.bitwise.cpp, keyword.operator.bitwise.cs, keyword.operator.bitwise.dart, keyword.operator.bitwise.java, keyword.operator.bitwise.js.jsx, keyword.operator.bitwise.js, keyword.operator.bitwise.julia, keyword.operator.bitwise.not.swift, keyword.operator.bitwise.php, keyword.operator.bitwise.powershell, keyword.operator.bitwise.python, keyword.operator.bitwise.shift.c, keyword.operator.bitwise.shift.coffee, keyword.operator.bitwise.shift.cpp, keyword.operator.bitwise.shift.cs, keyword.operator.bitwise.shift.cuda-cpp, keyword.operator.bitwise.shift.js.jsx, keyword.operator.bitwise.shift.js, keyword.operator.bitwise.shift.objc, keyword.operator.bitwise.shift.objcpp, keyword.operator.bitwise.shift.ts, keyword.operator.bitwise.shift.tsx, keyword.operator.bitwise.swift, keyword.operator.bitwise.ts, keyword.operator.bitwise.tsx #13e7e7 —
keyword.operator.comparison.batchfile, keyword.operator.comparison.c, keyword.operator.comparison.coffee, keyword.operator.comparison.cpp, keyword.operator.comparison.cs, keyword.operator.comparison.css, keyword.operator.comparison.cuda-cpp, keyword.operator.comparison.dart, keyword.operator.comparison.go, keyword.operator.comparison.groovy, keyword.operator.comparison.java, keyword.operator.comparison.js.jsx, keyword.operator.comparison.js, keyword.operator.comparison.less, keyword.operator.comparison.objc, keyword.operator.comparison.objcpp, keyword.operator.comparison.perl, keyword.operator.comparison.php, keyword.operator.comparison.powershell, keyword.operator.comparison.predicate.cocoa.objc, keyword.operator.comparison.predicate.cocoa.objcpp, keyword.operator.comparison.python, keyword.operator.comparison.r, keyword.operator.comparison.regexp, keyword.operator.comparison.ruby, keyword.operator.comparison.rust, keyword.operator.comparison.scss, keyword.operator.comparison.sql, keyword.operator.comparison.swift, keyword.operator.comparison.ts, keyword.operator.comparison.tsx #30CCF0 —
keyword.operator.increment.c, keyword.operator.increment.coffee, keyword.operator.increment.cpp, keyword.operator.increment.cs, keyword.operator.increment.cuda-cpp, keyword.operator.increment.go, keyword.operator.increment.js.jsx, keyword.operator.increment.js, keyword.operator.increment.objc, keyword.operator.increment.objcpp, keyword.operator.increment.ts, keyword.operator.increment.tsx, keyword.operator.increment-decrement.dart, keyword.operator.increment-decrement.groovy, keyword.operator.increment-decrement.java, keyword.operator.increment-decrement.php, keyword.operator.increment-or-decrement.swift #30CCF0 —
keyword.operator.decrement.c, keyword.operator.decrement.coffee, keyword.operator.decrement.cpp, keyword.operator.decrement.cs, keyword.operator.decrement.cuda-cpp, keyword.operator.decrement.go, keyword.operator.decrement.js.jsx, keyword.operator.decrement.js, keyword.operator.decrement.objc, keyword.operator.decrement.objcpp, keyword.operator.decrement.ts, keyword.operator.decrement.tsx #E730A4 —
keyword.operator.expression.$1.cs, keyword.operator.expression.as.cs, keyword.operator.expression.await.cs, keyword.operator.expression.default.cs, keyword.operator.expression.delete.js.jsx, keyword.operator.expression.delete.js, keyword.operator.expression.delete.ts, keyword.operator.expression.delete.tsx, keyword.operator.expression.extends.js.jsx, keyword.operator.expression.extends.js, keyword.operator.expression.extends.ts, keyword.operator.expression.extends.tsx, keyword.operator.expression.import.js.jsx, keyword.operator.expression.import.js, keyword.operator.expression.import.ts, keyword.operator.expression.import.tsx, keyword.operator.expression.in.js.jsx, keyword.operator.expression.in.js, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx, keyword.operator.expression.infer.js.jsx, keyword.operator.expression.infer.js, keyword.operator.expression.infer.ts, keyword.operator.expression.infer.tsx, keyword.operator.expression.instanceof.js.jsx, keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx, keyword.operator.expression.is.js.jsx, keyword.operator.expression.is.js, keyword.operator.expression.is.ts, keyword.operator.expression.is.tsx, keyword.operator.expression.keyof.js.jsx, keyword.operator.expression.keyof.js, keyword.operator.expression.keyof.ts, keyword.operator.expression.keyof.tsx, keyword.operator.expression.new.cs, keyword.operator.expression.nameof.cs, keyword.operator.expression.of.js.jsx, keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx, keyword.operator.expression.pattern.combinator.$1.cs, keyword.operator.expression.pattern.combinator.not.cs, keyword.operator.expression.pattern.is.cs, keyword.operator.expression.query.$1.cs, keyword.operator.expression.query.by.cs, keyword.operator.expression.query.equals.cs, keyword.operator.expression.query.from.cs, keyword.operator.expression.query.group.cs, keyword.operator.expression.query.in.cs, keyword.operator.expression.query.into.cs, keyword.operator.expression.query.join.cs, keyword.operator.expression.query.let.cs, keyword.operator.expression.query.on.cs, keyword.operator.expression.query.orderby.cs, keyword.operator.expression.query.select.cs, keyword.operator.expression.query.where.cs, keyword.operator.expression.typeof.js.jsx, keyword.operator.expression.typeof.js, keyword.operator.expression.typeof.ts, keyword.operator.expression.typeof.tsx, keyword.operator.expression.typeof.cs, keyword.operator.expression.void.js.jsx, keyword.operator.expression.void.js, keyword.operator.expression.void.ts, keyword.operator.expression.void.tsx, keyword.operator.expression.with.cs #9f54e6 —
keyword.operator.logic.less, keyword.operator.logic.media.less, keyword.operator.logical.$1.media.css, keyword.operator.logical.and.media.css, keyword.operator.logical.batchfile, keyword.operator.logical.c, keyword.operator.logical.coffee, keyword.operator.logical.cpp, keyword.operator.logical.cs, keyword.operator.logical.cuda-cpp, keyword.operator.logical.dart, keyword.operator.logical.feature.$1.css, keyword.operator.logical.go, keyword.operator.logical.groovy, keyword.operator.logical.java, keyword.operator.logical.js.jsx, keyword.operator.logical.js, keyword.operator.logical.less, keyword.operator.logical.not.swift, keyword.operator.logical.objc, keyword.operator.logical.objcpp, keyword.operator.logical.perl, keyword.operator.logical.php, keyword.operator.logical.powershell, keyword.operator.logical.predicate.cocoa.objc, keyword.operator.logical.predicate.cocoa.objcpp, keyword.operator.logical.python, keyword.operator.logical.r, keyword.operator.logical.regex.shell, keyword.operator.logical.ruby, keyword.operator.logical.rust, keyword.operator.logical.scss, keyword.operator.logical.shell, keyword.operator.logical.swift, keyword.operator.logical.ts, keyword.operator.logical.tsx #4cc9f0 —
keyword.operator.conditional.batchfile, keyword.operator.conditional.colon.cs, keyword.operator.conditional.negative.regexp, keyword.operator.conditional.question-mark.cs, keyword.operator.conditional.regexp #4cc9f0 —
keyword.operator.minus.exponent.decimal.c, keyword.operator.minus.exponent.decimal.cpp, keyword.operator.minus.exponent.decimal.cuda-cpp, keyword.operator.minus.exponent.decimal.go, keyword.operator.minus.exponent.decimal.objc, keyword.operator.minus.exponent.decimal.objcpp, keyword.operator.minus.exponent.hexadecimal.c, keyword.operator.minus.exponent.hexadecimal.cpp, keyword.operator.minus.exponent.hexadecimal.cuda-cpp, keyword.operator.minus.exponent.hexadecimal.go, keyword.operator.minus.exponent.hexadecimal.objc, keyword.operator.minus.exponent.hexadecimal.objcpp, keyword.operator.plus.exponent.decimal.c, keyword.operator.plus.exponent.decimal.cpp, keyword.operator.plus.exponent.decimal.cuda-cpp, keyword.operator.plus.exponent.decimal.go, keyword.operator.plus.exponent.decimal.objc, keyword.operator.plus.exponent.decimal.objcpp, keyword.operator.plus.exponent.hexadecimal.c, keyword.operator.plus.exponent.hexadecimal.cpp, keyword.operator.plus.exponent.hexadecimal.cuda-cpp, keyword.operator.plus.exponent.hexadecimal.go, keyword.operator.plus.exponent.hexadecimal.objc, keyword.operator.plus.exponent.hexadecimal.objcpp #c678dd italic bold
keyword.other.$1.objcpp, keyword.other.$3.cpp, keyword.other.$3.cuda-cpp, keyword.other.alias.sql, keyword.other.array.begin.powershell, keyword.other.array.phpdoc.php, keyword.other.attribute-specifier.cs, keyword.other.authorization.sql, keyword.other.await.cs, keyword.other.back-reference.regexp, keyword.other.capture-specifier.swift, keyword.other.cascade.sql, keyword.other.class.php, keyword.other.clone.php, keyword.other.coffee, keyword.other.comment-annotation.julia, keyword.other.condition.swift, keyword.other.constraint.default.cs, keyword.other.constraint.notnull.cs, keyword.other.constraint.unmanaged.cs, keyword.other.crate.rust, keyword.other.create.sql, keyword.other.custom-property.prefix.less, keyword.other.data-integrity.sql, keyword.other.DDL.create.II.sql, keyword.other.debugger.js.jsx, keyword.other.debugger.js, keyword.other.debugger.ts, keyword.other.debugger.tsx, keyword.other.declaration-specifier.accessibility.swift, keyword.other.declaration-specifier.swift, keyword.other.decltype.cpp, keyword.other.decltype.cuda-cpp, keyword.other.default.constructor.cpp, keyword.other.default.constructor.cuda-cpp, keyword.other.default.destructor.cpp, keyword.other.default.function.cpp, keyword.other.default.scss, keyword.other.definition.custom.editorconfig, keyword.other.definition.end_of_line.editorconfig, keyword.other.definition.ini, keyword.other.definition.tab_width.editorconfig, keyword.other.definition, keyword.other.delete.constructor.cpp, keyword.other.delete.constructor.cuda-cpp, keyword.other.delete.destructor.cpp, keyword.other.delete.function.cpp, keyword.other.dereference.groovy, keyword.other.DML.II.sql, keyword.other.DML.sql, keyword.other.doctype.xml, keyword.other.documentation.javadoc.java, keyword.other.entity.xml, keyword.other.entitytype.xml, keyword.other.entry-type.bibtex, keyword.other.file-type.git-commit, keyword.other.flag.json.comments.snippets, keyword.other.fn.rust, keyword.other.function.use.php, keyword.other.functionlike.cpp, keyword.other.generic-constraint-introducer.swift, keyword.other.group-options.regexp, keyword.other.hashtable.begin.powershell, keyword.other.in.objc, keyword.other.in.objcpp, keyword.other.include.perl, keyword.other.item.latex, keyword.other.js.jsx, keyword.other.js, keyword.other.julia, keyword.other.keyframe-selector.less, keyword.other.less, keyword.other.lock.cs, keyword.other.LUW.sql, keyword.other.modifier.predicate.cocoa.objc, keyword.other.modifier.predicate.cocoa.objcpp, keyword.other.namespace.alias.cpp, keyword.other.namespace.alias.cuda-cpp, keyword.other.namespace.definition.cpp, keyword.other.namespace.definition.cuda-cpp , keyword.other.namespace.definition.objcpp, keyword.other.namespace.directive.cpp, keyword.other.namespace.directive.cuda-cpp, keyword.other.namespace.directive.objcpp, keyword.other.namespace.php, keyword.other.new.php, keyword.other.objc, keyword.other.objcpp, keyword.other.object-comments.sql, keyword.other.operator.associativity.swift, keyword.other.operator.overload.cpp, keyword.other.operator.overload.cuda-cpp, keyword.other.operator.overload.objcpp, keyword.other.operator.type.existential.swift, keyword.other.operator.type.opaque.swift, keyword.other.option-toggle.regexp.julia, keyword.other.option-toggle.regexp, keyword.other.optional.scss, keyword.other.order.sql, keyword.other.package.groovy, keyword.other.package.java, keyword.other.page-props.xml, keyword.other.parameter.direction.$0.c, keyword.other.parameter.direction.$0.cpp, keyword.other.parameter.direction.$0.cuda-cpp, keyword.other.phpdoc.php, keyword.other.platform.all.swift, keyword.other.platform.os.swift, keyword.other.powershell, keyword.other.pragma.perl, keyword.other.preamble.bibtex, keyword.other.predicate.cocoa.objc, keyword.other.predicate.cocoa.objcpp, keyword.other.property.attribute.objc, keyword.other.property.attribute.objcpp, keyword.other.property.directive.objc, keyword.other.property.directive.objcpp, keyword.other.property.objc, keyword.other.property.objcpp, keyword.other.pseudo-class.less, keyword.other.r, keyword.other.requires.cpp, keyword.other.rust, keyword.other.shell, keyword.other.special-method.batchfile, keyword.other.special-method.dockerfile, keyword.other.special-method.ruby, keyword.other.sql, keyword.other.static_assert.c, keyword.other.static_assert.cpp, keyword.other.static_assert.cuda-cpp, keyword.other.static_assert.objc, keyword.other.static_assert.objcpp, keyword.other.static-assert.cpp, keyword.other.static.cs, keyword.other.string-constant.bibtex, keyword.other.substatement.powershell, keyword.other.suffix.literal.built-in.floating-point.cpp, keyword.other.suffix.literal.built-in.integer.cpp, keyword.other.suffix.literal.user-defined.character.cpp, keyword.other.suffix.literal.user-defined.integer.cpp, keyword.other.suffix.literal.user-defined.reserved.character.cpp, keyword.other.suffix.literal.user-defined.reserved.string.cpp, keyword.other.suffix.literal.user-defined.string.cpp, keyword.other.swift, keyword.other.table.sql, keyword.other.throws.groovy, keyword.other.ts, keyword.other.tsx, keyword.other.type.composition.swift, keyword.other.type.metatype.swift, keyword.other.type.never.php, keyword.other.type.php, keyword.other.type.swift, keyword.other.typedef.c, keyword.other.typedef.cpp, keyword.other.typedef.cuda-cpp, keyword.other.typedef.objc, keyword.other.typedef.objcpp, keyword.other.typename.cpp, keyword.other.typename.cuda-cpp, keyword.other.var.cs #80b384 —
keyword.other.important.css, keyword.other.important.less, keyword.other.important.scss #23A3AC —
keyword.other.import.dart, keyword.other.import.groovy, keyword.other.import.java, keyword.other.import.static.groovy #c678dd —
keyword.other.unit.${2:/downcase}.css, keyword.other.unit.binary.c, keyword.other.unit.binary.cpp, keyword.other.unit.binary.cuda-cpp, keyword.other.unit.binary.go, keyword.other.unit.binary.objc, keyword.other.unit.binary.objcpp, keyword.other.unit.deg.css, keyword.other.unit.dvw.css, keyword.other.unit.em.css, keyword.other.unit.exponent.decimal.c, keyword.other.unit.exponent.decimal.cpp, keyword.other.unit.exponent.decimal.cuda-cpp, keyword.other.unit.exponent.decimal.go, keyword.other.unit.exponent.decimal.objc, keyword.other.unit.exponent.decimal.objcpp, keyword.other.unit.exponent.hexadecimal.c, keyword.other.unit.exponent.hexadecimal.cpp, keyword.other.unit.exponent.hexadecimal.cuda-cpp, keyword.other.unit.exponent.hexadecimal.go, keyword.other.unit.exponent.hexadecimal.objc, keyword.other.unit.exponent.hexadecimal.objcpp, keyword.other.unit.hexadecimal.c, keyword.other.unit.hexadecimal.cpp, keyword.other.unit.hexadecimal.cuda-cpp, keyword.other.unit.hexadecimal.go, keyword.other.unit.hexadecimal.objc, keyword.other.unit.hexadecimal.objcpp, keyword.other.unit.imaginary.go, keyword.other.unit.less, keyword.other.unit.octal.c, keyword.other.unit.octal.cpp, keyword.other.unit.octal.cuda-cpp, keyword.other.unit.octal.go, keyword.other.unit.octal.objc, keyword.other.unit.octal.objcpp, keyword.other.unit.percentage.css, keyword.other.unit.px.css, keyword.other.unit.rem.css, keyword.other.unit.suffix.floating-point.c, keyword.other.unit.suffix.floating-point.cpp, keyword.other.unit.suffix.floating-point.cuda-cpp, keyword.other.unit.suffix.floating-point.objc, keyword.other.unit.suffix.floating-point.objcpp, keyword.other.unit.suffix.integer.c, keyword.other.unit.suffix.integer.cpp, keyword.other.unit.suffix.integer.cuda-cpp, keyword.other.unit.suffix.integer.objc, keyword.other.unit.suffix.integer.objcpp, keyword.other.unit.user-defined.cpp, keyword.other.unit.user-defined.cuda-cpp, keyword.other.unit.user-defined.objcpp, keyword.other.unit #B064C7 —
keyword.other.directive.alias.cs, keyword.other.directive.extern.cs, keyword.other.directive.global.cs, keyword.other.directive.static.cs #9FA91F —
keyword.other.directive.other.yaml, keyword.other.directive.tag.yaml, keyword.other.directive.using.cs, keyword.other.use-as.php, keyword.other.use-insteadof.php, keyword.other.use.php, keyword.other.using.cs, keyword.other.using.directive.cpp, keyword.other.using.directive.cuda-cpp, keyword.other.using.directive.objcpp, keyword.other.directive.yaml.yaml #b86fcf —
keyword.preprocessor.checksum.cs, keyword.preprocessor.default.cs, keyword.preprocessor.define.cs, keyword.preprocessor.disable.cs, keyword.preprocessor.elif.cs, keyword.preprocessor.else.cs, keyword.preprocessor.endif.cs, keyword.preprocessor.endregion.cs, keyword.preprocessor.error.cs, keyword.preprocessor.hidden.cs, keyword.preprocessor.hlsl, keyword.preprocessor.if.cs, keyword.preprocessor.line.cs, keyword.preprocessor.load.cs, keyword.preprocessor.pragma.cs, keyword.preprocessor.r.cs, keyword.preprocessor.region.cs, keyword.preprocessor.restore.cs, keyword.preprocessor.undef.cs, keyword.preprocessor.warning.cs #7E3FB2 bold
keyword.accessor.dollar.r, keyword.annotation.handlebars, keyword.cast.dart, keyword.channel.go, keyword.codetag.notation.python, keyword.command.batchfile, keyword.command.rem.batchfile, keyword.const.go, keyword.declaration.dart, keyword.declaration.enum.rust, keyword.declaration.struct.rust, keyword.declaration.trait.rust, keyword.declaration.type.rust, keyword.definition.arrow.php, keyword.format.specifier.fsharp, keyword.fsharp, keyword.function.go, keyword.generator.asterisk.js.jsx, keyword.generator.asterisk.js, keyword.generator.asterisk.ts, keyword.generator.asterisk.tsx, keyword.illegal.name.python, keyword.interface.go, keyword.local.lua, keyword.map.go, keyword.module.java, keyword.package.go, keyword.reserved.coffee, keyword.reserved.java, keyword.storage.modifier.julia, keyword.struct.go, keyword.symbol.arrow.fsharp, keyword.symbol.fsharp, keyword.typealias.hlsl, keyword.var.go #4893c6 —
keyword.type.$1.cs, keyword.type.bool.cs, keyword.type.byte.cs, keyword.type.char.cs, keyword.type.decimal.cs, keyword.type.delegate.cs, keyword.type.double.cs, keyword.type.dynamic.cs, keyword.type.float.cs, keyword.type.int.cs, keyword.type.long.cs, keyword.type.nint.cs, keyword.type.nuint.cs, keyword.type.object.cs, keyword.type.sbyte.cs, keyword.type.short.cs, keyword.type.string.cs, keyword.type.uint.cs, keyword.type.ulong.cs, keyword.type.ushort.cs, keyword.type.void.cs #43aa8b —
storage.control.clojure, storage.control, storage.modifier, storage.type, storage, string.other, string.name.regdata.reg, string.name #c678dd —
storage.type.${1:/downcase}.php, storage.type.$0.cpp, storage.type.$0.cuda-cpp, storage.type.$1.c, storage.type.$1.cpp, storage.type.$1.cuda-cpp, storage.type.$1.objc, storage.type.$1.objcpp, storage.type.$1.swift #c678dd —
storage.modifier.${0:/downcase}.php, storage.modifier.$0.cs, storage.modifier.$0.shell, storage.modifier.$1.cpp, storage.modifier.$1.cs, storage.modifier.$1.cuda-cpp, storage.modifier.$1.java, storage.modifier.$1.shell, storage.modifier.$12.cuda-cpp, storage.modifier.$8.cpp, storage.modifier.access-control.groovy, storage.modifier.virtual.cpp, storage.modifier.this.cs #1ABD9E —
storage.modifier.attribute.swift, storage.modifier.chomping-indicator.yaml, storage.modifier.const.cpp, storage.modifier.const.cs, storage.modifier.declaration.python, storage.modifier.exception.swift, storage.modifier.explicit.cs, storage.modifier.extends.groovy, storage.modifier.extends.java, storage.modifier.extends.php, storage.modifier.final.groovy, storage.modifier.flag.regexp, storage.modifier.float.hlsl, storage.modifier.fsharp, storage.modifier.geometryshader.hlsl, storage.modifier.groovy, storage.modifier.hlsl, storage.modifier.ignore-case.css, storage.modifier.implements.groovy, storage.modifier.implements.java, storage.modifier.implements.php, storage.modifier.implicit.cs, storage.modifier.import.groovy, storage.modifier.import.java, storage.modifier.inline.cpp, storage.modifier.inline.cuda-cpp, storage.modifier.interpolation.hlsl, storage.modifier.java, storage.modifier.js.jsx, storage.modifier.js, storage.modifier.lambda.$0.cpp, storage.modifier.lambda.$0.cuda-cpp, storage.modifier.mut.rust, storage.modifier.objc, storage.modifier.objcpp, storage.modifier.other.groovy, storage.modifier.out.cs, storage.modifier.package.groovy, storage.modifier.perl, storage.modifier.permits.java, storage.modifier.php, storage.modifier.pointer.cpp, storage.modifier.pointer.cuda-cpp, storage.modifier.postfix.hlsl, storage.modifier.powershell, storage.modifier.protocol.objc, storage.modifier.protocol.objcpp, storage.modifier.readonly.cs, storage.modifier.ref.cs, storage.modifier.rust, storage.modifier.scope.powershell, storage.modifier.shell, storage.modifier.sql, storage.modifier.swift, storage.modifier.ts, storage.modifier.tsx, storage.modifier.type.constraints.perl, storage.modifier.unsafe.cs, storage.modifier.where.cs #e26ad2 —
storage.modifier.reference.cpp, storage.modifier.reference.cuda-cpp, storage.modifier.reference.php #D333BE —
storage.modifier.internal.cs #c678dd —
storage.modifier.protected.cs #c678dd —
storage.modifier.public.cs #c678dd —
storage.modifier.asp, storage.modifier.c, storage.modifier.cpp, storage.modifier.cuda-cpp, storage.modifier.dart, storage.modifier.export.shell, storage.modifier.partial.cs, storage.modifier.private.cs, storage.modifier.__global__.cuda-cpp #c678dd —
storage.modifier.static.groovy, storage.modifier.static.cs, storage.modifier.override.cs, storage.modifier.virtual.cs #9FA91F —
storage.modifier.array.bracket.square.c, storage.modifier.array.bracket.square.objc, storage.modifier.array.bracket.square.objcpp, storage.modifier.array.bracket.square #c678dd —
storage.modifier.async.js.jsx, storage.modifier.async.js, storage.modifier.async.swift, storage.modifier.async.ts, storage.modifier.async.tsx, storage.modifier.async.cs #c678dd —
storage.modifier.specificer.functional.pre-parameters.$1.objcpp, storage.modifier.specifier.$1.objcpp, storage.modifier.specifier.$3.cpp, storage.modifier.specifier.$3.cuda-cpp, storage.modifier.specifier.const.cpp, storage.modifier.specifier.const.cuda-cpp, storage.modifier.specifier.extern.cpp, storage.modifier.specifier.parameter.cpp, storage.modifier.specifier.parameter.cuda-cpp, storage.modifier.specifier.parameter #c678dd —
storage.modifier.specifier.functional.post-parameters.$1.objcpp, storage.modifier.specifier.functional.post-parameters.$10.cpp, storage.modifier.specifier.functional.post-parameters.$3.cuda-cpp, storage.modifier.specifier.functional.post-parameters.$5.cpp, storage.modifier.specifier.functional.post-parameters.const.cpp, storage.modifier.specifier.functional.post-parameters.final.cpp, storage.modifier.specifier.functional.post-parameters.override.cpp, storage.modifier.specifier.functional.pre-parameters.$0.cpp, storage.modifier.specifier.functional.pre-parameters.$0.cuda-cpp, storage.modifier.specifier.functional.pre-parameters.constexpr.cuda-cpp, storage.modifier.specifier.functional.pre-parameters.__host__.cuda-cpp, storage.modifier.specifier.functional.pre-parameters.__device__.cuda-cpp, storage.modifier.specifier.functional.pre-parameters.constexpr.cpp, storage.modifier.specifier.functional.pre-parameters.inline.cpp #c678dd —
storage.type.accessor.$1.cs, storage.type.accessor.get.cs, storage.type.accessor.set.cs #6096ba —
storage.type.alias.shell, storage.type.annotation.coffee, storage.type.annotation.dart, storage.type.annotation.groovy, storage.type.annotation.java, storage.type.annotation.lua, storage.type.asm.c, storage.type.asm.cpp, storage.type.asm.cuda-cpp, storage.type.asp, storage.type.attribute.lua, storage.type.basic.hlsl, storage.type.basic.shaderlab, storage.type.boolean.go, storage.type.byte.go, storage.type.const.php, storage.type.cpp, storage.type.cuda-cpp, storage.type.declare.routine.perl, storage.type.decltype.cpp, storage.type.decltype.cuda-cpp, storage.type.def.groovy, storage.type.delegate.cs, storage.type.error.go, storage.type.event.cs, storage.type.extern.cpp, storage.type.extern.cuda-cpp, storage.type.format.python, storage.type.fx.technique.hlsl, storage.type.generic.groovy, storage.type.generic.java, storage.type.generic.lua, storage.type.generic.wildcard.java, storage.type.groovy, storage.type.id.objc, storage.type.id.objcpp, storage.type.imaginary.number.python, storage.type.import.include.pug, storage.type.integral.$14.cuda-cpp, storage.type.integral.$17.cpp, storage.type.internaldeclaration.js.jsx, storage.type.internaldeclaration.js, storage.type.internaldeclaration.ts, storage.type.internaldeclaration.tsx, storage.type.java, storage.type.js.jsx, storage.type.js, storage.type.keyword.pug, storage.type.local.java, storage.type.method.perl, storage.type.number.python, storage.type.numeric.bigint.js.jsx, storage.type.numeric.bigint.js, storage.type.numeric.bigint.ts, storage.type.numeric.bigint.tsx, storage.type.numeric.go, storage.type.objc, storage.type.objcpp, storage.type.object.array.groovy, storage.type.object.array.java, storage.type.operator.cs, storage.type.parameters.groovy, storage.type.php, storage.type.powershell, storage.type.precedencegroup.swift, storage.type.property.js.jsx, storage.type.property.js, storage.type.property.ts, storage.type.property.tsx, storage.type.proto, storage.type.r, storage.type.return-type.lambda.cpp, storage.type.return-type.lambda.cuda-cpp, storage.type.rune.go, storage.type.rust, storage.type.sql, storage.type.string.go, storage.type.string.python, storage.type.sub.perl, storage.type.tag-handle.yaml, storage.type.tag.non-specific.yaml, storage.type.tag.shorthand.yaml, storage.type.tag.verbatim.yaml, storage.type.tag.yaml, storage.type.trait.php, storage.type.ts, storage.type.tsx, storage.type.type.js.jsx, storage.type.type.js, storage.type.type.ts, storage.type.type.tsx, storage.type.uintptr.go, storage.type.union.declare.cpp, storage.type.union.declare.cuda-cpp, storage.type.union.parameter.cpp, storage.type.union.parameter.cuda-cpp, storage.type.user-defined.objcpp #a54dc0 —
storage.type.primitive.array.groovy, storage.type.primitive.array.java, storage.type.primitive.cpp, storage.type.primitive.cuda-cpp, storage.type.primitive.dart, storage.type.primitive.groovy, storage.type.primitive.java, storage.type.primitive.objcpp #b86acf —
storage.type.var.cs, storage.type.variable.perl, storage.type.variable.ruby #a957c2 —
storage.type.built-in.c, storage.type.built-in.cpp, storage.type.built-in.cuda-cpp, storage.type.built-in.objc, storage.type.built-in.objcpp, storage.type.built-in.primitive.c, storage.type.built-in.primitive.cpp, storage.type.built-in.primitive.cuda-cpp, storage.type.built-in.primitive.objc, storage.type.built-in.primitive.objcpp #18B7C8 —
storage.type.class.coffee, storage.type.class.cpp, storage.type.class.cs, storage.type.class.declare.cpp, storage.type.class.declare.cuda-cpp, storage.type.class.doxygen.c, storage.type.class.doxygen.cpp, storage.type.class.doxygen.cuda-cpp, storage.type.class.gtkdoc.cpp, storage.type.class.gtkdoc.cuda-cpp, storage.type.class.gtkdoc, storage.type.class.js.jsx, storage.type.class.js, storage.type.class.jsdoc, storage.type.class.ldoc, storage.type.class.objcpp, storage.type.class.parameter.cpp, storage.type.class.parameter.cuda-cpp, storage.type.class.perl.6, storage.type.class.php, storage.type.class.pod.perl, storage.type.class.python, storage.type.class.sassdoc, storage.type.class.swift, storage.type.class.ts, storage.type.class.tsx, storage.type.record.cs #C678DD —
storage.type.enum.case.swift, storage.type.enum.cpp, storage.type.enum.cs, storage.type.enum.cuda-cpp, storage.type.enum.declare.cpp, storage.type.enum.declare.cuda-cpp, storage.type.enum.enum-key.$2.cpp, storage.type.enum.enum-key.$2.cuda-cpp, storage.type.enum.js.jsx, storage.type.enum.js, storage.type.enum.parameter.cpp, storage.type.enum.parameter.cuda-cpp, storage.type.enum.php, storage.type.enum.ts, storage.type.enum.tsx #c678dd —
storage.type.function.arrow.java, storage.type.function.arrow.js.jsx, storage.type.function.arrow.js, storage.type.function.arrow.ts, storage.type.function.arrow.tsx, storage.type.function.asp, storage.type.function.async.python, storage.type.function.coffee, storage.type.function.js.jsx, storage.type.function.js, storage.type.function.lambda.python, storage.type.function.latex, storage.type.function.math.tex, storage.type.function.operator.swift, storage.type.function.php, storage.type.function.pug.dot-block-dot, storage.type.function.pug, storage.type.function.python, storage.type.function.shell, storage.type.function.swift, storage.type.function.ts, storage.type.function.tsx #3e92cc —
storage.type.interface.cs, storage.type.interface.js.jsx, storage.type.interface.js, storage.type.interface.php, storage.type.interface.ts, storage.type.interface.tsx #C678DD —
storage.type.modifier.access.$0.cpp, storage.type.modifier.access.$0.cuda-cpp, storage.type.modifier.access.control.$1.objcpp, storage.type.modifier.access.control.$4.cpp, storage.type.modifier.access.control.$4.cuda-cpp, storage.type.modifier.access.control.protected.cpp, storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.public.cpp, storage.type.modifier.access.objcpp #dd78bf —
storage.type.modifier.calling-convention.cpp, storage.type.modifier.calling-convention.cuda-cpp, storage.type.modifier.final.cpp, storage.type.modifier.final.cuda-cpp, storage.type.modifier.virtual.cpp, storage.type.modifier.virtual.cuda-cpp #9FA91F —
storage.type.namespace.alias.cpp, storage.type.namespace.alias.cuda-cpp, storage.type.namespace.cs, storage.type.namespace.definition.cpp, storage.type.namespace.definition.cuda-cpp, storage.type.namespace.definition.objcpp, storage.type.namespace.directive.cpp, storage.type.namespace.directive.cuda-cpp, storage.type.namespace.directive.objcpp, storage.type.namespace.js.jsx, storage.type.namespace.js, storage.type.namespace.objcpp, storage.type.namespace.ts, storage.type.namespace.tsx #c678dd —
storage.type.struct.cs, storage.type.struct.declare.cpp, storage.type.struct.declare.cuda-cpp, storage.type.struct.objcpp, storage.type.struct.parameter.cpp, storage.type.struct.parameter.cuda-cpp, storage.type.structure.shaderlab, storage.type.structured.hlsl #28A6AD —
storage.type.template.argument.$0.cpp, storage.type.template.argument.$0.cuda-cpp, storage.type.template.argument.$1.cpp, storage.type.template.argument.$1.objcpp, storage.type.template.argument.$11.cpp, storage.type.template.argument.$14.cpp, storage.type.template.argument.$2.objcpp, storage.type.template.argument.$3.cpp, storage.type.template.argument.$3.cuda-cpp, storage.type.template.argument.$6.cpp, storage.type.template.argument.class.cpp, storage.type.template.cpp, storage.type.template.cuda-cpp, storage.type.template.objcpp #c678dd —
constant.language.$0.cpp, constant.language.$0.cuda-cpp, constant.language.$0.shell, constant.language.$1.shell, constant.language.access-type.jsdoc, constant.language.access-type.sassdoc, constant.language.all.less, constant.language.asp, constant.language.batchfile, constant.language.c, constant.language.coffee, constant.language.dart, constant.language.groovy, constant.language.hlsl, constant.language.iota.go, constant.language.java, constant.language.json.comments.snippets, constant.language.json.comments, constant.language.json.lines, constant.language.json, constant.language.julia, constant.language.less, constant.language.lua, constant.language.merge.yaml, constant.language.name.coffeescript.filter.pug, constant.language.name.generic.filter.pug, constant.language.name.js.filter.pug, constant.language.name.less.filter.pug, constant.language.name.sass.filter.pug, constant.language.name.scss.filter.pug, constant.language.name.stylus.filter.pug, constant.language.objc, constant.language.objcpp, constant.language.perl, constant.language.php, constant.language.powershell, constant.language.predicate.cocoa.objc, constant.language.predicate.cocoa.objcpp, constant.language.python, constant.language.r, constant.language.relative.less, constant.language.symbol-type.jsdoc, constant.language.symbol.hashkey.ruby, constant.language.symbol.interpolated.ruby, constant.language.symbol.ruby, constant.language.value.yaml, constant.language.yaml.yaml, constant.language #e574bc —
constant.character.entity.control-character.regexp, constant.character.entity.cs, constant.character.entity.html.text.pug, constant.character.entity.html, constant.character.entity.js.jsx, constant.character.entity.js, constant.character.entity.named.$2.html, constant.character.entity.named.nbsp.html, constant.character.entity.numeric.decimal.html, constant.character.entity.numeric.hexadecimal.html, constant.character.entity.tsx, constant.character.entity.xml, constant.character.entity #E8AD62 italic
constant.character.escape.ansi-c.shell, constant.character.escape.apostrophe.asp, constant.character.escape.backslash.coffee, constant.character.escape.backslash.regexp, constant.character.escape.backslash.rust, constant.character.escape.batchfile, constant.character.escape.bit.rust, constant.character.escape.byte.lua, constant.character.escape.c, constant.character.escape.clojure, constant.character.escape.codepoint.css, constant.character.escape.continuation.makefile, constant.character.escape.control-char.shell, constant.character.escape.cpp, constant.character.escape.cs, constant.character.escape.css, constant.character.escape.cuda-cpp, constant.character.escape.dart, constant.character.escape.go, constant.character.escape.groovy, constant.character.escape.hex.php, constant.character.escape.hex.shell, constant.character.escape.hlsl, constant.character.escape.ini, constant.character.escape.java, constant.character.escape.js.jsx, constant.character.escape.js, constant.character.escape.json.comments.snippets, constant.character.escape.json.comments, constant.character.escape.json.lines, constant.character.escape.json, constant.character.escape.julia, constant.character.escape.latex, constant.character.escape.less, constant.character.escape.line-continuation.c, constant.character.escape.line-continuation.cpp, constant.character.escape.line-continuation.cuda-cpp, constant.character.escape.line-continuation.objc, constant.character.escape.line-continuation.objcpp, constant.character.escape.line-continuation.shell, constant.character.escape.lua, constant.character.escape.markdown, constant.character.escape.newline.css, constant.character.escape.newline.less, constant.character.escape.newline.swift, constant.character.escape.objc, constant.character.escape.objcpp, constant.character.escape.octal.php, constant.character.escape.octal.shell, constant.character.escape.perl.perl, constant.character.escape.perl, constant.character.escape.php, constant.character.escape.powershell, constant.character.escape.python, constant.character.escape.r, constant.character.escape.razor.tagHelperOptOut, constant.character.escape.razor.transition, constant.character.escape.regex.php, constant.character.escape.regexp, constant.character.escape.ruby, constant.character.escape.rust, constant.character.escape.scss, constant.character.escape.shell, constant.character.escape.single-quote.yaml, constant.character.escape.slash.sql, constant.character.escape.sql, constant.character.escape.swift, constant.character.escape.tex, constant.character.escape.ts, constant.character.escape.tsx, constant.character.escape.unicode.16-bit.yaml, constant.character.escape.unicode.32-bit.yaml, constant.character.escape.unicode.8-bit.yaml, constant.character.escape.unicode.lua, constant.character.escape.unicode.php, constant.character.escape.unicode.punctuation.rust, constant.character.escape.unicode.rust, constant.character.escape.unicode.swift, constant.character.escape.yaml, constant.character.escaped.dockerfile, constant.character.escape #2CCCD8 —
constant.character.character-class.regexp, constant.character.control.regexp, constant.character.format.placeholder.other.python, constant.character.latex, constant.character.math.tex, constant.character.numeric.regexp, constant.character.parameter-entity.xml, constant.character.set.regexp, constant.character.string.escape.fsharp, constant.character.unicode.regexp, constant.character, constant #e574bc —
constant.codepoint-range.less, constant.enum.name.groovy, constant.enum.php, constant.global.julia, constant.keyword.clojure, constant.language.infinity.js.jsx, constant.language.infinity.js, constant.language.infinity.ts, constant.language.infinity.tsx, constant.name.attribute.tag.pug, constant.sha.git-rebase, constant.string.documentation.powershell, constant.variable.groovy #e574bc —
constant.language.import-directive.less, constant.language.import-export-all.js.jsx, constant.language.import-export-all.js, constant.language.import-export-all.ts, constant.language.import-export-all.tsx #e574bc —
constant.language.bool.rust, constant.language.boolean.clojure, constant.language.boolean.false.coffee, constant.language.boolean.false.cs, constant.language.boolean.false.js.jsx, constant.language.boolean.false.js, constant.language.boolean.false.ts, constant.language.boolean.false.tsx, constant.language.boolean.fsharp, constant.language.boolean.go, constant.language.boolean.ruby, constant.language.boolean.swift, constant.language.boolean.true.coffee, constant.language.boolean.true.cs, constant.language.boolean.true.js.jsx, constant.language.boolean.true.js, constant.language.boolean.true.ts, constant.language.boolean.true.tsx, constant.language.boolean.yaml, constant.language.false.c, constant.language.false.cpp, constant.language.false.shell, constant.language.true.c, constant.language.true.cpp, constant.language.true.shell #e574bc —
constant.language.nan.js.jsx, constant.language.nan.js, constant.language.nan.ts, constant.language.nan.tsx, constant.language.nil.clojure, constant.language.nil.ruby, constant.language.nil.swift, constant.language.NULL.c, constant.language.NULL.cpp, constant.language.null.coffee, constant.language.null.cs, constant.language.null.go, constant.language.null.js.jsx, constant.language.null.js, constant.language.null.ts, constant.language.null.tsx, constant.language.null.yaml, constant.language.undefined.js.jsx, constant.language.undefined.js, constant.language.undefined.ts, constant.language.undefined.tsx #e574bc —
constant.numeric.arbitrary-radix.clojure, constant.numeric.asp, constant.numeric.batchfile, constant.numeric.bibtex, constant.numeric.bin.python, constant.numeric.bin.rust, constant.numeric.binary.c, constant.numeric.binary.coffee, constant.numeric.binary.cpp, constant.numeric.binary.cs, constant.numeric.binary.cuda-cpp, constant.numeric.binary.go, constant.numeric.binary.java, constant.numeric.binary.js.jsx, constant.numeric.binary.js, constant.numeric.binary.objc, constant.numeric.binary.objcpp, constant.numeric.binary.php, constant.numeric.binary.ts, constant.numeric.binary.tsx, constant.numeric.category.tex, constant.numeric.css, constant.numeric.dart, constant.numeric.dec.python, constant.numeric.decimal.c, constant.numeric.decimal.coffee, constant.numeric.decimal.cpp, constant.numeric.decimal.cs, constant.numeric.decimal.cuda-cpp, constant.numeric.decimal.exponent.mantissa.rust, constant.numeric.decimal.go, constant.numeric.decimal.hlsl, constant.numeric.decimal.java, constant.numeric.decimal.js.jsx, constant.numeric.decimal.js, constant.numeric.decimal.objc, constant.numeric.decimal.objcpp, constant.numeric.decimal.php, constant.numeric.decimal.point.c, constant.numeric.decimal.point.cpp, constant.numeric.decimal.point.cuda-cpp, constant.numeric.decimal.point.go, constant.numeric.decimal.point.objc, constant.numeric.decimal.point.objcpp, constant.numeric.decimal.rust, constant.numeric.decimal.shell, constant.numeric.decimal.ts, constant.numeric.decimal.tsx, constant.numeric.double.clojure, constant.numeric.dword.reg, constant.numeric.exponent.decimal.c, constant.numeric.exponent.decimal.cpp, constant.numeric.exponent.decimal.cuda-cpp, constant.numeric.exponent.decimal.go, constant.numeric.exponent.decimal.objc, constant.numeric.exponent.decimal.objcpp, constant.numeric.exponent.hexadecimal.c, constant.numeric.exponent.hexadecimal.cpp, constant.numeric.exponent.hexadecimal.cuda-cpp, constant.numeric.exponent.hexadecimal.go, constant.numeric.exponent.hexadecimal.objc, constant.numeric.exponent.hexadecimal.objcpp, constant.numeric.float.decimal.r, constant.numeric.float.decimal.swift, constant.numeric.float.decimal.yaml, constant.numeric.float.fsharp, constant.numeric.float.hexadecimal.lua, constant.numeric.float.hexadecimal.r, constant.numeric.float.hexadecimal.swift, constant.numeric.float.inf.yaml, constant.numeric.float.lua, constant.numeric.float.nan.yaml, constant.numeric.float.python, constant.numeric.float.Sexagesimal.yaml, constant.numeric.float.yaml, constant.numeric.groovy, constant.numeric.hex.coffee, constant.numeric.hex.cs, constant.numeric.hex.hlsl, constant.numeric.hex.java, constant.numeric.hex.js.jsx, constant.numeric.hex.js, constant.numeric.hex.php, constant.numeric.hex.powershell, constant.numeric.hex.python, constant.numeric.hex.rust, constant.numeric.hex.shell, constant.numeric.hex.ts, constant.numeric.hex.tsx, constant.numeric.hexadecimal.c, constant.numeric.hexadecimal.clojure, constant.numeric.hexadecimal.cpp, constant.numeric.hexadecimal.cuda-cpp, constant.numeric.hexadecimal.go, constant.numeric.hexadecimal.objc, constant.numeric.hexadecimal.objcpp, constant.numeric.imaginary.decimal.r, constant.numeric.imaginary.hexadecimal.r, constant.numeric.indentation-indicator.yaml, constant.numeric.index.php, constant.numeric.integer.binary.swift, constant.numeric.integer.binary.yaml, constant.numeric.integer.decimal.r, constant.numeric.integer.decimal.regexp, constant.numeric.integer.decimal.swift, constant.numeric.integer.decimal.yaml, constant.numeric.integer.hexadecimal.lua, constant.numeric.integer.hexadecimal.r, constant.numeric.integer.hexadecimal.swift, constant.numeric.integer.hexadecimal.yaml, constant.numeric.integer.lua, constant.numeric.integer.nativeint.fsharp, constant.numeric.integer.octal.swift, constant.numeric.integer.octal.yaml, constant.numeric.integer.powershell, constant.numeric.integer.Sexagesimal.yaml, constant.numeric.integer.shell, constant.numeric.integer.swift, constant.numeric.integer, constant.numeric.json.comments.snippets, constant.numeric.json.comments, constant.numeric.json.lines, constant.numeric.json, constant.numeric.julia, constant.numeric.less, constant.numeric.long.clojure, constant.numeric.math.tex, constant.numeric.oct.python, constant.numeric.oct.rust, constant.numeric.octal.c, constant.numeric.octal.clojure, constant.numeric.octal.coffee, constant.numeric.octal.cpp, constant.numeric.octal.cuda-cpp, constant.numeric.octal.go, constant.numeric.octal.java, constant.numeric.octal.js.jsx, constant.numeric.octal.js, constant.numeric.octal.objc, constant.numeric.octal.objcpp, constant.numeric.octal.php, constant.numeric.octal.powershell, constant.numeric.octal.shell, constant.numeric.octal.ts, constant.numeric.octal.tsx, constant.numeric.other.density.css, constant.numeric.other.exponent.cs, constant.numeric.other.preffix.binary.cs, constant.numeric.other.preffix.hex.cs, constant.numeric.other.separator.decimals.cs, constant.numeric.other.separator.thousands.cs, constant.numeric.other.shell, constant.numeric.other.suffix.cs, constant.numeric.perl, constant.numeric.preprocessor.c, constant.numeric.preprocessor.objc, constant.numeric.preprocessor.objcpp, constant.numeric.proto, constant.numeric.python, constant.numeric.ratio.clojure, constant.numeric.ruby, constant.numeric.shaderlab, constant.numeric.shell, constant.numeric.sql, constant.numeric.swift, constant.numeric.symbol.clojure, constant.numeric.timestamp.yaml, constant.numeric.version.shell, constant.numeric.yaml-version.yaml, constant.numeric #66a36b —
constant.other.bareword.perl, constant.other.caps.python, constant.other.caps.rust, constant.other.character-class.range.regexp, constant.other.character-class.regexp, constant.other.character-class.set.perl, constant.other.character-class.set.regexp, constant.other.class.php, constant.other.color.rgb-value.hex.css, constant.other.color.rgb-value.less, constant.other.database-name.sql, constant.other.description.jsdoc, constant.other.ellipsis.python, constant.other.email.link.underline.jsdoc, constant.other.email.link.underline.sassdoc, constant.other.enum.java, constant.other.fsharp, constant.other.general.math.tex, constant.other.groovy, constant.other.inline-data.html, constant.other.key.groovy, constant.other.key.java, constant.other.key.perl, constant.other.math.tex, constant.other.objcpp, constant.other.object.coffee, constant.other.object.property.coffee, constant.other.option.dash.shell, constant.other.option.json.comments.snippets, constant.other.option.shell, constant.other.option, constant.other.php, constant.other.property.coffee, constant.other.reference.citation.latex, constant.other.reference.label.latex, constant.other.reference.link.markdown, constant.other.rune.go, constant.other.scss, constant.other.symbol.hashkey.parameter.function.ruby, constant.other.symbol.julia, constant.other.table-name.sql, constant.other.unicode-range.css, constant.other.variable.mac-classic.c, constant.other.variable.mac-classic.objc, constant.other.variable.mac-classic.objcpp, constant.other.set.regexp #2BB8A4 —
constant.other.placeholder.c, constant.other.placeholder.go, constant.other.placeholder.makefile, constant.other.placeholder.objc, constant.other.placeholder.objcpp, constant.other.placeholder #0496ff —
variable.argument.css, variable.assignment.coffee, variable.camel-case.cpp, variable.control.import.include.pug, variable.css, variable.font-feature.css, variable.fsharp, variable.interpolation.julia, variable.interpolation.scss, variable.legacy.builtin.python, variable.lower-case.cpp, variable.lua, variable.name.source.dart, variable.ruby, variable.scss, variable.snake-case.cpp, variable.upper-case.cpp, variable #B783BE —
variable.language.$1.coffee, variable.language.$1.cs, variable.language.arguments.js.jsx, variable.language.arguments.js, variable.language.arguments.ts, variable.language.arguments.tsx, variable.language.associatedtype.swift, variable.language.base.cs, variable.language.capture.json.comments.snippets, variable.language.closure-parameter.swift, variable.language.coffee, variable.language.dart, variable.language.discard.cs, variable.language.documentroot.xml, variable.language.entity.xml, variable.language.expanded-namespace.scss, variable.language.generic-parameter.swift, variable.language.groovy, variable.language.java, variable.language.makefile, variable.language.namespace.php, variable.language.objc, variable.language.objcpp, variable.language.perl, variable.language.powershell, variable.language.ruby, variable.language.self.lua, variable.language.self.ruby, variable.language.self.rust, variable.language.special.at.shell, variable.language.special.cls.python, variable.language.special.quantifier.plus.shell, variable.language.special.quantifier.question.shell, variable.language.special.quantifier.star.shell, variable.language.special.self.python, variable.language.special.shell, variable.language.special.transform.json.comments.snippets, variable.language.special.wildcard.shell, variable.language.super.js.jsx, variable.language.super.js, variable.language.super.rust, variable.language.super.ts, variable.language.super.tsx, variable.language.swift, variable.language.tag-name.regexp, variable.language.tag.regexp, variable.language.wildcard.java #B783BE —
variable.language.this.cpp, variable.language.this.cs, variable.language.this.cuda-cpp, variable.language.this.java, variable.language.this.js.jsx, variable.language.this.js, variable.language.this.json.comments.snippets, variable.language.this.objcpp, variable.language.this.php, variable.language.this.ts, variable.language.this.tsx #B783BE —
variable.object.c, variable.object.objc, variable.object.objcpp, variable.object.property.js.jsx, variable.object.property.js, variable.object.property.ts, variable.object.property.tsx #838f9e italic bold
variable.other.$1.cs, variable.other.alias.cs, variable.other.alias.yaml, variable.other.anchor.yaml, variable.other.asm.label.c, variable.other.asm.label.cpp, variable.other.asm.label.cuda-cpp, variable.other.asp, variable.other.assignment.array.shell, variable.other.assignment.cpp, variable.other.assignment.go, variable.other.assignment.shell, variable.other.bfeac.asp, variable.other.bibtex, variable.other.binding.fsharp, variable.other.block.ruby, variable.other.c, variable.other.class.php, variable.other.declare.cpp, variable.other.definition.java, variable.other.definition.pointer.function.cpp, variable.other.definition.pointer.function.cuda-cpp, variable.other.description.jsdoc, variable.other.dim.asp, variable.other.enummember.cpp, variable.other.enummember.cuda-cpp, variable.other.enummember.js.jsx, variable.other.enummember.js, variable.other.enummember.swift, variable.other.enummember.ts, variable.other.enummember.tsx, variable.other.for.cpp, variable.other.for.shell, variable.other.global.c, variable.other.global.cpp, variable.other.global.php, variable.other.global.safer.php, variable.other.go, variable.other.group-name.regexp, variable.other.identifier.perl.6, variable.other.import.go, variable.other.index.php, variable.other.interpolated.groovy, variable.other.jsdoc, variable.other.label.go, variable.other.latex3.latex, variable.other.link.underline.jsdoc, variable.other.link.underline.sassdoc, variable.other.loop.shell, variable.other.lua, variable.other.macro.argument.cpp, variable.other.macro.argument.cuda-cpp, variable.other.macro.argument.objcpp, variable.other.makefile, variable.other.member.c, variable.other.member.objc, variable.other.member.objcpp, variable.other.member.powershell, variable.other.metavariable.name.rust, variable.other.metavariable.specifier.rust, variable.other.normal.json.comments.snippets, variable.other.property.c, variable.other.property.coffee, variable.other.property.cpp, variable.other.property.cuda-cpp, variable.other.property.go, variable.other.property.js.jsx, variable.other.property.js, variable.other.property.php, variable.other.property.ts, variable.other.property.tsx, variable.other.proto, variable.other.pug.each-var, variable.other.razor.directive.sectionName, variable.other.regexp.last-paren-match.perl, variable.other.regexp.match.perl, variable.other.regexp.post-match.perl, variable.other.regexp.pre-match.perl, variable.other.regexp, variable.other.rust, variable.other.sassdoc, variable.other.selector.objc, variable.other.selector.objcpp, variable.other.source.dart, variable.other.subpattern.perl, variable.other.swift, variable.other.unknown.$1.cpp, variable.other.unknown.$10.cpp, variable.other.unknown.$19.cpp, variable.other.unknown.$2.cpp, variable.other.unknown.$24.cpp, variable.other.unknown.$28.cpp, variable.other.unknown.$3.cpp, variable.other.unknown.$4.cpp, variable.other.unknown.$49.cpp, variable.other.unknown.$5.cpp, variable.other.unknown.$8.cpp, variable.other.value.cs #c4ae09 —
variable.other.local.cpp, variable.other.normal.shell, variable.other.objc, variable.other.objcpp, variable.other.object.access.$4.cpp, variable.other.object.access.$5.cpp, variable.other.object.access.$6.cpp, variable.other.object.access.$7.cpp, variable.other.object.access.$8.cpp, variable.other.object.access.$9.cpp, variable.other.object.access.c, variable.other.object.access.cpp, variable.other.object.access.cuda-cpp, variable.other.object.access.objc, variable.other.object.access.objcpp, variable.other.object.coffee, variable.other.object.construction.cpp, variable.other.object.cs, variable.other.object.declare.cpp, variable.other.object.declare.cuda-cpp, variable.other.object.declare.for.cpp, variable.other.object.java, variable.other.object.js.jsx, variable.other.object.js, variable.other.object.objcpp, variable.other.object.ts, variable.other.object.tsx, variable.other.object, variable.other.perl, variable.other.php, variable.other.pod.perl, variable.other.predefined.perl, variable.other.predefined.program-name.perl #2196b6 —
variable.other.object.property.coffee, variable.other.object.property.cpp, variable.other.object.property.cs, variable.other.object.property.cuda-cpp, variable.other.object.property.java, variable.other.object.property.js.jsx, variable.other.object.property.js, variable.other.object.property.ts, variable.other.object.property.tsx #8077D1 —
variable.other.constant.animation-name.less, variable.other.constant.cs, variable.other.constant.go, variable.other.constant.js.jsx, variable.other.constant.js, variable.other.constant.object.js.jsx, variable.other.constant.object.js, variable.other.constant.object.property.js.jsx, variable.other.constant.object.property.js, variable.other.constant.object.property.ts, variable.other.constant.object.property.tsx, variable.other.constant.object.ts, variable.other.constant.object.tsx, variable.other.constant.property.js.jsx, variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx, variable.other.constant.ruby, variable.other.constant.ts, variable.other.constant.tsx #2685bd —
variable.other.readwrite.alias.js.jsx, variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.tsx, variable.other.readwrite.batchfile, variable.other.readwrite.class.ruby, variable.other.readwrite.cs, variable.other.readwrite.global.mac-classic.c, variable.other.readwrite.global.mac-classic.objc, variable.other.readwrite.global.mac-classic.objcpp, variable.other.readwrite.global.perl, variable.other.readwrite.global.pre-defined.ruby, variable.other.readwrite.global.ruby, variable.other.readwrite.global.special.perl, variable.other.readwrite.instance.coffee, variable.other.readwrite.instance.ruby, variable.other.readwrite.js.jsx, variable.other.readwrite.js, variable.other.readwrite.less, variable.other.readwrite.list-separator.perl, variable.other.readwrite.member.objcpp, variable.other.readwrite.powershell, variable.other.readwrite.static.mac-classic.c, variable.other.readwrite.static.mac-classic.objc, variable.other.readwrite.static.mac-classic.objcpp, variable.other.readwrite.ts, variable.other.readwrite.tsx #b69121 —
variable.parameter.attribute.powershell, variable.parameter.batchfile, variable.parameter.c, variable.parameter.capture.cpp, variable.parameter.capture.cuda-cpp, variable.parameter.class.python, variable.parameter.container-name.css, variable.parameter.cpp, variable.parameter.cuda-cpp, variable.parameter.dart, variable.parameter.definition.label.latex, variable.parameter.dir.less, variable.parameter.document-rule.css, variable.parameter.fsharp, variable.parameter.go, variable.parameter.handlebars, variable.parameter.html, variable.parameter.initializer.cpp, variable.parameter.java, variable.parameter.javascript.embedded.pug, variable.parameter.js.jsx, variable.parameter.js, variable.parameter.keyframe-list.css, variable.parameter.less, variable.parameter.method.groovy, variable.parameter.misc.css, variable.parameter.pointer.function.cpp, variable.parameter.pointer.function.cuda-cpp, variable.parameter.positional.all.shell, variable.parameter.positional.shell, variable.parameter.powershell, variable.parameter.preprocessor.c, variable.parameter.preprocessor.cpp, variable.parameter.preprocessor.cuda-cpp, variable.parameter.preprocessor.objc, variable.parameter.preprocessor.objcpp, variable.parameter.probably.c, variable.parameter.probably.defaulted.objcpp, variable.parameter.probably.objc, variable.parameter.probably.objcpp, variable.parameter.r, variable.parameter.repeat.batchfile, variable.parameter.style-name.css, variable.parameter.ts, variable.parameter.tsx, variable.parameter.url.css, variable.parameter.url.scss, variable.parameter #667FCC —
variable.parameter.codeblock.cmake, variable.parameter.codeblock.console, variable.parameter.codeblock.cpp, variable.parameter.codeblock.dts, variable.parameter.codeblock.js, variable.parameter.codeblock.kconfig, variable.parameter.codeblock.py, variable.parameter.codeblock.ruby, variable.parameter.codeblock.yaml #B783BE —
variable.parameter.function-call.python, variable.parameter.function-call.r, variable.parameter.function.asp, variable.parameter.function.coffee, variable.parameter.function.js, variable.parameter.function.language.python, variable.parameter.function.language.r, variable.parameter.function.language.special.cls.python, variable.parameter.function.language.special.self.python, variable.parameter.function.latex, variable.parameter.function.lua, variable.parameter.function.objc, variable.parameter.function.objcpp, variable.parameter.function.perl, variable.parameter.function.readwrite.instance.coffee, variable.parameter.function.ruby, variable.parameter.function.swift #B783BE —
entity.name, entity.other, entity.section #84a59d —
entity.section.reg #84a59d —
entity.name.function.asp, entity.name.function.c, entity.name.function.call.cpp, entity.name.function.call.cuda-cpp, entity.name.function.call.initializer.cpp, entity.name.function.call.initializer.cuda-cpp, entity.name.function.call.objcpp, entity.name.function.call.shell, entity.name.function.call.upper-case.cpp, entity.name.function.callout.regexp, entity.name.function.clojure, entity.name.function.coffee, entity.name.function.compound-name.swift, entity.name.function.constructor.cpp, entity.name.function.constructor.cuda-cpp, entity.name.function.constructor.objcpp, entity.name.function.cs, entity.name.function.dart, entity.name.function.decorator.python, entity.name.function.definition.cpp, entity.name.function.definition.cuda-cpp, entity.name.function.definition.special.constructor.cpp, entity.name.function.definition.special.constructor.cuda-cpp, entity.name.function.definition.special.member.destructor.cpp, entity.name.function.definition.special.member.destructor.cuda-cpp, entity.name.function.destructor.cpp, entity.name.function.destructor.cuda-cpp, entity.name.function.destructor.objcpp, entity.name.function.format.perl, entity.name.function.go, entity.name.function.java, entity.name.function.js.jsx, entity.name.function.js, entity.name.function.julia, entity.name.function.lua, entity.name.function.macro.rules.rust, entity.name.function.macro.rust, entity.name.function.math.tex, entity.name.function.member.c, entity.name.function.member.cpp, entity.name.function.member.cuda-cpp, entity.name.function.member.objc, entity.name.function.member.objcpp, entity.name.function.name-of-parameter.objc, entity.name.function.name-of-parameter.objcpp, entity.name.function.namespace-prefix.css, entity.name.function.objc, entity.name.function.objcpp, entity.name.function.operator.swift, entity.name.function.perl, entity.name.function.php, entity.name.function.powershell, entity.name.function.preprocessor.apple-foundation.objc, entity.name.function.preprocessor.apple-foundation.objcpp, entity.name.function.preprocessor.c, entity.name.function.preprocessor.cpp, entity.name.function.preprocessor.cuda-cpp, entity.name.function.preprocessor.objc, entity.name.function.preprocessor.objcpp, entity.name.function.pug, entity.name.function.python, entity.name.function.r, entity.name.function.ruby, entity.name.function.rust, entity.name.function.scss, entity.name.function.shell, entity.name.function.sql, entity.name.function.support.builtin.go, entity.name.function.support.go, entity.name.function.swift, entity.name.function.tagged-template.js.jsx, entity.name.function.tagged-template.js, entity.name.function.tagged-template.ts, entity.name.function.tagged-template.tsx, entity.name.function.target.makefile, entity.name.function.ts, entity.name.function.tsx, entity.name.function #6e9bf5 —
entity.name.label.call.cpp, entity.name.label.call.cuda-cpp, entity.name.label.cpp, entity.name.label.cs, entity.name.label.cuda-cpp, entity.name.label.js.jsx, entity.name.label.js, entity.name.label.ts, entity.name.label.tsx #84a59d —
entity.name.namespace-prefix.scss, entity.name.namespace.alias.cpp, entity.name.namespace.alias.cuda-cpp, entity.name.namespace.cpp, entity.name.namespace.cuda-cpp, entity.name.namespace.objcpp, entity.name.namespace.rust, entity.name.namespace.scope-resolution.objcpp, entity.name.namespace.wildcard.less #84a59d —
entity.name.type.namespace.cs, entity.name.type.namespace.fsharp, entity.name.type.namespace.php #778da9 —
entity.name.operator.cpp, entity.name.operator.cuda-cpp, entity.name.operator.custom-literal.cpp, entity.name.operator.custom-literal.cuda-cpp, entity.name.operator.overloadee.objcpp, entity.name.operator.type.array.cpp, entity.name.operator.type.array.cuda-cpp, entity.name.operator.type.cpp, entity.name.operator.type.cuda-cpp, entity.name.operator.type.pointer.cpp, entity.name.operator.type.pointer.cuda-cpp, entity.name.operator.type.reference.cpp, entity.name.operator.type.reference.cuda-cpp #84a59d —
entity.name.other.preprocessor.macro.include.cpp, entity.name.other.preprocessor.macro.include.cuda-cpp, entity.name.other.preprocessor.macro.predefined.__cplusplus.cpp, entity.name.other.preprocessor.macro.predefined.$1.c, entity.name.other.preprocessor.macro.predefined.$1.cpp, entity.name.other.preprocessor.macro.predefined.$1.cuda-cpp, entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp, entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cuda-cpp, entity.name.other.preprocessor.macro.predefined.probably.$0.cpp, entity.name.other.preprocessor.macro.predefined.probably.$0.cuda-cpp, entity.name.other.preprocessor.macro.predefined.probably.$1.c, entity.name.other.preprocessor.macro.predefined.probably.$1.cpp, entity.name.other.preprocessor.macro.predefined.probably.$1.cuda-cpp, entity.name.other.preprocessor.macro.predefined, entity.other.attribute-name.pragma.preprocessor.c, entity.other.attribute-name.pragma.preprocessor.cpp, entity.other.attribute-name.pragma.preprocessor.cuda-cpp, entity.other.attribute-name.pragma.preprocessor.objc, entity.other.attribute-name.pragma.preprocessor.objcpp #84a59d —
entity.name.scope-resolution.constructor.cpp, entity.name.scope-resolution.constructor.cuda-cpp, entity.name.scope-resolution.cpp, entity.name.scope-resolution.cuda-cpp, entity.name.scope-resolution.destructor.cpp, entity.name.scope-resolution.destructor.cuda-cpp, entity.name.scope-resolution.function.call.cpp, entity.name.scope-resolution.function.call.cuda-cpp, entity.name.scope-resolution.function.definition.cpp, entity.name.scope-resolution.function.definition.cuda-cpp, entity.name.scope-resolution.function.definition.operator-overload.cpp, entity.name.scope-resolution.function.definition.operator-overload.cuda-cpp, entity.name.scope-resolution.namespace.alias.cpp, entity.name.scope-resolution.namespace.alias.cuda-cpp, entity.name.scope-resolution.namespace.block.cpp, entity.name.scope-resolution.namespace.block.cuda-cpp, entity.name.scope-resolution.namespace.using.cpp, entity.name.scope-resolution.namespace.using.cuda-cpp, entity.name.scope-resolution.operator-overload.cpp, entity.name.scope-resolution.operator-overload.cuda-cpp, entity.name.scope-resolution.operator.cpp, entity.name.scope-resolution.operator.cuda-cpp, entity.name.scope-resolution.parameter.cpp, entity.name.scope-resolution.parameter.cuda-cpp, entity.name.scope-resolution.template.call.cpp, entity.name.scope-resolution.template.call.cuda-cpp, entity.name.scope-resolution.template.definition.cpp, entity.name.scope-resolution.template.definition.cuda-cpp, entity.name.scope-resolution.type.cpp, entity.name.scope-resolution.type.cuda-cpp #84a59d —
entity.name.tag.anchor, entity.name.tag.backreference.regexp, entity.name.tag.block.any.html, entity.name.tag.coffee, entity.name.tag.cs, entity.name.tag.directive.js.jsx, entity.name.tag.directive.js, entity.name.tag.directive.ts, entity.name.tag.directive.tsx, entity.name.tag.doctype.html, entity.name.tag.html, entity.name.tag.inline.any.html, entity.name.tag.inline.jsdoc, entity.name.tag.js.jsx, entity.name.tag.js, entity.name.tag.less, entity.name.tag.localname.cs, entity.name.tag.localname.xml, entity.name.tag.lua, entity.name.tag.named.backreference.regexp, entity.name.tag.named.group.regexp, entity.name.tag.namespace.cs, entity.name.tag.namespace.js.jsx, entity.name.tag.namespace.js, entity.name.tag.namespace.tsx, entity.name.tag.namespace.xml, entity.name.tag.other.html, entity.name.tag.pragma-mark.c, entity.name.tag.pragma-mark.cpp, entity.name.tag.pragma-mark.cuda-cpp, entity.name.tag.pragma-mark.objc, entity.name.tag.pragma-mark.objcpp, entity.name.tag.pug, entity.name.tag.reference.scss, entity.name.tag.script.html, entity.name.tag.structure.any.html, entity.name.tag.style.html, entity.name.tag.tokenised.html, entity.name.tag.tsx, entity.name.tag.wildcard.css, entity.name.tag.wildcard.less, entity.name.tag.wildcard.scss, entity.name.tag.xml.html, entity.name.tag.xml, entity.name.tag.yaml, entity.name.tag.svelte, entity.name.tag #B1587F —
entity.name.tag.css, entity.name.tag.custom.css, entity.name.tag.custom.less, entity.name.tag.custom.scss #84a59d —
entity.name.type.$1.swift, entity.name.type.any.go, entity.name.type.comparable.go, entity.name.type.cpp, entity.name.type.cs, entity.name.type.cuda-cpp, entity.name.type.declaration.rust, entity.name.type.entry-key.bibtex, entity.name.type #809892 bold
entity.name.type.constructor.cpp, entity.name.type.constructor.cuda-cpp #679d90 —
entity.name.type.destructor.cpp, entity.name.type.destructor.cuda-cpp #64ae9c —
entity.name.type.comparable.go, entity.name.type.delegate.cs, entity.name.type.entry-key.bibtex #7abaaa —
entity.name.type.class.coffee, entity.name.type.class.cpp, entity.name.type.class.cs, entity.name.type.class.cuda-cpp, entity.name.type.class.groovy, entity.name.type.class.java, entity.name.type.class.js.jsx, entity.name.type.class.js, entity.name.type.class.parameter.cpp, entity.name.type.class.parameter.cuda-cpp, entity.name.type.class.perl.6, entity.name.type.class.perl, entity.name.type.class.php, entity.name.type.class.python, entity.name.type.class.ruby, entity.name.type.class.ts, entity.name.type.class.tsx #43aa8b —
entity.name.type.alias.cpp, entity.name.type.alias.cs, entity.name.type.alias.cuda-cpp, entity.name.type.alias.js.jsx, entity.name.type.alias.js, entity.name.type.alias.ts, entity.name.type.alias.tsx #84a59d —
entity.name.type.enum.cpp, entity.name.type.enum.cs, entity.name.type.enum.cuda-cpp, entity.name.type.enum.java, entity.name.type.enum.js.jsx, entity.name.type.enum.js, entity.name.type.enum.parameter.cpp, entity.name.type.enum.parameter.cuda-cpp, entity.name.type.enum.php, entity.name.type.enum.rust, entity.name.type.enum.ts, entity.name.type.enum.tsx #43aa8b —
entity.name.type.interface.cs, entity.name.type.interface.js.jsx, entity.name.type.interface.js, entity.name.type.interface.php, entity.name.type.interface.ts, entity.name.type.interface.tsx #43aa8b —
entity.name.type.struct.cs, entity.name.type.struct.cuda-cpp, entity.name.type.struct.parameter.cpp, entity.name.type.struct.parameter.cuda-cpp, entity.name.type.struct.rust #43AA8B —
entity.name.variable.enum-member.cs #8077d1 —
entity.name.variable.event.cs #84a59d —
entity.name.variable.field.cs, entity.name.variable.lua, entity.name.variable.preprocessor.symbol.cs #84a59d —
entity.name.variable.parameter.cs, entity.name.variable.parameter.php #b69121 —
entity.name.variable.property.cs #7797a0 —
entity.name.variable.local.cs, entity.name.variable.local.cs, entity.name.variable.range-variable.cs, entity.name.variable.tuple-element.cs #b2b2a8 —
entity.other.attribute-name.namespace.cs, entity.other.attribute-name.namespace.js.jsx, entity.other.attribute-name.namespace.js, entity.other.attribute-name.namespace.tsx, entity.other.attribute-name.namespace.xml #84a59d —
entity.other.attribute-name.attribute.scss, entity.other.attribute-name.bracket.shell, entity.other.attribute-name.class.css.pug, entity.other.attribute-name.class.css, entity.other.attribute-name.class.less, entity.other.attribute-name.coffee, entity.other.attribute-name.cs, entity.other.attribute-name.css, entity.other.attribute-name.directive.js.jsx, entity.other.attribute-name.directive.js, entity.other.attribute-name.directive.ts, entity.other.attribute-name.directive.tsx, entity.other.attribute-name.generic.html, entity.other.attribute-name.handlebars, entity.other.attribute-name.html, entity.other.attribute-name.id.css.pug, entity.other.attribute-name.id.css, entity.other.attribute-name.id.html, entity.other.attribute-name.id.less, entity.other.attribute-name.js.jsx, entity.other.attribute-name.js, entity.other.attribute-name.less, entity.other.attribute-name.localname.cs, entity.other.attribute-name.localname.xml, entity.other.attribute-name.module.scss, entity.other.attribute-name.parent-selector-suffix.css, entity.other.attribute-name.parent.less, entity.other.attribute-name.placeholder.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.extend.less, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.scss, entity.other.attribute-name.shell, entity.other.attribute-name.svelte, entity.other.attribute-name.tag.pug, entity.other.attribute-name.tsx, entity.other.attribute-name.xml, entity.other.attribute-name, entity.other.attribute-value.handlebars, entity.other.attribute-value, entity.other.attribute.$0.cpp, entity.other.attribute.$0.cuda-cpp, entity.other.attribute.device.cpp, entity.other.attribute.enable_if.cpp, entity.other.attribute.lua #0B9EC2 —
entity.global.clojure, entity.name.class.lua, entity.name.class.message.proto, entity.name.command.shell, entity.name.constant.counter-name.less, entity.name.constant.less, entity.name.constant.namespace-prefix.less, entity.name.goto-label.php, entity.name.import.go, entity.name.module.rust, entity.name.pragma.name.r, entity.name.section.fsharp, entity.name.section.group-title.editorconfig, entity.name.section.group-title.ini, entity.name.section.markdown, entity.other.alias.php, entity.other.counter-name.less, entity.other.counter-style-name.css, entity.other.document.begin.yaml, entity.other.document.end.yaml, entity.other.inherited-class.coffee, entity.other.inherited-class.groovy, entity.other.inherited-class.java, entity.other.inherited-class.js.jsx, entity.other.inherited-class.js, entity.other.inherited-class.julia, entity.other.inherited-class.objc, entity.other.inherited-class.objcpp, entity.other.inherited-class.php, entity.other.inherited-class.python, entity.other.inherited-class.ruby, entity.other.inherited-class.swift, entity.other.inherited-class.ts, entity.other.inherited-class.tsx, entity.other.keyframe-offset.css, entity.other.keyframe-offset.percentage.css, entity.other.namespace-prefix.css, entity.scope.name.objcpp, entity.scope.objcpp #84a59d —
entity.name.type.format.specifier.fsharp, entity.name.type.fsharp, entity.name.type.go, entity.name.type.inherited.objcpp, entity.name.type.instance.coffee, entity.name.type.instance.jsdoc, entity.name.type.instance.pod.perl, entity.name.type.instance.sassdoc, entity.name.type.js.jsx, entity.name.type.js, entity.name.type.julia, entity.name.type.lifetime.rust, entity.name.type.macro.rust, entity.name.type.metavariable.rust, entity.name.type.module.java, entity.name.type.module.js.jsx, entity.name.type.module.js, entity.name.type.module.ruby, entity.name.type.module.swift, entity.name.type.module.ts, entity.name.type.module.tsx, entity.name.type.numeric.rust, entity.name.type.objc, entity.name.type.objcpp, entity.name.type.object.coffee, entity.name.type.option.rust, entity.name.type.package.go, entity.name.type.parameter.cpp, entity.name.type.parameter.cuda-cpp, entity.name.type.pointer.function.cpp, entity.name.type.pointer.function.cuda-cpp, entity.name.type.precedencegroup.swift, entity.name.type.primitive.rust, entity.name.type.record.java, entity.name.type.result.rust, entity.name.type.rust, entity.name.type.struct.cpp, entity.name.type.swift, entity.name.type.template.cpp, entity.name.type.template.cuda-cpp, entity.name.type.template.objcpp, entity.name.type.trait.php, entity.name.type.trait.rust, entity.name.type.ts, entity.name.type.tsx, entity.name.type.type-parameter.cs, entity.name.type.typealias.swift, entity.name.type.union.cpp, entity.name.type.union.cuda-cpp, entity.name.type.union.parameter.cpp, entity.name.type.union.parameter.cuda-cpp #84a59d —
support.attribute.builtin.php, support.attribute.php, support.keyword.repetitions.less, support.namespace.r, support.unicode-range.less #349F9F —
support.class.asp, support.class.builtin.php, support.class.chord.block.environment.latex, support.class.cocoa.leopard.objc, support.class.cocoa.leopard.objcpp, support.class.cocoa.objc, support.class.cocoa.objcpp, support.class.coffee, support.class.collection.asp, support.class.dart, support.class.exception.php, support.class.general.latex3.tex, support.class.handlebars, support.class.js.jsx, support.class.js, support.class.lua, support.class.math.block.environment.latex, support.class.math.block.tex, support.class.php, support.class.promise.js.jsx, support.class.promise.js, support.class.promise.ts, support.class.promise.tsx, support.class.quartz.objc, support.class.quartz.objcpp, support.class.ruby, support.class.structures.shaderlab, support.class.surface.shaderlab, support.class.swift, support.class.ts, support.class.tsx #349F9F —
support.class.component.js.jsx, support.class.component.js, support.class.component.ts, support.class.component.tsx, support.class.component.svelte #2E8F8F bold
support.constant.10.10.c, support.constant.10.11.c, support.constant.10.12.c, support.constant.10.13.c, support.constant.10.15.c, support.constant.10.8.c, support.constant.10.9.c, support.constant.asp, support.constant.axis.less, support.constant.c, support.constant.cf.10.11.c, support.constant.cf.10.12.c, support.constant.cf.10.13.c, support.constant.cf.10.15.c, support.constant.cf.10.8.c, support.constant.cf.c, support.constant.clib.10.14.c, support.constant.clib.c, support.constant.cocoa.leopard.objc, support.constant.cocoa.leopard.objcpp, support.constant.cocoa.objc, support.constant.cocoa.objcpp, support.constant.color.current.css, support.constant.color.w3c-extended-color-keywords.less, support.constant.color.w3c-extended-color-name.css, support.constant.color.w3c-special-color-keyword.less, support.constant.color.w3c-standard-color-name.css, support.constant.color.w3c-standard-color-name.less, support.constant.container.less, support.constant.core.php, support.constant.custom-media.less, support.constant.dispatch.10.10.c, support.constant.dispatch.10.12.c, support.constant.ext.php, support.constant.font-name.css, support.constant.font-name.less, support.constant.handlebars, support.constant.js.jsx, support.constant.js, support.constant.keyframe.less, support.constant.language-range.css, support.constant.mac-classic.c, support.constant.mac-classic.objc, support.constant.mac-classic.objcpp, support.constant.mathematical-symbols.scss, support.constant.media.css, support.constant.media.less, support.constant.misc.r, support.constant.never.swift, support.constant.notification.cocoa.leopard.objc, support.constant.notification.cocoa.leopard.objcpp, support.constant.notification.cocoa.objc, support.constant.notification.cocoa.objcpp, support.constant.os.c, support.constant.parity.css, support.constant.parser-token.php, support.constant.platform.architecture.swift, support.constant.platform.environment.swift, support.constant.platform.os.swift, support.constant.quartz.10.14.c, support.constant.quartz.10.15.c, support.constant.quartz.c, support.constant.scroller.less, support.constant.size-feature.less, support.constant.std.php, support.constant.step-direction.css, support.constant.step-position.less, support.constant.supports.less, support.constant.swift, support.constant.symbol-type.less, support.constant.text-direction.css, support.constant.ts, support.constant.tsx, support.constant.unicode-range.prefix.less, support.constant.variable.powershell, support.constant.vendored.property-value.css #349F9F —
support.constant.property-value.bindchannels.shaderlab, support.constant.property-value.blendfactors.shaderlab, support.constant.property-value.blendoperations.shaderlab, support.constant.property-value.comparisonfunction.shaderlab, support.constant.property-value.counter-style.less, support.constant.property-value.css, support.constant.property-value.fog.shaderlab, support.constant.property-value.fx.blend.hlsl, support.constant.property-value.fx.blendop.hlsl, support.constant.property-value.fx.comparisonfunc.hlsl, support.constant.property-value.fx.cullmode.hlsl, support.constant.property-value.fx.depthwritemask.hlsl, support.constant.property-value.fx.fillmode.hlsl, support.constant.property-value.fx.filter.hlsl, support.constant.property-value.fx.hlsl, support.constant.property-value.fx.stencilop.hlsl, support.constant.property-value.fx.textureaddressmode.hlsl, support.constant.property-value.less, support.constant.property-value.list-style-type.css, support.constant.property-value.shaderlab, support.constant.property-value.stenciloperation.shaderlab, support.constant.property-value.texturecombiners.shaderlab #349F9F —
support.function.$1.makefile, support.function.10.10.c, support.function.10.11.c, support.function.10.12.c, support.function.10.13.c, support.function.10.14.c, support.function.10.15.c, support.function.10.8.c, support.function.10.9.c, support.function.aggregate.sql, support.function.analytic.sql, support.function.any-method.lua, support.function.any-method.name-of-parameter.objc, support.function.any-method.name-of-parameter.objcpp, support.function.any-method.objc, support.function.any-method.objcpp, support.function.any-method.swift, support.function.any-method.trailing-closure-label.swift, support.function.apc.php, support.function.array.php, support.function.asp, support.function.attribute.fsharp, support.function.attribute.powershell, support.function.availability-condition.swift, support.function.basic_functions.php, support.function.bcmath.php, support.function.be.latex, support.function.bitmanipulation.sql, support.function.blenc.php, support.function.boolean.less, support.function.builtin-macro.swift, support.function.builtin.python, support.function.builtin.shell, support.function.bz2.php, support.function.c, support.function.C99.objc, support.function.C99.objcpp, support.function.calc.css, support.function.calc.less, support.function.calendar.php, support.function.cf.10.12.c, support.function.cf.10.8.c, support.function.cf.10.9.c, support.function.cf.c, support.function.cmake, support.function.classobj.php, support.function.clib.10.10.c, support.function.clib.10.12.c, support.function.clib.10.13.c, support.function.clib.10.15.c, support.function.clib.10.8.c, support.function.clib.10.9.c, support.function.clib.c, support.function.cocoa.leopard.objc, support.function.cocoa.leopard.objcpp, support.function.cocoa.objc, support.function.cocoa.objcpp, support.function.coffee, support.function.collation.sql, support.function.color-blend.less, support.function.color-definition.less, support.function.color-operation.less, support.function.color.less, support.function.com.php, support.function.console.coffee, support.function.construct.output.php, support.function.construct.php, support.function.constructor.php, support.function.conversion.sql, support.function.convert.less, support.function.counter.less, support.function.cryptographic.sql, support.function.ctype.php, support.function.curl.php, support.function.cursor.sql, support.function.data-uri.less, support.function.datatype.sql, support.function.datetime.php, support.function.datetime.sql, support.function.dba.php, support.function.dbx.php, support.function.default.less, support.function.dir.php, support.function.dispatch.10.10.c, support.function.dispatch.10.12.c, support.function.dispatch.10.14.c, support.function.dispatch.c, support.function.document-rule.css, support.function.dom.coffee, support.function.dynamic-type.swift, support.function.eio.php, support.function.emph.latex, support.function.enchant.php, support.function.ereg.php, support.function.errorfunc.php, support.function.escape.less, support.function.event-handler.coffee, support.function.event.asp, support.function.exec.php, support.function.exif.php, support.function.expression.sql, support.function.extract.less, support.function.fann.php, support.function.file.php, support.function.fileinfo.php, support.function.filter.less, support.function.filter.php, support.function.font-face.less, support.function.footnote.latex, support.function.format.less, support.function.fpm.php, support.function.funchand.php, support.function.general.latex, support.function.general.tex, support.function.get-unit.less, support.function.gettext.php, support.function.git-rebase, support.function.globalvar.sql, support.function.gmp.php, support.function.gradient.css, support.function.gradient.less, support.function.grid.less, support.function.handlebars, support.function.hash.php, support.function.hlsl, support.function.http.php, support.function.iconv.php, support.function.if.less, support.function.iisfunc.php, support.function.image.less, support.function.image.php, support.function.info.php, support.function.interbase.php, support.function.intl.php, support.function.json.php, support.function.json.sql, support.function.julia, support.function.kernel.ruby, support.function.key-path.swift, support.function.key.bibtex, support.function.ldap.php, support.function.length.less, support.function.library.lua, support.function.libxml.php, support.function.logical.sql, support.function.lua, support.function.macro.julia, support.function.magic.php, support.function.magic.python, support.function.mail.php, support.function.marginpar.latex, support.function.math.less, support.function.math.php, support.function.mathematical.sql, support.function.mbstring.php, support.function.mcrypt.php, support.function.memcache.php, support.function.metadata.sql, support.function.method.array.coffee, support.function.mhash.php, support.function.misc.css, support.function.misc.scss, support.function.mongo.php, support.function.mysql.php, support.function.mysqli.php, support.function.mysqlnd-memcache.php, support.function.mysqlnd-ms.php, support.function.mysqlnd-qc.php, support.function.mysqlnd-uh.php, support.function.network.php, support.function.nsapi.php, support.function.object-literal.swift, support.function.oci8.php, support.function.opcache.php, support.function.openssl.php, support.function.os.c, support.function.output.php, support.function.password.php, support.function.pcntl.php, support.function.perl, support.function.pgsql.php, support.function.php_apache.php, support.function.php_dom.php, support.function.php_ftp.php, support.function.php_imap.php, support.function.php_mssql.php, support.function.php_odbc.php, support.function.php_pcre.php, support.function.php_spl.php, support.function.php_zip.php, support.function.posix.php, support.function.powershell, support.function.print.groovy, support.function.proctitle.php, support.function.pspell.php, support.function.quartz.10.11.c, support.function.quartz.10.12.c, support.function.quartz.10.13.c, support.function.quartz.10.14.c, support.function.quartz.10.15.c, support.function.quartz.10.8.c, support.function.quartz.10.9.c, support.function.quartz.c, support.function.r, support.function.range.less, support.function.ranking.sql, support.function.readline.php, support.function.recode.php, support.function.regname.ini, support.function.regexp.less, support.function.replace.less, support.function.rowset.sql, support.function.rrd.php, support.function.scroll.less, support.function.section.latex, support.function.security.sql, support.function.selector-reference.swift, support.function.sem.php, support.function.session.php, support.function.sexpr.math.tex, support.function.shape.css, support.function.shape.less, support.function.shmop.php, support.function.simplexml.php, support.function.snmp.php, support.function.soap.php, support.function.sockets.php, support.function.sqlite.php, support.function.sqlsrv.php, support.function.static.array.coffee, support.function.static.math.coffee, support.function.static.number.coffee, support.function.static.object.coffee, support.function.stats.php, support.function.streamsfuncs.php, support.function.string.php, support.function.string.sql, support.function.style.less, support.function.svg-gradient.less, support.function.swift, support.function.sybase.php, support.function.system.sql, support.function.taint.php, support.function.target.$1.makefile, support.function.testing.groovy, support.function.textbf.latex, support.function.textimage.sql, support.function.textit.latex, support.function.texttt.latex, support.function.tidy.php, support.function.timing-function.css, support.function.timing.less, support.function.tokenizer.php, support.function.trader.php, support.function.transform.css, support.function.transform.less, support.function.type.less, support.function.uopz.php, support.function.url.css, support.function.url.latex, support.function.url.less, support.function.url.php, support.function.var.less, support.function.var.php, support.function.vb.asp, support.function.vector.sql, support.function.verb.latex, support.function.view.less, support.function.wddx.php, support.function.xhprof.php, support.function.xml.php, support.function.xmlrpc.php, support.function.xmlwriter.php, support.function.zlib.php #238da0 —
support.other.attribute.cpp, support.other.attribute.cuda-cpp, support.other.escape.special.regexp, support.other.match.any.regexp, support.other.match.begin.regexp, support.other.match.end.regexp, support.other.namespace.php, support.other.parenthesis.regexp, support.other.php, support.other.proto, support.other.protocol.objc, support.other.protocol.objcpp, support.other.variable.less #349F9F —
support.type.10.10.c, support.type.10.12.c, support.type.any.swift, support.type.attributename.shaderlab, support.type.basic.shaderlab, support.type.built-in.json.comments.snippets, support.type.built-in.posix-reserved.cpp, support.type.built-in.posix-reserved.cuda-cpp, support.type.built-in.posix-reserved.pthread.cpp, support.type.built-in.posix-reserved.pthread.cuda-cpp, support.type.builtin.js.jsx, support.type.builtin.js, support.type.builtin.ts, support.type.builtin.tsx, support.type.c, support.type.cf.c, support.type.change.cmake, support.type.clib.c, support.type.cocoa.leopard.objc, support.type.cocoa.leopard.objcpp, support.type.cocoa.objc, support.type.cocoa.objcpp, support.type.custom-property.less, support.type.custom-property.name.less, support.type.dispatch.c, support.type.dword.reg, support.type.exception.python, support.type.fx.hlsl, support.type.julia, support.type.lua, support.type.mac-classic.c, support.type.mac-classic.objc, support.type.mac-classic.objcpp, support.type.map.key.scss, support.type.metaclass.python, support.type.object.geometryshader.hlsl, support.type.object.hlsl, support.type.object.module.js.jsx, support.type.object.module.js, support.type.object.module.ts, support.type.object.module.tsx, support.type.object.rasterizerordered.hlsl, support.type.object.rw.hlsl, support.type.other.hlsl, support.type.perl6, support.type.posix-reserved.c, support.type.posix-reserved.cpp, support.type.posix-reserved.cuda-cpp, support.type.posix-reserved.objc, support.type.posix-reserved.objcpp, support.type.posix-reserved.pthread.cpp, support.type.posix-reserved.pthread.cuda-cpp, support.type.primitive.js.jsx, support.type.primitive.js, support.type.primitive.ts, support.type.primitive.tsx, support.type.provideInfo.cmake, support.type.pthread.c, support.type.pthread.objc, support.type.pthread.objcpp, support.type.python, support.type.quartz.c, support.type.quartz.objc, support.type.quartz.objcpp, support.type.sampler.hlsl, support.type.sampler.legacy.hlsl, support.type.stdint.c, support.type.stdint.objc, support.type.stdint.objcpp, support.type.swift, support.type.sys-types.c, support.type.sys-types.objc, support.type.sys-types.objcpp, support.type.targetProperty.cmake, support.type.texture.hlsl, support.type.texture.legacy.hlsl, support.type.vb.asp, support.type.vendored.property-name.css, support.type.vendored.property-name.media.css #9566a3 —
support.type.property-name.css, support.type.property-name.json.comments.snippets, support.type.property-name.json.comments, support.type.property-name.json.lines, support.type.property-name.json, support.type.property-name.less, support.type.property-name.media.css, support.type.property-name.media.less, support.type.propertyname.shaderlab #488FD9 —
support.variable.10.10.c, support.variable.10.11.c, support.variable.10.12.c, support.variable.10.13.c, support.variable.10.14.c, support.variable.10.15.c, support.variable.10.16.c, support.variable.10.8.c, support.variable.10.9.c, support.variable.automatic.powershell, support.variable.bibtex, support.variable.c, support.variable.camera.shaderlab, support.variable.cf.10.10.c, support.variable.cf.10.11.c, support.variable.cf.10.12.c, support.variable.cf.10.13.c, support.variable.cf.10.8.c, support.variable.cf.10.9.c, support.variable.cf.c, support.variable.character-property.regexp, support.variable.clib.c, support.variable.coffee, support.variable.declaration.shaderlab, support.variable.discard-value.swift, support.variable.drive.powershell, support.variable.fog.shaderlab, support.variable.foundation.objc, support.variable.foundation.objcpp, support.variable.lighting.shaderlab, support.variable.magic.python, support.variable.parameter.swift, support.variable.preprocessor.platformdifference.shaderlab, support.variable.preprocessor.targetmodel.shaderlab, support.variable.preprocessor.targetplatform.shaderlab, support.variable.preprocessor.texture2D.shaderlab, support.variable.preprocessor.unityversion.shaderlab, support.variable.property.importmeta.js.jsx, support.variable.property.importmeta.js, support.variable.property.importmeta.ts, support.variable.property.importmeta.tsx, support.variable.property.js.jsx, support.variable.property.js, support.variable.property.target.js.jsx, support.variable.property.target.js, support.variable.property.target.ts, support.variable.property.target.tsx, support.variable.property.ts, support.variable.property.tsx, support.variable.quartz.10.11.c, support.variable.quartz.10.12.c, support.variable.quartz.10.13.c, support.variable.quartz.10.14.c, support.variable.quartz.10.15.c, support.variable.quartz.10.16.c, support.variable.quartz.10.8.c, support.variable.quartz.c, support.variable.reference.shaderlab, support.variable.semantic.hlsl, support.variable.semantic.sm4.hlsl, support.variable.semantic.sm5_1.hlsl, support.variable.semantic.sm5.hlsl, support.variable.swift, support.variable.time.shaderlab, support.variable.transformations.shaderlab, support.variable.various.shaderlab #349F9F —
string, string.tag.lua, string.key, string.docstring.julia, string.definition.end.ruby, string.definition.begin.ruby, string.comment.buffered.block.pug, tring.name, tring.name.regdata.reg #C2B287 —
string.interpolated.backtick.julia, string.interpolated.backtick.shell, string.interpolated.double.dart, string.interpolated.makefile, string.interpolated.perl, string.interpolated.php, string.interpolated.process-substitution.shell, string.interpolated.pug, string.interpolated.python, string.interpolated.qx-brace.perl, string.interpolated.qx-bracket.perl, string.interpolated.qx-ltgt.perl, string.interpolated.qx-paren.perl, string.interpolated.qx.perl, string.interpolated.qx.single-quote.perl, string.interpolated.ruby, string.interpolated.single.dart, string.interpolated.sql, string.interpolated.triple.double.dart, string.interpolated.triple.single.dart, string.interpolated #C2B287 —
string.json.comments.snippets, string.json.comments, string.json.lines , string.json #C2B287 —
string.other.link.description.markdown, string.other.link.description.title.markdown, string.other.link.title.markdown, string.other.quoted.brackets.sql #C2B287 italic underline
string.quoted.alias.js.jsx, string.quoted.alias.js, string.quoted.alias.ts, string.quoted.alias.tsx, string.quoted.binary.multi.python, string.quoted.binary.single.python, string.quoted.byte.raw.rust, string.quoted.docstring.multi.python, string.quoted.docstring.raw.multi.python, string.quoted.docstring.raw.single.python, string.quoted.docstring.single.python, string.quoted.double.asp, string.quoted.double.attribute-value.scss, string.quoted.double.batchfile, string.quoted.double.block.raw.swift, string.quoted.double.block.swift, string.quoted.double.c, string.quoted.double.clojure, string.quoted.double.coffee, string.quoted.double.cpp, string.quoted.double.cs, string.quoted.double.css, string.quoted.double.cuda-cpp, string.quoted.double.dart, string.quoted.double.dockerfile, string.quoted.double.doctype.identifiers-and-DTDs.html, string.quoted.double.editorconfig, string.quoted.double.fsharp, string.quoted.double.go, string.quoted.double.groovy, string.quoted.double.handlebars, string.quoted.double.heredoc.brace.perl, string.quoted.double.heredoc.bracket.perl, string.quoted.double.heredoc.coffee, string.quoted.double.heredoc.paren.perl, string.quoted.double.heredoc.powershell, string.quoted.double.hlsl, string.quoted.double.html, string.quoted.double.include.c, string.quoted.double.include.cpp, string.quoted.double.include.cuda-cpp, string.quoted.double.include.objc, string.quoted.double.include.objcpp, string.quoted.double.ini, string.quoted.double.interpolated.ruby, string.quoted.double.java, string.quoted.double.js.jsx, string.quoted.double.js, string.quoted.double.json.comments.snippets, string.quoted.double.json.comments, string.quoted.double.json.lines, string.quoted.double.json, string.quoted.double.julia, string.quoted.double.less, string.quoted.double.lua, string.quoted.double.multiline.groovy, string.quoted.double.objc, string.quoted.double.objcpp, string.quoted.double.perl, string.quoted.double.php, string.quoted.double.powershell, string.quoted.double.proto, string.quoted.double.r, string.quoted.double.raw.$2, string.quoted.double.raw.cpp, string.quoted.double.raw.objcpp, string.quoted.double.raw.r, string.quoted.double.raw.regex.cpp, string.quoted.double.raw.regex.cuda-cpp, string.quoted.double.raw, string.quoted.double.rust, string.quoted.double.scss, string.quoted.double.shaderlab, string.quoted.double.shell, string.quoted.double.single-line.raw.swift, string.quoted.double.single-line.swift, string.quoted.double.sql.php, string.quoted.double.sql, string.quoted.double.ts, string.quoted.double.tsx, string.quoted.double.unclosed.sql, string.quoted.double.xml, string.quoted.double.yaml, string.quoted.literal.fsharp, string.quoted.multi.python, string.quoted.other.backtick.sql, string.quoted.other.backtick.unclosed.sql, string.quoted.other.interpolated.ruby, string.quoted.other.julia, string.quoted.other.less, string.quoted.other.lt-gt.include.c, string.quoted.other.lt-gt.include.cpp, string.quoted.other.lt-gt.include.cuda-cpp, string.quoted.other.lt-gt.include.objc, string.quoted.other.lt-gt.include.objcpp, string.quoted.other.multiline.lua, string.quoted.other.q-brace.perl, string.quoted.other.q-bracket.perl, string.quoted.other.q-ltgt.perl, string.quoted.other.q-paren.perl, string.quoted.other.q.perl, string.quoted.other.qq-brace.perl, string.quoted.other.qq-bracket.perl, string.quoted.other.qq-ltgt.perl, string.quoted.other.qq-paren.perl, string.quoted.other.qq.perl, string.quoted.other.regexp.swift, string.quoted.other.ruby, string.quoted.raw.binary.multi.python, string.quoted.raw.binary.single.python, string.quoted.raw.go, string.quoted.raw.multi.python, string.quoted.raw.single.python, string.quoted.rune.go, string.quoted.script.coffee, string.quoted.single.attribute-value.scss, string.quoted.single.c, string.quoted.single.char.rust, string.quoted.single.coffee, string.quoted.single.cpp, string.quoted.single.cs, string.quoted.single.css, string.quoted.single.cuda-cpp, string.quoted.single.dart, string.quoted.single.dockerfile, string.quoted.single.dollar.shell, string.quoted.single.fsharp, string.quoted.single.groovy, string.quoted.single.handlebars, string.quoted.single.heredoc.brace.perl, string.quoted.single.heredoc.bracket.perl, string.quoted.single.heredoc.coffee, string.quoted.single.heredoc.double.perl, string.quoted.single.heredoc.paren.perl, string.quoted.single.heredoc.perl, string.quoted.single.heredoc.powershell, string.quoted.single.heredoc.single.perl, string.quoted.single.heredoc.slash.perl, string.quoted.single.html, string.quoted.single.ini, string.quoted.single.java, string.quoted.single.js.jsx, string.quoted.single.js, string.quoted.single.julia, string.quoted.single.less, string.quoted.single.lua, string.quoted.single.multiline.groovy, string.quoted.single.objc, string.quoted.single.objcpp, string.quoted.single.perl, string.quoted.single.php, string.quoted.single.powershell, string.quoted.single.python, string.quoted.single.r, string.quoted.single.raw.r, string.quoted.single.ruby, string.quoted.single.scss, string.quoted.single.shell, string.quoted.single.sql.php, string.quoted.single.sql, string.quoted.single.ts, string.quoted.single.tsx, string.quoted.single.unclosed.sql, string.quoted.single.xml, string.quoted.single.yaml, string.quoted.triple.double.dart, string.quoted.triple.double.julia, string.quoted.triple.fsharp, string.quoted.triple.java, string.quoted.triple.single.dart, string.regexp.arbitrary-repetition.php, string.regexp.arbitrary-repetition.ruby, string.regexp.arbitrary-repitition.php, string.regexp.block.swift, string.regexp.character-class.php, string.regexp.character-class.ruby, string.regexp.character-class.shell, string.regexp.clojure, string.regexp.coffee, string.regexp.compile.nested_braces.perl, string.regexp.compile.nested_brackets.perl, string.regexp.compile.nested_ltgt.perl, string.regexp.compile.nested_parens.perl, string.regexp.compile.perl, string.regexp.compile.simple-delimiter.perl, string.regexp.compile.single-quote.perl, string.regexp.compiled.groovy, string.regexp.double-quoted.php, string.regexp.find-m.nested_braces.perl, string.regexp.find-m.nested_brackets.perl, string.regexp.find-m.nested_ltgt.perl, string.regexp.find-m.nested_parens.perl, string.regexp.find-m.perl, string.regexp.find-m.simple-delimiter.perl, string.regexp.find-m.single-quote.perl, string.regexp.find.perl, string.regexp.format.nested_braces.perl, string.regexp.format.nested_brackets.perl, string.regexp.format.nested_ltgt.perl, string.regexp.format.nested_parens.perl, string.regexp.format.simple_delimiter.perl, string.regexp.format.single_quote.perl, string.regexp.groovy, string.regexp.group.ruby, string.regexp.insertion.escape.json.comments.snippets, string.regexp.interpolated.ruby, string.regexp.js.jsx, string.regexp.js, string.regexp.json.comments.snippets, string.regexp.julia, string.regexp.line.swift, string.regexp.modr.sql, string.regexp.multiline.coffee, string.regexp.nested_braces.perl, string.regexp.nested_brackets.perl, string.regexp.nested_ltgt.perl, string.regexp.nested_parens.perl, string.regexp.quoted.multi.python, string.regexp.quoted.single.python, string.regexp.replace.extended.simple_delimiter.perl, string.regexp.replace.perl, string.regexp.replaceXXX.format.simple_delimiter.perl, string.regexp.replaceXXX.format.single_quote.perl, string.regexp.replaceXXX.simple_delimiter.perl, string.regexp.single-quoted.php, string.regexp.sql, string.regexp.ts, string.regexp.tsx, string.regexp.unquoted.shell, string.regexp, string.template.js.jsx, string.template.js, string.template.ts, string.template.tsx, string.unquoted.argument.shell, string.unquoted.attribute-value.css, string.unquoted.attribute-value.scss, string.unquoted.batchfile, string.unquoted.cdata.cs, string.unquoted.cdata.xml, string.unquoted.cmake, string.unquoted.cpp, string.unquoted.cuda-cpp, string.unquoted.directive-name.yaml, string.unquoted.directive-parameter.yaml, string.unquoted.filename.git-commit, string.unquoted.heredoc.interpolated.perl, string.unquoted.heredoc.php, string.unquoted.heredoc.raw.perl, string.unquoted.herestring.shell, string.unquoted.html, string.unquoted.index.php, string.unquoted.less, string.unquoted.nowdoc.php, string.unquoted.pattern.shell, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.plain.yaml, string.unquoted.powershell, string.unquoted.program-block.perl, string.unquoted.program-block.ruby, string.unquoted.shell, string.unquoted.single.c, string.unquoted.single.objc, string.unquoted.single.objcpp, string.unquoted #ada48b —
string.unquoted.preprocessor.message.cs #B36E5F italic
ellipses.c, emphasis, strong #0FF0FF —
comment.block.at-sign.bibtex, comment.block.banner.c, comment.block.bibtex, comment.block.c, comment.block.coffee, comment.block.cpp, comment.block.cs, comment.block.css, comment.block.cuda-cpp, comment.block.dart, comment.block.documentation.c, comment.block.documentation.cpp, comment.block.documentation.cs, comment.block.documentation.cuda-cpp, comment.block.documentation.dart, comment.block.documentation.js.jsx, comment.block.documentation.js, comment.block.documentation.json.comments.snippets, comment.block.documentation.json.comments, comment.block.documentation.json.lines, comment.block.documentation.json, comment.block.documentation.perl, comment.block.documentation.phpdoc.php, comment.block.documentation.playground.swift, comment.block.documentation.ruby, comment.block.documentation.rust, comment.block.documentation.scss, comment.block.documentation.swift, comment.block.documentation.ts, comment.block.documentation.tsx, comment.block.empty.dart, comment.block.empty.groovy, comment.block.empty.java, comment.block.fsharp, comment.block.go, comment.block.groovy, comment.block.handlebars, comment.block.html, comment.block.java, comment.block.javadoc.java, comment.block.js.jsx, comment.block.js, comment.block.json.comments.snippets, comment.block.json.comments, comment.block.json.lines, comment.block.json, comment.block.less, comment.block.lua, comment.block.markdown.fsharp.end, comment.block.markdown.fsharp, comment.block.number-sign-equals.julia, comment.block.objc, comment.block.objcpp, comment.block.perl, comment.block.php, comment.block.powershell, comment.block.preprocessor.if-branch.objc, comment.block.preprocessor.if-branch.objcpp, comment.block.regexp, comment.block.rust, comment.block.scss, comment.block.shell, comment.block.swift, comment.block.ts, comment.block.tsx, comment.block.xml, comment.block, comment.documentation.embedded.powershell, comment.frontmatter, comment.line.apostrophe.asp, comment.line.cmake, comment.line.number-sign.cmake, comment.line.banner.c, comment.line.banner.cpp, comment.line.banner.cuda-cpp, comment.line.banner.objc, comment.line.banner.objcpp, comment.line.block.hlsl, comment.line.colon.batchfile, comment.line.defaultvalue.yard.ruby, comment.line.documentation.rust, comment.line.double-dash.documentation.lua, comment.line.double-dash.lua, comment.line.double-dash.sql, comment.line.double-slash.c, comment.line.double-slash.cpp, comment.line.double-slash.cs, comment.line.double-slash.cuda-cpp, comment.line.double-slash.dart, comment.line.double-slash.documentation.c, comment.line.double-slash.documentation.cpp, comment.line.double-slash.documentation.cuda-cpp, comment.line.double-slash.documentation.swift, comment.line.double-slash.fsharp, comment.line.double-slash.go, comment.line.double-slash.groovy, comment.line.double-slash.hlsl, comment.line.double-slash.java, comment.line.double-slash.js.jsx, comment.line.double-slash.js, comment.line.double-slash.less, comment.line.double-slash.objc, comment.line.double-slash.objcpp, comment.line.double-slash.php, comment.line.double-slash.rust, comment.line.double-slash.shaderlab, comment.line.double-slash.shell, comment.line.double-slash.swift, comment.line.double-slash.ts, comment.line.double-slash.tsx, comment.line.hashbang.groovy, comment.line.hashkey.yard.ruby, comment.line.keyword.punctuation.yard.ruby, comment.line.keyword.yard.ruby, comment.line.markdown.fsharp, comment.line.math.tex, comment.line.number-sign.coffee, comment.line.number-sign.diff, comment.line.number-sign.dockerfile, comment.line.number-sign.git-rebase, comment.line.number-sign.ignore, comment.line.number-sign.ini, comment.line.number-sign.julia, comment.line.number-sign.makefile, comment.line.number-sign.perl, comment.line.number-sign.php, comment.line.number-sign.python, comment.line.number-sign.r, comment.line.number-sign.ruby, comment.line.number-sign.shell, comment.line.number-sign.sql, comment.line.number-sign.swift, comment.line.number-sign.yaml, comment.line.parameter.yard.ruby, comment.line.percentage.directive.tex, comment.line.percentage.latex, comment.line.percentage.tex, comment.line.powershell, comment.line.pragma-mark.r, comment.line.pragma.r, comment.line.punctuation.yard.ruby, comment.line.regexp, comment.line.rem.batchfile, comment.line.roxygen.r, comment.line.scss, comment.line.semicolon.clojure, comment.line.semicolon.ini, comment.line.semicolon.reg, comment.line.shebang.clojure, comment.line.shebang.js.jsx, comment.line.shebang.js, comment.line.shebang.lua, comment.line.shebang.php, comment.line.shebang.ts, comment.line.shebang.tsx, comment.line.triple-slash.directive.js.jsx, comment.line.triple-slash.directive.js, comment.line.triple-slash.directive.ts, comment.line.triple-slash.directive.tsx, comment.line.triple-slash.documentation.swift, comment.line.type.yard.ruby, comment.literate.command.fsharp, comment.log.date, comment.log.verbose, comment.regexp, comment.typehint.directive.notation.python, comment.typehint.ignore.notation.python, comment.typehint.punctuation.notation.python, comment.typehint.type.notation.python, comment.typehint.variable.notation.python, comment.unbuffered.block.pug, documentation.injection.js.jsx, documentation.injection.ts #6c757d italic
punctuation.definition.comment.asp, punctuation.definition.comment.batchfile, punctuation.definition.comment.begin.c, punctuation.definition.comment.begin.cpp, punctuation.definition.comment.begin.css, punctuation.definition.comment.begin.cuda-cpp, punctuation.definition.comment.begin.documentation.c, punctuation.definition.comment.begin.documentation.cpp, punctuation.definition.comment.begin.documentation.cuda-cpp, punctuation.definition.comment.begin.js, punctuation.definition.comment.begin.julia, punctuation.definition.comment.begin.lua, punctuation.definition.comment.begin.objc, punctuation.definition.comment.begin.objcpp, punctuation.definition.comment.begin.regexp, punctuation.definition.comment.begin.ruby, punctuation.definition.comment.begin.shell, punctuation.definition.comment.begin.swift, punctuation.definition.comment.bibtex, punctuation.definition.comment.block.begin.powershell, punctuation.definition.comment.block.end.powershell, punctuation.definition.comment.c, punctuation.definition.comment.clojure, punctuation.definition.comment.coffee, punctuation.definition.comment.cpp, punctuation.definition.comment.cs, punctuation.definition.comment.cuda-cpp, punctuation.definition.comment.dart, punctuation.definition.comment.diff, punctuation.definition.comment.dockerfile, punctuation.definition.comment.documentation.c, punctuation.definition.comment.documentation.cpp, punctuation.definition.comment.documentation.cuda-cpp, punctuation.definition.comment.end.c, punctuation.definition.comment.end.cpp, punctuation.definition.comment.end.css, punctuation.definition.comment.end.cuda-cpp, punctuation.definition.comment.end.documentation.c, punctuation.definition.comment.end.documentation.cpp, punctuation.definition.comment.end.documentation.cuda-cpp, punctuation.definition.comment.end.js, punctuation.definition.comment.end.julia, punctuation.definition.comment.end.lua, punctuation.definition.comment.end.objc, punctuation.definition.comment.end.objcpp, punctuation.definition.comment.end.regexp, punctuation.definition.comment.end.ruby, punctuation.definition.comment.end.shell, punctuation.definition.comment.end.swift, punctuation.definition.comment.git-rebase, punctuation.definition.comment.go, punctuation.definition.comment.groovy, punctuation.definition.comment.html, punctuation.definition.comment.ini, punctuation.definition.comment.insertion.escape.json.comments.snippets, punctuation.definition.comment.java, punctuation.definition.comment.js.jsx, punctuation.definition.comment.js, punctuation.definition.comment.json.comments.snippets, punctuation.definition.comment.json.comments, punctuation.definition.comment.json.lines, punctuation.definition.comment.json, punctuation.definition.comment.julia, punctuation.definition.comment.latex, punctuation.definition.comment.less, punctuation.definition.comment.lua, punctuation.definition.comment.makefile, punctuation.definition.comment.math.tex, punctuation.definition.comment.objc, punctuation.definition.comment.objcpp, punctuation.definition.comment.perl, punctuation.definition.comment.php, punctuation.definition.comment.powershell, punctuation.definition.comment.python, punctuation.definition.comment.r, punctuation.definition.comment.reg, punctuation.definition.comment.regexp, punctuation.definition.comment.ruby, punctuation.definition.comment.rust, punctuation.definition.comment.scss, punctuation.definition.comment.shebang.clojure, punctuation.definition.comment.shebang.shell, punctuation.definition.comment.shell, punctuation.definition.comment.sql, punctuation.definition.comment.swift, punctuation.definition.comment.tex, punctuation.definition.comment.ts, punctuation.definition.comment.tsx, punctuation.definition.comment.xml, punctuation.definition.comment.yaml #6c757d —
punctuation.comment.begin.regexp, punctuation.comment.end.regexp #0FF —
punctuation.accessor.attribute.cpp, punctuation.accessor.attribute.cuda-cpp, punctuation.accessor.colons.r, punctuation.accessor.cs, punctuation.accessor.initializer.cpp, punctuation.accessor.js.jsx, punctuation.accessor.js, punctuation.accessor.optional.js.jsx, punctuation.accessor.optional.js, punctuation.accessor.optional.ts, punctuation.accessor.optional.tsx, punctuation.accessor.pointer.cs, punctuation.accessor.ts, punctuation.accessor.tsx, punctuation.access.module.scss, punctuation.catch.separator.java, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, punctuation.comma.dart, punctuation.comma.rust, punctuation.cpp, punctuation.curlybrace.close.cs, punctuation.curlybrace.open.cs, punctuation.destructuring.js.jsx, punctuation.destructuring.js, punctuation.destructuring.ts, punctuation.destructuring.tsx, punctuation.dot.dart, punctuation.group.begin.tex, punctuation.group.end.tex, punctuation.line.separator.math.tex, punctuation.math.begin.bracket.curly.tex, punctuation.math.begin.bracket.curly, punctuation.math.begin.bracket.round.tex, punctuation.math.begin.bracket.round, punctuation.math.bracket.pair.big.tex, punctuation.math.bracket.pair.tex, punctuation.math.end.bracket.curly.tex, punctuation.math.end.bracket.curly, punctuation.math.end.bracket.round.tex, punctuation.math.end.bracket.round, punctuation.math.operator.latex, punctuation.math.operator.tex, punctuation.other.colon.go, punctuation.other.comma.go, punctuation.other.period.go, punctuation.range-based.c, punctuation.range-based.objc, punctuation.range-based.objcpp, punctuation.semi.rust, punctuation.squarebracket.close.cs, punctuation.squarebracket.open.cs, punctuation.tilde.cs, punctuation.bracket.angle.java, punctuation.bracket.curly.java, punctuation.bracket.round.java, punctuation.bracket.square.java, punctuation.brackets.angle.rust, punctuation.brackets.attribute.rust, punctuation.brackets.curly.rust, punctuation.brackets.round.rust, punctuation.brackets.square.rust, punctuation.definition.alias.yaml, punctuation.definition.anchor.yaml, punctuation.definition.annotation-arguments.begin.bracket.round.java, punctuation.definition.annotation-arguments.begin.groovy, punctuation.definition.annotation-arguments.end.bracket.round.java, punctuation.definition.annotation-arguments.end.groovy, punctuation.definition.annotation.java, punctuation.definition.arbitrary-repetition.less, punctuation.definition.arbitrary-repetition.php, punctuation.definition.arbitrary-repetition.ruby, punctuation.definition.arbitrary-repetition.shell, punctuation.definition.arbitrary-repitition.php, punctuation.definition.assignment.shell, punctuation.definition.attribute-selector.begin.bracket.square.scss, punctuation.definition.attribute-selector.end.bracket.square.scss, punctuation.definition.attribute.rust, punctuation.definition.attribute.swift, punctuation.definition.begin.frontmatter, punctuation.definition.begin.latex, punctuation.definition.bold.markdown, punctuation.definition.capture.begin.lambda.cpp, punctuation.definition.capture.begin.lambda.cuda-cpp, punctuation.definition.capture.end.lambda.cpp, punctuation.definition.capture.end.lambda.cuda-cpp, punctuation.definition.case-terminator.groovy, punctuation.definition.changed.diff, punctuation.definition.column-specials.begin.latex, punctuation.definition.column-specials.end.latex, punctuation.definition.condition.begin.bracket.round.css, punctuation.definition.condition.begin.bracket.round.scss, punctuation.definition.condition.end.bracket.round.css, punctuation.definition.condition.end.bracket.round.scss, punctuation.definition.custom-property.less, punctuation.definition.decorator.python, punctuation.definition.deleted.diff, punctuation.definition.delimiter.begin.perl, punctuation.definition.delimiter.end.perl, punctuation.definition.delimiter.sassdoc, punctuation.definition.destructuring.begin.bracket.curly.coffee, punctuation.definition.destructuring.begin.bracket.square.coffee, punctuation.definition.destructuring.end.bracket.curly.coffee, punctuation.definition.destructuring.end.bracket.square.coffee, punctuation.definition.dict.begin.python, punctuation.definition.dict.end.python, punctuation.definition.dictionary.begin.json.comments.snippets, punctuation.definition.dictionary.begin.json.comments, punctuation.definition.dictionary.begin.json.lines, punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json.comments.snippets, punctuation.definition.dictionary.end.json.comments, punctuation.definition.dictionary.end.json.lines, punctuation.definition.dictionary.end.json, punctuation.definition.directive.begin.yaml, punctuation.definition.directive.c, punctuation.definition.directive.cpp, punctuation.definition.directive.cuda-cpp, punctuation.definition.directive.objc, punctuation.definition.directive.objcpp, punctuation.definition.emph.begin.latex, punctuation.definition.emph.end.latex, punctuation.definition.escape.backslash.coffee, punctuation.definition.evaluation.backticks.shell, punctuation.definition.expression.less, punctuation.definition.extglob.shell, punctuation.definition.footnote.begin.latex, punctuation.definition.footnote.end.latex, punctuation.definition.from-file.diff, punctuation.definition.heading.markdown, punctuation.definition.identifier.swift, punctuation.definition.imports.begin.bracket.round.go, punctuation.definition.imports.end.bracket.round.go, punctuation.definition.inheritance.begin.python, punctuation.definition.inheritance.end.python, punctuation.definition.initializer-list.parameters.objcpp, punctuation.definition.inline.tag.jsdoc, punctuation.definition.inserted.diff, punctuation.definition.italic.markdown, punctuation.definition.keyword.bibtex, punctuation.definition.keyword.css, punctuation.definition.keyword.latex, punctuation.definition.keyword.less, punctuation.definition.keyword.objc, punctuation.definition.keyword.objcpp, punctuation.definition.keyword.scss, punctuation.definition.keyword.tex, punctuation.definition.lambda.return-type.cpp, punctuation.definition.lambda.return-type.cuda-cpp, punctuation.definition.lifetime.rust, punctuation.definition.link.description.begin.markdown, punctuation.definition.link.description.end.markdown, punctuation.definition.link.markdown, punctuation.definition.link.title.begin.markdown, punctuation.definition.link.title.end.markdown, punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.python, punctuation.definition.list.end.python, punctuation.definition.logical-expression.shell, punctuation.definition.map.begin.bracket.round.scss, punctuation.definition.map.end.bracket.round.scss, punctuation.definition.map.key.yaml, punctuation.definition.mapping.begin.yaml, punctuation.definition.mapping.end.yaml, punctuation.definition.marginpar.begin.latex, punctuation.definition.marginpar.end.latex, punctuation.definition.markdown, punctuation.definition.math.begin.markdown, punctuation.definition.math.end.markdown, punctuation.definition.media-query.begin.bracket.round.scss, punctuation.definition.media-query.end.bracket.round.scss, punctuation.definition.metadata.markdown, punctuation.definition.method-parameters.begin.groovy, punctuation.definition.method-parameters.end.groovy, punctuation.definition.operator.begin.swift, punctuation.definition.operator.end.swift, punctuation.definition.optional-value.begin.bracket.square.jsdoc, punctuation.definition.optional-value.begin.bracket.square.sassdoc, punctuation.definition.optional-value.end.bracket.square.jsdoc, punctuation.definition.optional-value.end.bracket.square.sassdoc, punctuation.definition.precedencegroup.begin.swift, punctuation.definition.precedencegroup.end.swift, punctuation.definition.preprocessor.swift, punctuation.definition.pseudo-class.begin.bracket.round.css, punctuation.definition.pseudo-class.end.bracket.round.css, punctuation.definition.quote.begin.markdown, punctuation.definition.quote.reg, punctuation.definition.range.diff, punctuation.definition.raw.markdown, punctuation.definition.regex.alternation.shell, punctuation.definition.regex.arbitrary-repetition.shell, punctuation.definition.regex.group.shell, punctuation.definition.regexp.begin.clojure, punctuation.definition.regexp.end.clojure, punctuation.definition.scope.objcpp, punctuation.definition.sequence.begin.yaml, punctuation.definition.sequence.end.yaml, punctuation.definition.strikethrough.markdown, punctuation.definition.structure.begin.groovy, punctuation.definition.structure.end.groovy, punctuation.definition.subexpression.powershell, punctuation.definition.subshell.single.shell, punctuation.definition.substatement.powershell, punctuation.definition.symbol.begin.ruby, punctuation.definition.symbol.end.ruby, punctuation.definition.table.markdown, punctuation.definition.to-file.diff, punctuation.definition.verb.latex, punctuation.definition.wildcard.scss #979dac —
punctuation.definition.template-expression.begin.js.jsx, punctuation.definition.template-expression.begin.js, punctuation.definition.template-expression.begin.ts, punctuation.definition.template-expression.begin.tsx, punctuation.definition.template-expression.end.js.jsx, punctuation.definition.template-expression.end.js, punctuation.definition.template-expression.end.ts, punctuation.definition.template-expression.end.tsx #979dac —
punctuation.definition.textbf.begin.latex, punctuation.definition.textbf.end.latex, punctuation.definition.textit.begin.latex, punctuation.definition.textit.end.latex, punctuation.definition.texttt.begin.latex, punctuation.definition.texttt.end.latex #979dac —
punctuation.definition.storage.modifier.objc, punctuation.definition.storage.modifier.objcpp, punctuation.definition.storage.type.objc, punctuation.definition.storage.type.objcpp #979dac —
punctuation.definition.arrow.php, punctuation.definition.section.reg, punctuation.definition.match-expression.begin.bracket.round.php, punctuation.definition.match-expression.end.bracket.round.php, punctuation.definition.namespace.begin.bracket.curly.php, punctuation.definition.namespace.end.bracket.curly.php, punctuation.definition.section.match-block.begin.bracket.curly.php, punctuation.definition.section.match-block.end.bracket.curly.php, punctuation.definition.section.switch-block.begin.bracket.curly.php, punctuation.definition.section.switch-block.end.bracket.curly.php, punctuation.definition.storage-type.begin.bracket.round.php, punctuation.definition.storage-type.end.bracket.round.php, punctuation.definition.switch-expression.begin.bracket.round.php, punctuation.definition.switch-expression.end.bracket.round.php, punctuation.definition.trait.begin.bracket.curly.php, punctuation.definition.trait.end.bracket.curly.php, punctuation.definition.type.begin.bracket.round.php, punctuation.definition.type.begin.bracket.round.phpdoc.php, punctuation.definition.type.begin.objc, punctuation.definition.type.begin.objcpp, punctuation.definition.type.begin.swift, punctuation.definition.type.end.bracket.round.php, punctuation.definition.type.end.bracket.round.phpdoc.php, punctuation.definition.type.end.objc, punctuation.definition.type.end.objcpp, punctuation.definition.type.end.swift, punctuation.definition.use.begin.bracket.curly.php, punctuation.definition.use.end.bracket.curly.php, punctuation.definition.interface.begin.bracket.curly.php, punctuation.definition.interface.end.bracket.curly.php, punctuation.definition.enum.begin.bracket.curly.php, punctuation.definition.enum.end.bracket.curly.php, punctuation.definition.equals.reg, punctuation.definition.class.begin.bracket.curly.php, punctuation.definition.class.end.bracket.curly.php #979dac —
punctuation.definition.variable.asp, punctuation.definition.variable.batchfile, punctuation.definition.variable.begin.batchfile, punctuation.definition.variable.end.batchfile, punctuation.definition.variable.latex, punctuation.definition.variable.less, punctuation.definition.variable.makefile, punctuation.definition.variable.perl, punctuation.definition.variable.php, punctuation.definition.variable.powershell, punctuation.definition.variable.ruby, punctuation.definition.variable.shell #979dac —
punctuation.decorator.internaldeclaration.js.jsx, punctuation.decorator.internaldeclaration.js, punctuation.decorator.internaldeclaration.ts, punctuation.decorator.internaldeclaration.tsx, punctuation.decorator.js.jsx, punctuation.decorator.js, punctuation.decorator.ts, punctuation.decorator.tsx #979dac —
punctuation.definition.arguments.begin.bracket.round.coffee, punctuation.definition.arguments.begin.bracket.round.php, punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.begin.math.tex, punctuation.definition.arguments.begin.python, punctuation.definition.arguments.begin.r, punctuation.definition.arguments.begin.swift, punctuation.definition.arguments.begin.tex, punctuation.definition.arguments.end.bracket.round.coffee, punctuation.definition.arguments.end.bracket.round.php, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.end.math.tex, punctuation.definition.arguments.end.python, punctuation.definition.arguments.end.r, punctuation.definition.arguments.end.swift, punctuation.definition.arguments.end.tex, punctuation.definition.arguments.optional.begin.latex, punctuation.definition.arguments.optional.end.latex, punctuation.definition.arguments.shell, punctuation.definition.array.access.shell, punctuation.definition.array.begin.bracket.round.php, punctuation.definition.array.begin.bracket.square.coffee, punctuation.definition.array.begin.json.comments.snippets, punctuation.definition.array.begin.json.comments, punctuation.definition.array.begin.json.lines, punctuation.definition.array.begin.json, punctuation.definition.array.end.bracket.round.php, punctuation.definition.array.end.bracket.square.coffee, punctuation.definition.array.end.json.comments.snippets, punctuation.definition.array.end.json.comments, punctuation.definition.array.end.json.lines, punctuation.definition.array.end.json, punctuation.definition.array.shell, punctuation.definition.begin.bracket.curly.go, punctuation.definition.begin.bracket.curly.php, punctuation.definition.begin.bracket.round.go, punctuation.definition.begin.bracket.round.php, punctuation.definition.begin.bracket.round.scss, punctuation.definition.begin.bracket.square.array.type.cpp, punctuation.definition.begin.bracket.square.array.type.cuda-cpp, punctuation.definition.begin.bracket.square.binding.cpp, punctuation.definition.begin.bracket.square.c, punctuation.definition.begin.bracket.square.cpp, punctuation.definition.begin.bracket.square.cuda-cpp, punctuation.definition.begin.bracket.square.go, punctuation.definition.begin.bracket.square.objc, punctuation.definition.begin.bracket.square.objcpp, punctuation.definition.begin.bracket.square, punctuation.definition.binding-pattern.array.js.jsx, punctuation.definition.binding-pattern.array.js, punctuation.definition.binding-pattern.array.ts, punctuation.definition.binding-pattern.array.tsx, punctuation.definition.binding-pattern.object.js.jsx, punctuation.definition.binding-pattern.object.js, punctuation.definition.binding-pattern.object.ts, punctuation.definition.binding-pattern.object.tsx, punctuation.definition.block.begin.less, punctuation.definition.block.end.less, punctuation.definition.block.js.jsx, punctuation.definition.block.js, punctuation.definition.block.sequence.item.yaml, punctuation.definition.block.tag.jsdoc, punctuation.definition.block.tag.ldoc, punctuation.definition.block.tag.sassdoc, punctuation.definition.block.ts, punctuation.definition.block.tsx, punctuation.definition.bracket.angle.begin.jsdoc, punctuation.definition.bracket.angle.begin.sassdoc, punctuation.definition.bracket.angle.end.jsdoc, punctuation.definition.bracket.angle.end.sassdoc, punctuation.definition.bracket.curly.begin.jsdoc, punctuation.definition.bracket.curly.begin.sassdoc, punctuation.definition.bracket.curly.end.jsdoc, punctuation.definition.bracket.curly.end.sassdoc, punctuation.definition.bracket.named-array.shell, punctuation.definition.bracket.square.begin.jsdoc, punctuation.definition.bracket.square.end.jsdoc, punctuation.definition.brackets.tex, punctuation.definition.char.begin.cs, punctuation.definition.char.end.cs, punctuation.definition.char.rust, punctuation.definition.character-class.begin.perl, punctuation.definition.character-class.end.perl, punctuation.definition.character-class.php, punctuation.definition.character-class.regexp, punctuation.definition.character-class.ruby, punctuation.definition.character-class.shell, punctuation.definition.end.bracket.curly.go, punctuation.definition.end.bracket.curly.php, punctuation.definition.end.bracket.round.go, punctuation.definition.end.bracket.round.php, punctuation.definition.end.bracket.round.scss, punctuation.definition.end.bracket.square.array.type.cpp, punctuation.definition.end.bracket.square.array.type.cuda-cpp, punctuation.definition.end.bracket.square.binding.cpp, punctuation.definition.end.bracket.square.c, punctuation.definition.end.bracket.square.cpp, punctuation.definition.end.bracket.square.cuda-cpp, punctuation.definition.end.bracket.square.go, punctuation.definition.end.bracket.square.objc, punctuation.definition.end.bracket.square.objcpp, punctuation.definition.end.bracket.square, punctuation.definition.end.frontmatter, punctuation.definition.end.latex, punctuation.definition.section.case-statement.js.jsx, punctuation.definition.section.case-statement.js, punctuation.definition.section.case-statement.ts, punctuation.definition.section.case-statement.tsx, punctuation.definition.separator.diff, punctuation.definition.separator.groovy, punctuation.definition.seperator.groovy, punctuation.definition.seperator.key-value.groovy, punctuation.definition.seperator.parameter.groovy #979dac —
punctuation.definition.constant.begin.markdown, punctuation.definition.constant.cs, punctuation.definition.constant.css, punctuation.definition.constant.end.markdown, punctuation.definition.constant.hashkey.ruby, punctuation.definition.constant.latex, punctuation.definition.constant.less, punctuation.definition.constant.markdown, punctuation.definition.constant.math.tex, punctuation.definition.constant.ruby, punctuation.definition.constant.xml #979dac —
punctuation.definition.entity.begin.bracket.square.css, punctuation.definition.entity.css, punctuation.definition.entity.end.bracket.square.css, punctuation.definition.entity.html, punctuation.definition.entity.ini, punctuation.definition.entity.js.jsx, punctuation.definition.entity.js, punctuation.definition.entity.less, punctuation.definition.entity.other.inherited-class.objc, punctuation.definition.entity.other.inherited-class.objcpp, punctuation.definition.entity.swift, punctuation.definition.entity.tsx, punctuation.definition.entity.xml #E8AD62 italic
punctuation.definition.function.latex, punctuation.definition.function.math.tex, punctuation.definition.function.pointer.dereference.cpp, punctuation.definition.function.pointer.dereference.cuda-cpp, punctuation.definition.function.return-type.cpp, punctuation.definition.function.return-type.cuda-cpp, punctuation.definition.function.tex #979dac —
punctuation.definition.group.assertion.regexp, punctuation.definition.group.begin.bibtex, punctuation.definition.group.begin.less, punctuation.definition.group.end.bibtex, punctuation.definition.group.end.less, punctuation.definition.group.no-capture.regexp, punctuation.definition.group.regexp, punctuation.definition.group.ruby, punctuation.definition.group.shell #979dac —
punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.bracket.curly.scss, punctuation.definition.interpolation.end.cs, punctuation.definition.interpolation.rust #979dac —
punctuation.definition.parameters.asp, punctuation.definition.parameters.begin.bracket.round.coffee, punctuation.definition.parameters.begin.bracket.round.css, punctuation.definition.parameters.begin.bracket.round.java, punctuation.definition.parameters.begin.bracket.round.php, punctuation.definition.parameters.begin.bracket.round.scss, punctuation.definition.parameters.begin.c, punctuation.definition.parameters.begin.constructor.objcpp, punctuation.definition.parameters.begin.destructor.objcpp, punctuation.definition.parameters.begin.js.jsx, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.begin.lambda.cpp, punctuation.definition.parameters.begin.lambda.cuda-cpp, punctuation.definition.parameters.begin.lua, punctuation.definition.parameters.begin.objc, punctuation.definition.parameters.begin.objcpp, punctuation.definition.parameters.begin.preprocessor.cpp, punctuation.definition.parameters.begin.preprocessor.cuda-cpp, punctuation.definition.parameters.begin.python, punctuation.definition.parameters.begin.r, punctuation.definition.parameters.begin.swift, punctuation.definition.parameters.begin.ts, punctuation.definition.parameters.begin.tsx, punctuation.definition.parameters.end.bracket.round.coffee, punctuation.definition.parameters.end.bracket.round.css, punctuation.definition.parameters.end.bracket.round.java, punctuation.definition.parameters.end.bracket.round.php, punctuation.definition.parameters.end.bracket.round.scss, punctuation.definition.parameters.end.c, punctuation.definition.parameters.end.constructor.objcpp, punctuation.definition.parameters.end.destructor.objcpp, punctuation.definition.parameters.end.js.jsx, punctuation.definition.parameters.end.js, punctuation.definition.parameters.end.lambda.cpp, punctuation.definition.parameters.end.lambda.cuda-cpp, punctuation.definition.parameters.end.objc, punctuation.definition.parameters.end.objcpp, punctuation.definition.parameters.end.preprocessor.cpp, punctuation.definition.parameters.end.preprocessor.cuda-cpp, punctuation.definition.parameters.end.python, punctuation.definition.parameters.end.r, punctuation.definition.parameters.end.swift, punctuation.definition.parameters.end.ts, punctuation.definition.parameters.end.tsx, punctuation.definition.parameters.finish.lua, punctuation.definition.parameters.objc, punctuation.definition.parameters.objcpp, punctuation.definition.parameters.perl, punctuation.definition.parameters.ruby, punctuation.definition.parameters.varargs.java #979dac —
punctuation.definition.string.$2.begin, punctuation.definition.string.$2.end, punctuation.definition.string.begin.asp, punctuation.definition.string.begin.assembly.c, punctuation.definition.string.begin.assembly.cpp, punctuation.definition.string.begin.assembly.cuda-cpp, punctuation.definition.string.begin.batchfile, punctuation.definition.string.begin.bibtex, punctuation.definition.string.begin.c, punctuation.definition.string.begin.clojure, punctuation.definition.string.begin.coffee, punctuation.definition.string.begin.cpp, punctuation.definition.string.begin.cs, punctuation.definition.string.begin.css, punctuation.definition.string.begin.cuda-cpp, punctuation.definition.string.begin.dockerfile, punctuation.definition.string.begin.fsharp, punctuation.definition.string.begin.go, punctuation.definition.string.begin.groovy, punctuation.definition.string.begin.html, punctuation.definition.string.begin.ini, punctuation.definition.string.begin.java, punctuation.definition.string.begin.js.jsx, punctuation.definition.string.begin.js, punctuation.definition.string.begin.jsdoc, punctuation.definition.string.begin.json.comments.snippets, punctuation.definition.string.begin.json.comments, punctuation.definition.string.begin.json.lines, punctuation.definition.string.begin.json, punctuation.definition.string.begin.julia, punctuation.definition.string.begin.latex, punctuation.definition.string.begin.less, punctuation.definition.string.begin.lua, punctuation.definition.string.begin.markdown, punctuation.definition.string.begin.objc, punctuation.definition.string.begin.objcpp, punctuation.definition.string.begin.perl, punctuation.definition.string.begin.php, punctuation.definition.string.begin.powershell, punctuation.definition.string.begin.python, punctuation.definition.string.begin.r, punctuation.definition.string.begin.raw.swift, punctuation.definition.string.begin.regexp.swift, punctuation.definition.string.begin.ruby, punctuation.definition.string.begin.scss, punctuation.definition.string.begin.shell, punctuation.definition.string.begin.sql, punctuation.definition.string.begin.swift, punctuation.definition.string.begin.tex, punctuation.definition.string.begin.ts, punctuation.definition.string.begin.tsx, punctuation.definition.string.begin.xml, punctuation.definition.string.begin.yaml, punctuation.definition.string.begin, punctuation.definition.string.end.asp, punctuation.definition.string.end.assembly.c, punctuation.definition.string.end.assembly.cpp, punctuation.definition.string.end.assembly.cuda-cpp, punctuation.definition.string.end.batchfile, punctuation.definition.string.end.bibtex, punctuation.definition.string.end.c, punctuation.definition.string.end.clojure, punctuation.definition.string.end.coffee, punctuation.definition.string.end.cpp, punctuation.definition.string.end.cs, punctuation.definition.string.end.css, punctuation.definition.string.end.cuda-cpp, punctuation.definition.string.end.dockerfile, punctuation.definition.string.end.fsharp, punctuation.definition.string.end.go, punctuation.definition.string.end.groovy, punctuation.definition.string.end.html, punctuation.definition.string.end.ini, punctuation.definition.string.end.java, punctuation.definition.string.end.js.jsx, punctuation.definition.string.end.js, punctuation.definition.string.end.jsdoc, punctuation.definition.string.end.json.comments.snippets, punctuation.definition.string.end.json.comments, punctuation.definition.string.end.json.lines, punctuation.definition.string.end.json, punctuation.definition.string.end.julia, punctuation.definition.string.end.latex, punctuation.definition.string.end.less, punctuation.definition.string.end.lua, punctuation.definition.string.end.markdown, punctuation.definition.string.end.objc, punctuation.definition.string.end.objcpp, punctuation.definition.string.end.perl, punctuation.definition.string.end.php, punctuation.definition.string.end.powershell, punctuation.definition.string.end.python, punctuation.definition.string.end.r, punctuation.definition.string.end.raw.swift, punctuation.definition.string.end.regexp.swift, punctuation.definition.string.end.ruby, punctuation.definition.string.end.scss, punctuation.definition.string.end.shell, punctuation.definition.string.end.sql, punctuation.definition.string.end.swift, punctuation.definition.string.end.tex, punctuation.definition.string.end.ts, punctuation.definition.string.end.tsx, punctuation.definition.string.end.xml, punctuation.definition.string.end.yaml, punctuation.definition.string.end, punctuation.definition.string.heredoc.$0.shell, punctuation.definition.string.heredoc.delimiter.shell, punctuation.definition.string.heredoc.quote.shell, punctuation.definition.string.multiline.begin.julia, punctuation.definition.string.multiline.end.julia, punctuation.definition.string.perl, punctuation.definition.string.php, punctuation.definition.string.raw.begin.r, punctuation.definition.string.raw.end.r, punctuation.definition.string.raw.rust, punctuation.definition.string.regexp.begin.groovy, punctuation.definition.string.regexp.begin.julia, punctuation.definition.string.regexp.end.groovy, punctuation.definition.string.regexp.end.julia, punctuation.definition.string.rust, punctuation.definition.string.shell, punctuation.definition.string.template.begin.js.jsx, punctuation.definition.string.template.begin.js, punctuation.definition.string.template.begin.ts, punctuation.definition.string.template.begin.tsx, punctuation.definition.string.template.end.js.jsx, punctuation.definition.string.template.end.js, punctuation.definition.string.template.end.ts, punctuation.definition.string.template.end.tsx #979dac —
punctuation.definition.tag.begin.html, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.begin.js, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.begin.yaml, punctuation.definition.tag.coffee, punctuation.definition.tag.cs, punctuation.definition.tag.directive.js.jsx, punctuation.definition.tag.directive.js, punctuation.definition.tag.directive.ts, punctuation.definition.tag.directive.tsx, punctuation.definition.tag.end.html, punctuation.definition.tag.end.js.jsx, punctuation.definition.tag.end.js, punctuation.definition.tag.end.tsx, punctuation.definition.tag.end.yaml, punctuation.definition.tag.global.yaml, punctuation.definition.tag.html, punctuation.definition.tag.named.yaml, punctuation.definition.tag.non-specific.yaml, punctuation.definition.tag.prefix.yaml, punctuation.definition.tag.primary.yaml, punctuation.definition.tag.private.yaml, punctuation.definition.tag.secondary.yaml, punctuation.definition.tag.xml #979dac —
punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.begin.template.call.cuda-cpp, punctuation.section.angle-brackets.begin.template.definition.cpp, punctuation.section.angle-brackets.end.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cuda-cpp, punctuation.section.angle-brackets.end.template.definition.cpp, punctuation.section.angle-brackets.end.template.definition.cuda-cpp, punctuation.section.angle-brackets.end.template.definition.objcpp, punctuation.section.angle-brackets.start.template.definition.cuda-cpp, punctuation.section.angle-brackets.start.template.definition.objcpp, punctuation.definition.typeparameters.begin.cs, punctuation.definition.typeparameters.begin.js.jsx, punctuation.definition.typeparameters.begin.js, punctuation.definition.typeparameters.begin.ts, punctuation.definition.typeparameters.begin.tsx, punctuation.definition.typeparameters.end.cs, punctuation.definition.typeparameters.end.js.jsx, punctuation.definition.typeparameters.end.js, punctuation.definition.typeparameters.end.ts, punctuation.definition.typeparameters.end.tsx #979dac —
punctuation.parenthesis.backreference.named.begin.regexp, punctuation.parenthesis.backreference.named.end.regexp, punctuation.parenthesis.begin.python, punctuation.parenthesis.begin.regexp, punctuation.parenthesis.close.cs, punctuation.parenthesis.conditional.begin.regexp, punctuation.parenthesis.conditional.end.regexp, punctuation.parenthesis.end.python, punctuation.parenthesis.end.regexp, punctuation.parenthesis.lookahead.begin.regexp, punctuation.parenthesis.lookahead.end.regexp, punctuation.parenthesis.lookbehind.begin.regexp, punctuation.parenthesis.lookbehind.end.regexp, punctuation.parenthesis.named.begin.regexp, punctuation.parenthesis.named.end.regexp, punctuation.parenthesis.non-capturing.begin.regexp, punctuation.parenthesis.non-capturing.end.regexp, punctuation.parenthesis.open.cs #979dac —
punctuation.section.catch.begin.bracket.curly.java, punctuation.section.catch.end.bracket.curly.java, punctuation.section.class.begin.bracket.curly.java, punctuation.section.class.begin.python, punctuation.section.class.end.bracket.curly.java, punctuation.section.class.end.groovy, punctuation.section.collection-type.begin.swift, punctuation.section.collection-type.end.swift, punctuation.section.document.begin.bracket.curly.css, punctuation.section.document.end.bracket.curly.css, punctuation.section.end.bracket.curly.css, punctuation.section.entry.begin.bibtex, punctuation.section.entry.end.bibtex, punctuation.section.enum.begin.bracket.curly.java, punctuation.section.enum.end.bracket.curly.java, punctuation.section.expression.begin.clojure, punctuation.section.expression.end.clojure, punctuation.section.expression.end.trailing.clojure, punctuation.section.finally.begin.bracket.curly.java, punctuation.section.finally.end.bracket.curly.java, punctuation.section.group.begin.batchfile, punctuation.section.group.begin.powershell, punctuation.section.group.end.batchfile, punctuation.section.group.end.powershell, punctuation.section.inner-class.begin.bracket.curly.java, punctuation.section.inner-class.end.bracket.curly.java, punctuation.section.insertion.bracket.json.comments.snippets, punctuation.section.insertion.dollar.brackets.json.comments.snippets, punctuation.section.insertion.dollar.simple.json.comments.snippets, punctuation.section.insertion.escape.escapee.json.comments.snippets, punctuation.section.insertion.escape.escaper.json.comments.snippets, punctuation.section.insertion.json.comments.snippets, punctuation.section.keyframes.begin.bracket.curly.css, punctuation.section.keyframes.begin.scss, punctuation.section.keyframes.end.bracket.curly.css, punctuation.section.keyframes.end.scss, punctuation.section.macro.arguments.begin.bracket.round.apple-foundation.objc, punctuation.section.macro.arguments.begin.bracket.round.apple-foundation.objcpp, punctuation.section.macro.arguments.end.bracket.round.apple-foundation.objc, punctuation.section.macro.arguments.end.bracket.round.apple-foundation.objcpp, punctuation.section.map.begin.clojure, punctuation.section.map.end.clojure, punctuation.section.map.end.trailing.clojure, punctuation.section.media.begin.bracket.curly.css, punctuation.section.media.end.bracket.curly.css, punctuation.section.metadata.map.begin.clojure, punctuation.section.metadata.map.end.clojure, punctuation.section.metadata.map.end.trailing.clojure, punctuation.section.method.begin.bracket.curly.java, punctuation.section.method.end.bracket.curly.java, punctuation.section.module.begin.bracket.curly.java, punctuation.section.module.end.bracket.curly.java, punctuation.section.parenthese.shell, punctuation.section.preamble.begin.bibtex, punctuation.section.preamble.end.bibtex, punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.begin.bracket.curly.scss, punctuation.section.property-list.begin.less, punctuation.section.property-list.end.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.scss, punctuation.section.property-list.less, punctuation.section.range.less, punctuation.section.regexp.begin.ruby, punctuation.section.regexp.end.ruby, punctuation.section.regexp.json.comments.snippets, punctuation.section.regexp.ruby, punctuation.section.round-brackets.begin.asp, punctuation.section.round-brackets.end.asp, punctuation.section.set.begin.clojure, punctuation.section.set.end.clojure, punctuation.section.set.end.trailing.clojure, punctuation.section.string-constant.begin.bibtex, punctuation.section.string-constant.end.bibtex, punctuation.section.supports.begin.bracket.curly.css, punctuation.section.supports.end.bracket.curly.css, punctuation.section.symbol.begin.ruby, punctuation.section.symbol.end.ruby, punctuation.section.try.begin.bracket.curly.java, punctuation.section.try.end.bracket.curly.java, punctuation.section.try.resources.begin.bracket.round.java, punctuation.section.try.resources.end.bracket.round.java, punctuation.section.tuple-type.begin.swift, punctuation.section.tuple-type.end.swift, punctuation.section.tuple.begin.swift, punctuation.section.tuple.end.swift, punctuation.section.vector.begin.clojure, punctuation.section.vector.end.clojure, punctuation.section.vector.end.trailing.clojure #979dac —
punctuation.section.arguments.begin.bracket.curly.initializer.cpp, punctuation.section.arguments.begin.bracket.curly.initializer.cuda-cpp, punctuation.section.arguments.begin.bracket.round.c, punctuation.section.arguments.begin.bracket.round.decltype.cpp, punctuation.section.arguments.begin.bracket.round.decltype.cuda-cpp, punctuation.section.arguments.begin.bracket.round.function.call.cpp, punctuation.section.arguments.begin.bracket.round.function.call.cuda-cpp, punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp, punctuation.section.arguments.begin.bracket.round.function.call.initializer.cuda-cpp, punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp, punctuation.section.arguments.begin.bracket.round.function.member.c, punctuation.section.arguments.begin.bracket.round.function.member.cpp, punctuation.section.arguments.begin.bracket.round.function.member.cuda-cpp, punctuation.section.arguments.begin.bracket.round.function.member.objc, punctuation.section.arguments.begin.bracket.round.function.member.objcpp, punctuation.section.arguments.begin.bracket.round.initializer.cpp, punctuation.section.arguments.begin.bracket.round.initializer.cuda-cpp, punctuation.section.arguments.begin.bracket.round.objc, punctuation.section.arguments.begin.bracket.round.objcpp, punctuation.section.arguments.begin.bracket.round.operator.alignas.cpp, punctuation.section.arguments.begin.bracket.round.operator.alignas.cuda-cpp, punctuation.section.arguments.begin.bracket.round.operator.alignof.cpp, punctuation.section.arguments.begin.bracket.round.operator.alignof.cuda-cpp, punctuation.section.arguments.begin.bracket.round.operator.noexcept.cpp, punctuation.section.arguments.begin.bracket.round.operator.noexcept.cuda-cpp, punctuation.section.arguments.begin.bracket.round.operator.sizeof.cpp, punctuation.section.arguments.begin.bracket.round.operator.sizeof.cuda-cpp, punctuation.section.arguments.begin.bracket.round.operator.sizeof.variadic.cpp, punctuation.section.arguments.begin.bracket.round.operator.sizeof.variadic.cuda-cpp, punctuation.section.arguments.begin.bracket.round.operator.typeid.cpp, punctuation.section.arguments.begin.bracket.round.operator.typeid.cuda-cpp, punctuation.section.arguments.begin.bracket.round.requires.cpp, punctuation.section.arguments.begin.bracket.round.static_assert.c, punctuation.section.arguments.begin.bracket.round.static_assert.cpp, punctuation.section.arguments.begin.bracket.round.static_assert.cuda-cpp, punctuation.section.arguments.begin.bracket.round.static-assert.cpp, punctuation.section.arguments.end.bracket.curly.initializer.cpp, punctuation.section.arguments.end.bracket.curly.initializer.cuda-cpp, punctuation.section.arguments.end.bracket.round.c, punctuation.section.arguments.end.bracket.round.decltype.cpp, punctuation.section.arguments.end.bracket.round.decltype.cuda-cpp, punctuation.section.arguments.end.bracket.round.function.call.cpp, punctuation.section.arguments.end.bracket.round.function.call.cuda-cpp, punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp, punctuation.section.arguments.end.bracket.round.function.call.initializer.cuda-cpp, punctuation.section.arguments.end.bracket.round.function.member.c, punctuation.section.arguments.end.bracket.round.function.member.cpp, punctuation.section.arguments.end.bracket.round.function.member.cuda-cpp, punctuation.section.arguments.end.bracket.round.function.member.objc, punctuation.section.arguments.end.bracket.round.function.member.objcpp, punctuation.section.arguments.end.bracket.round.initializer.cpp, punctuation.section.arguments.end.bracket.round.initializer.cuda-cpp, punctuation.section.arguments.end.bracket.round.objc, punctuation.section.arguments.end.bracket.round.objcpp, punctuation.section.arguments.end.bracket.round.operator.alignas.cpp, punctuation.section.arguments.end.bracket.round.operator.alignas.cuda-cpp, punctuation.section.arguments.end.bracket.round.operator.alignof.cpp, punctuation.section.arguments.end.bracket.round.operator.alignof.cuda-cpp, punctuation.section.arguments.end.bracket.round.operator.noexcept.cpp, punctuation.section.arguments.end.bracket.round.operator.noexcept.cuda-cpp, punctuation.section.arguments.end.bracket.round.operator.sizeof.cpp, punctuation.section.arguments.end.bracket.round.operator.sizeof.cuda-cpp, punctuation.section.arguments.end.bracket.round.operator.sizeof.variadic.cpp, punctuation.section.arguments.end.bracket.round.operator.sizeof.variadic.cuda-cpp, punctuation.section.arguments.end.bracket.round.operator.typeid.cpp, punctuation.section.arguments.end.bracket.round.operator.typeid.cuda-cpp, punctuation.section.arguments.end.bracket.round.requires.cpp, punctuation.section.arguments.end.bracket.round.static_assert.c, punctuation.section.arguments.end.bracket.round.static_assert.cpp, punctuation.section.arguments.end.bracket.round.static_assert.cuda-cpp, punctuation.section.arguments.end.bracket.round.static-assert.cpp, punctuation.section.arithmetic.double.shell, punctuation.section.arithmetic.single.shell, punctuation.section.array-initializer.begin.bracket.curly.java, punctuation.section.array-initializer.end.bracket.curly.java, punctuation.section.array.begin.php, punctuation.section.array.begin.ruby, punctuation.section.array.end.php, punctuation.section.array.end.ruby, punctuation.section.array.shell #979dac —
punctuation.section.attribute.begin.cpp, punctuation.section.attribute.begin.cuda-cpp, punctuation.section.attribute.end.cpp, punctuation.section.attribute.end.cuda-cpp #979dac —
punctuation.section.begin.bracket.curly.css, punctuation.section.block.begin.bracket.curly.c, punctuation.section.block.begin.bracket.curly.class.cpp, punctuation.section.block.begin.bracket.curly.class.cuda-cpp, punctuation.section.block.begin.bracket.curly.cpp, punctuation.section.block.begin.bracket.curly.cuda-cpp, punctuation.section.block.begin.bracket.curly.enum.cpp, punctuation.section.block.begin.bracket.curly.enum.cuda-cpp, punctuation.section.block.begin.bracket.curly.extern.cpp, punctuation.section.block.begin.bracket.curly.extern.cuda-cpp, punctuation.section.block.begin.bracket.curly.function.definition.cpp, punctuation.section.block.begin.bracket.curly.function.definition.cuda-cpp, punctuation.section.block.begin.bracket.curly.function.definition.special.constructor.cpp, punctuation.section.block.begin.bracket.curly.function.definition.special.constructor.cuda-cpp, punctuation.section.block.begin.bracket.curly.function.definition.special.member.destructor.cpp, punctuation.section.block.begin.bracket.curly.function.definition.special.member.destructor.cuda-cpp, punctuation.section.block.begin.bracket.curly.function.definition.special.operator-overload.cpp, punctuation.section.block.begin.bracket.curly.function.definition.special.operator-overload.cuda-cpp, punctuation.section.block.begin.bracket.curly.java, punctuation.section.block.begin.bracket.curly.lambda.cpp, punctuation.section.block.begin.bracket.curly.lambda.cuda-cpp, punctuation.section.block.begin.bracket.curly.namespace.cpp, punctuation.section.block.begin.bracket.curly.namespace.cuda-cpp, punctuation.section.block.begin.bracket.curly.objc, punctuation.section.block.begin.bracket.curly.objcpp, punctuation.section.block.begin.bracket.curly.r, punctuation.section.block.begin.bracket.curly.struct.cpp, punctuation.section.block.begin.bracket.curly.struct.cuda-cpp, punctuation.section.block.begin.bracket.curly.switch.c, punctuation.section.block.begin.bracket.curly.switch.cpp, punctuation.section.block.begin.bracket.curly.switch.cuda-cpp, punctuation.section.block.begin.bracket.curly.switch.objc, punctuation.section.block.begin.bracket.curly.switch.objcpp, punctuation.section.block.begin.bracket.curly.union.cpp, punctuation.section.block.begin.bracket.curly.union.cuda-cpp, punctuation.section.block.end.bracket.curly.c, punctuation.section.block.end.bracket.curly.class.cpp, punctuation.section.block.end.bracket.curly.class.cuda-cpp, punctuation.section.block.end.bracket.curly.cpp, punctuation.section.block.end.bracket.curly.cuda-cpp, punctuation.section.block.end.bracket.curly.enum.cpp, punctuation.section.block.end.bracket.curly.enum.cuda-cpp, punctuation.section.block.end.bracket.curly.extern.cpp, punctuation.section.block.end.bracket.curly.extern.cuda-cpp, punctuation.section.block.end.bracket.curly.function.definition.cpp, punctuation.section.block.end.bracket.curly.function.definition.cuda-cpp, punctuation.section.block.end.bracket.curly.function.definition.special.constructor.cpp, punctuation.section.block.end.bracket.curly.function.definition.special.constructor.cuda-cpp, punctuation.section.block.end.bracket.curly.function.definition.special.member.destructor.cpp, punctuation.section.block.end.bracket.curly.function.definition.special.member.destructor.cuda-cpp, punctuation.section.block.end.bracket.curly.function.definition.special.operator-overload.cpp, punctuation.section.block.end.bracket.curly.function.definition.special.operator-overload.cuda-cpp, punctuation.section.block.end.bracket.curly.java, punctuation.section.block.end.bracket.curly.lambda.cpp, punctuation.section.block.end.bracket.curly.lambda.cuda-cpp, punctuation.section.block.end.bracket.curly.namespace.cpp, punctuation.section.block.end.bracket.curly.namespace.cuda-cpp, punctuation.section.block.end.bracket.curly.objc, punctuation.section.block.end.bracket.curly.objcpp, punctuation.section.block.end.bracket.curly.r, punctuation.section.block.end.bracket.curly.struct.cpp, punctuation.section.block.end.bracket.curly.struct.cuda-cpp, punctuation.section.block.end.bracket.curly.switch.c, punctuation.section.block.end.bracket.curly.switch.cpp, punctuation.section.block.end.bracket.curly.switch.cuda-cpp, punctuation.section.block.end.bracket.curly.switch.objc, punctuation.section.block.end.bracket.curly.switch.objcpp, punctuation.section.block.end.bracket.curly.union.cpp, punctuation.section.block.end.bracket.curly.union.cuda-cpp, punctuation.section.braces.begin.less, punctuation.section.braces.begin.powershell, punctuation.section.braces.begin, punctuation.section.braces.end.less, punctuation.section.braces.end.powershell, punctuation.section.braces.end, punctuation.section.bracket.begin.powershell, punctuation.section.bracket.curly.variable.begin.shell, punctuation.section.bracket.curly.variable.end.shell, punctuation.section.bracket.end.powershell, punctuation.section.brackets.double.begin.r, punctuation.section.brackets.double.end.r, punctuation.section.brackets.single.begin.r, punctuation.section.brackets.single.end.r #979dac —
punctuation.section.embedded.begin.js.jsx, punctuation.section.embedded.begin.js, punctuation.section.embedded.begin.lua, punctuation.section.embedded.begin.math.tex, punctuation.section.embedded.begin.php, punctuation.section.embedded.begin.regexp, punctuation.section.embedded.begin.ruby, punctuation.section.embedded.begin.swift, punctuation.section.embedded.begin.tsx, punctuation.section.embedded.begin.xml, punctuation.section.embedded.coffee, punctuation.section.embedded.end.js.jsx, punctuation.section.embedded.end.js, punctuation.section.embedded.end.lua, punctuation.section.embedded.end.math.tex, punctuation.section.embedded.end.php, punctuation.section.embedded.end.regexp, punctuation.section.embedded.end.ruby, punctuation.section.embedded.end.swift, punctuation.section.embedded.end.tsx, punctuation.section.embedded.end.xml, punctuation.section.embedded.groovy, punctuation.section.embedded.substatement.begin.powershell, punctuation.section.embedded.substatement.end.powershell #979dac —
punctuation.section.function.begin.bracket.round.css, punctuation.section.function.begin.python, punctuation.section.function.begin.ruby, punctuation.section.function.begin.swift, punctuation.section.function.definition.shell, punctuation.section.function.end.bracket.round.css, punctuation.section.function.end.ruby, punctuation.section.function.end.swift, punctuation.section.function.lambda.begin.python, punctuation.section.function.ruby, punctuation.section.function.scss #979dac —
punctuation.section.parameters.begin.bracket.round.c, punctuation.section.parameters.begin.bracket.round.cpp, punctuation.section.parameters.begin.bracket.round.cuda-cpp, punctuation.section.parameters.begin.bracket.round.function.pointer.cpp, punctuation.section.parameters.begin.bracket.round.function.pointer.cuda-cpp, punctuation.section.parameters.begin.bracket.round.objc, punctuation.section.parameters.begin.bracket.round.objcpp, punctuation.section.parameters.begin.bracket.round.r, punctuation.section.parameters.begin.bracket.round.special.constructor.cpp, punctuation.section.parameters.begin.bracket.round.special.constructor.cuda-cpp, punctuation.section.parameters.begin.bracket.round.special.member.destructor.cpp, punctuation.section.parameters.begin.bracket.round.special.member.destructor.cuda-cpp, punctuation.section.parameters.begin.bracket.round.special.operator-overload.cpp, punctuation.section.parameters.begin.bracket.round.special.operator-overload.cuda-cpp, punctuation.section.parameters.end.bracket.round.c, punctuation.section.parameters.end.bracket.round.cpp, punctuation.section.parameters.end.bracket.round.cuda-cpp, punctuation.section.parameters.end.bracket.round.function.pointer.cpp, punctuation.section.parameters.end.bracket.round.function.pointer.cuda-cpp, punctuation.section.parameters.end.bracket.round.objc, punctuation.section.parameters.end.bracket.round.objcpp, punctuation.section.parameters.end.bracket.round.r, punctuation.section.parameters.end.bracket.round.special.constructor.cpp, punctuation.section.parameters.end.bracket.round.special.constructor.cuda-cpp, punctuation.section.parameters.end.bracket.round.special.member.destructor.cpp, punctuation.section.parameters.end.bracket.round.special.member.destructor.cuda-cpp, punctuation.section.parameters.end.bracket.round.special.operator-overload.cpp, punctuation.section.parameters.end.bracket.round.special.operator-overload.cuda-cpp #979dac —
punctuation.section.parens-c.objcpp, punctuation.section.parens.begin.bracket.round.assembly.c, punctuation.section.parens.begin.bracket.round.assembly.cpp, punctuation.section.parens.begin.bracket.round.assembly.cuda-cpp, punctuation.section.parens.begin.bracket.round.assembly.inner.c, punctuation.section.parens.begin.bracket.round.assembly.inner.cpp, punctuation.section.parens.begin.bracket.round.assembly.inner.cuda-cpp, punctuation.section.parens.begin.bracket.round.c, punctuation.section.parens.begin.bracket.round.conditional.switch.c, punctuation.section.parens.begin.bracket.round.conditional.switch.cpp, punctuation.section.parens.begin.bracket.round.conditional.switch.cuda-cpp, punctuation.section.parens.begin.bracket.round.conditional.switch.objc, punctuation.section.parens.begin.bracket.round.conditional.switch.objcpp, punctuation.section.parens.begin.bracket.round.cpp, punctuation.section.parens.begin.bracket.round.cuda-cpp, punctuation.section.parens.begin.bracket.round.function.pointer.cpp, punctuation.section.parens.begin.bracket.round.function.pointer.cuda-cpp, punctuation.section.parens.begin.bracket.round.initialization.c, punctuation.section.parens.begin.bracket.round.initialization.objc, punctuation.section.parens.begin.bracket.round.initialization.objcpp, punctuation.section.parens.begin.bracket.round.objc, punctuation.section.parens.begin.bracket.round.objcpp, punctuation.section.parens.control.defined.cpp, punctuation.section.parens.control.defined.cuda-cpp, punctuation.section.parens.end.bracket.round.assembly.c, punctuation.section.parens.end.bracket.round.assembly.cpp, punctuation.section.parens.end.bracket.round.assembly.cuda-cpp, punctuation.section.parens.end.bracket.round.assembly.inner.c, punctuation.section.parens.end.bracket.round.assembly.inner.cpp, punctuation.section.parens.end.bracket.round.assembly.inner.cuda-cpp, punctuation.section.parens.end.bracket.round.c, punctuation.section.parens.end.bracket.round.conditional.switch.c, punctuation.section.parens.end.bracket.round.conditional.switch.cpp, punctuation.section.parens.end.bracket.round.conditional.switch.cuda-cpp, punctuation.section.parens.end.bracket.round.conditional.switch.objc, punctuation.section.parens.end.bracket.round.conditional.switch.objcpp, punctuation.section.parens.end.bracket.round.cpp, punctuation.section.parens.end.bracket.round.cuda-cpp, punctuation.section.parens.end.bracket.round.function.pointer.cpp, punctuation.section.parens.end.bracket.round.function.pointer.cuda-cpp, punctuation.section.parens.end.bracket.round.initialization.c, punctuation.section.parens.end.bracket.round.initialization.objc, punctuation.section.parens.end.bracket.round.initialization.objcpp, punctuation.section.parens.end.bracket.round.objc, punctuation.section.parens.end.bracket.round.objcpp #979dac —
punctuation.section.scope.begin.objc, punctuation.section.scope.begin.objcpp, punctuation.section.scope.begin.perl, punctuation.section.scope.begin.ruby, punctuation.section.scope.begin.sql, punctuation.section.scope.begin.swift, punctuation.section.scope.end.objc, punctuation.section.scope.end.objcpp, punctuation.section.scope.end.perl, punctuation.section.scope.end.ruby, punctuation.section.scope.end.sql, punctuation.section.scope.end.swift, punctuation.section.scope.groovy, punctuation.section.scope.perl, punctuation.section.scope.ruby #979dac —
punctuation.separator.annotation.python, punctuation.separator.annotation.result.python, punctuation.separator.argument-label.begin.swift, punctuation.separator.argument-label.swift, punctuation.separator.arguments.lua, punctuation.separator.arguments.objc, punctuation.separator.arguments.objcpp, punctuation.separator.arguments.python, punctuation.separator.array.json.comments.snippets, punctuation.separator.array.json.comments, punctuation.separator.array.json.lines, punctuation.separator.array.json, punctuation.separator.asterisk.cs, punctuation.separator.attribute.cpp, punctuation.separator.attribute.cuda-cpp, punctuation.separator.batchfile, punctuation.separator.case.default.objc, punctuation.separator.case.default.objcpp, punctuation.separator.case.objc, punctuation.separator.case.objcpp, punctuation.separator.choice.json.comments.snippets, punctuation.separator.classes.php, punctuation.separator.colon.access.control.cpp, punctuation.separator.colon.access.control.cuda-cpp, punctuation.separator.colon.case.c, punctuation.separator.colon.case.cpp, punctuation.separator.colon.case.cuda-cpp, punctuation.separator.colon.case.default.c, punctuation.separator.colon.case.default.cpp, punctuation.separator.colon.case.default.cuda-cpp, punctuation.separator.colon.cs, punctuation.separator.colon.inheritance.cpp, punctuation.separator.colon.inheritance.cuda-cpp, punctuation.separator.colon.json.comments.snippets, punctuation.separator.colon.php, punctuation.separator.colon.python, punctuation.separator.colon.range-based.cpp, punctuation.separator.colon.range-based.cuda-cpp, punctuation.separator.colon.type-specifier.cpp, punctuation.separator.colon.type-specifier.cuda-cpp, punctuation.separator.coloncolon.cs, punctuation.separator.combinator.less, punctuation.separator.comma.cs, punctuation.separator.comma.js.jsx, punctuation.separator.comma.js, punctuation.separator.comma.json.comments.snippets, punctuation.separator.comma.julia, punctuation.separator.comma.template.argument.objcpp, punctuation.separator.comma.ts, punctuation.separator.comma.tsx, punctuation.separator.conditional.json.comments.snippets, punctuation.separator.constant.numeric.cpp, punctuation.separator.constant.numeric.cuda-cpp, punctuation.separator.constant.numeric.go, punctuation.separator.constant.numeric.objc, punctuation.separator.constant.numeric.objcpp, punctuation.separator.constant.numeric, punctuation.separator.continuation.line.python, punctuation.separator.continuation.objc, punctuation.separator.continuation.objcpp, punctuation.separator.css, punctuation.separator.dash.json.comments.snippets, punctuation.separator.dash.unicode-range.css, punctuation.separator.decimal.period.coffee, punctuation.separator.decimal.period.php, punctuation.separator.delimeter.comma.makefile, punctuation.separator.delimiter.c, punctuation.separator.delimiter.coffee, punctuation.separator.delimiter.colon.assembly.c, punctuation.separator.delimiter.colon.assembly.cpp, punctuation.separator.delimiter.colon.assembly.cuda-cpp, punctuation.separator.delimiter.comma.c, punctuation.separator.delimiter.comma.cpp, punctuation.separator.delimiter.comma.cuda-cpp, punctuation.separator.delimiter.comma.inheritance.cpp, punctuation.separator.delimiter.comma.inheritance.cuda-cpp, punctuation.separator.delimiter.comma.template.argument.cpp, punctuation.separator.delimiter.comma.template.argument.cuda-cpp, punctuation.separator.delimiter.java, punctuation.separator.delimiter.objc, punctuation.separator.delimiter.objcpp, punctuation.separator.delimiter.php, punctuation.separator.delimiter.scss, punctuation.separator.dict.python, punctuation.separator.dictionary.key-value.json.comments.snippets, punctuation.separator.dictionary.key-value.json.comments, punctuation.separator.dictionary.key-value.json.lines, punctuation.separator.dictionary.key-value.json, punctuation.separator.dictionary.pair.json.comments.snippets, punctuation.separator.dictionary.pair.json.comments, punctuation.separator.dictionary.pair.json.lines, punctuation.separator.dictionary.pair.json, punctuation.separator.dot-access.c, punctuation.separator.dot-access.cpp, punctuation.separator.dot-access.cuda-cpp, punctuation.separator.dot-access.objc, punctuation.separator.dot-access.objcpp, punctuation.separator.dot.decimal.rust, punctuation.separator.element.python, punctuation.separator.equals.cs, punctuation.separator.generic-argument-clause.begin.swift, punctuation.separator.generic-argument-clause.end.swift, punctuation.separator.generic-parameter-clause.begin.swift, punctuation.separator.generic-parameter-clause.end.swift, punctuation.separator.generic-parameter-constraint.swift, punctuation.separator.generic-parameters.swift, punctuation.separator.groovy, punctuation.separator.hash.cs, punctuation.separator.import.swift, punctuation.separator.inheritance-clause.swift, punctuation.separator.inheritance.julia, punctuation.separator.inheritance.php, punctuation.separator.inheritance.python, punctuation.separator.inheritance.ruby, punctuation.separator.initializers.cpp, punctuation.separator.initializers.cuda-cpp, punctuation.separator.java, punctuation.separator.key-value.bibtex, punctuation.separator.key-value.css, punctuation.separator.key-value.diff, punctuation.separator.key-value.html, punctuation.separator.key-value.ini, punctuation.separator.key-value.js.jsx, punctuation.separator.key-value.js, punctuation.separator.key-value.less, punctuation.separator.key-value.makefile, punctuation.separator.key-value.markdown, punctuation.separator.key-value.scss, punctuation.separator.key-value.swift, punctuation.separator.key-value.tex, punctuation.separator.key-value.ts, punctuation.separator.key-value.tsx, punctuation.separator.key-value, punctuation.separator.label.cpp, punctuation.separator.label.cuda-cpp, punctuation.separator.label.js.jsx, punctuation.separator.label.js, punctuation.separator.label.ts, punctuation.separator.label.tsx, punctuation.separator.less, punctuation.separator.line-break.yaml, punctuation.separator.list.comma.css, punctuation.separator.map.value.yaml, punctuation.separator.mapping.yaml, punctuation.separator.method.period.coffee, punctuation.separator.method.ruby, punctuation.separator.namespace-reference.fsharp, punctuation.separator.namespace.access.cpp, punctuation.separator.namespace.access.cuda-cpp, punctuation.separator.namespace.access.objcpp, punctuation.separator.namespace.js.jsx, punctuation.separator.namespace.js, punctuation.separator.namespace.less, punctuation.separator.namespace.ruby, punctuation.separator.namespace.tsx, punctuation.separator.namespace.xml, punctuation.separator.object.ruby, punctuation.separator.other.ruby, punctuation.separator.parameter.js.jsx, punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx, punctuation.separator.parameters.c, punctuation.separator.parameters.cpp, punctuation.separator.parameters.cuda-cpp, punctuation.separator.parameters.objc, punctuation.separator.parameters.objcpp, punctuation.separator.parameters.python, punctuation.separator.parameters.r, punctuation.separator.parameters.swift, punctuation.separator.period.java, punctuation.separator.period.python, punctuation.separator.pipe.jsdoc, punctuation.separator.plus.json.comments.snippets, punctuation.separator.pointer-access.c, punctuation.separator.pointer-access.cpp, punctuation.separator.pointer-access.cuda-cpp, punctuation.separator.pointer-access.objc, punctuation.separator.pointer-access.objcpp, punctuation.separator.property.period.coffee, punctuation.separator.question-mark.cs, punctuation.separator.regex.alternation.shell, punctuation.separator.scope-resolution.constructor.cpp, punctuation.separator.scope-resolution.constructor.cuda-cpp, punctuation.separator.scope-resolution.cpp, punctuation.separator.scope-resolution.cuda-cpp, punctuation.separator.scope-resolution.destructor.cpp, punctuation.separator.scope-resolution.destructor.cuda-cpp, punctuation.separator.scope-resolution.function.call.cpp, punctuation.separator.scope-resolution.function.call.cuda-cpp, punctuation.separator.scope-resolution.function.definition.cpp, punctuation.separator.scope-resolution.function.definition.cuda-cpp, punctuation.separator.scope-resolution.function.definition.operator-overload.cpp, punctuation.separator.scope-resolution.function.definition.operator-overload.cuda-cpp, punctuation.separator.scope-resolution.namespace.alias.cpp, punctuation.separator.scope-resolution.namespace.alias.cuda-cpp, punctuation.separator.scope-resolution.namespace.block.cpp, punctuation.separator.scope-resolution.namespace.block.cuda-cpp, punctuation.separator.scope-resolution.namespace.using.cpp, punctuation.separator.scope-resolution.namespace.using.cuda-cpp, punctuation.separator.scope-resolution.operator-overload.cpp, punctuation.separator.scope-resolution.operator-overload.cuda-cpp, punctuation.separator.scope-resolution.operator.cpp, punctuation.separator.scope-resolution.operator.cuda-cpp, punctuation.separator.scope-resolution.parameter.cpp, punctuation.separator.scope-resolution.parameter.cuda-cpp, punctuation.separator.scope-resolution.template.call.cpp, punctuation.separator.scope-resolution.template.call.cuda-cpp, punctuation.separator.scope-resolution.template.definition.cpp, punctuation.separator.scope-resolution.template.definition.cuda-cpp, punctuation.separator.scope-resolution.type.cpp, punctuation.separator.scope-resolution.type.cuda-cpp, punctuation.separator.semicolon.julia, punctuation.separator.semicolon.range, punctuation.separator.sequence.yaml, punctuation.separator.slice.python, punctuation.separator.statement.and.shell, punctuation.separator.statement.background.shell, punctuation.separator.statement.or.shell, punctuation.separator.statement.ruby, punctuation.separator.string.ignore-eol.fsharp, punctuation.separator.table.markdown, punctuation.separator.types.java, punctuation.separator.variable.ruby, punctuation.separator #979dac —
punctuation.terminator.dart, punctuation.terminator.expression.php, punctuation.terminator.go, punctuation.terminator.groovy, punctuation.terminator.java, punctuation.terminator.rule.css, punctuation.terminator.rule.less, punctuation.terminator.rule.scss, punctuation.terminator.semicolon.r, punctuation.terminator.statement.c, punctuation.terminator.statement.case.shell, punctuation.terminator.statement.coffee, punctuation.terminator.statement.cpp, punctuation.terminator.statement.cs, punctuation.terminator.statement.cuda-cpp, punctuation.terminator.statement.js.jsx, punctuation.terminator.statement.js, punctuation.terminator.statement.objc, punctuation.terminator.statement.objcpp, punctuation.terminator.statement.php, punctuation.terminator.statement.powershell, punctuation.terminator.statement.semicolon.shell, punctuation.terminator.statement.swift, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx, punctuation.terminator.apply.tailwind #979dac —
punctuation.support.type.property-name.begin.json.comments.snippets, punctuation.support.type.property-name.begin.json.comments, punctuation.support.type.property-name.begin.json.lines, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json.comments.snippets, punctuation.support.type.property-name.end.json.comments, punctuation.support.type.property-name.end.json.lines, punctuation.support.type.property-name.end.json #979dac —
punctuation.vararg-ellipses.c, punctuation.vararg-ellipses.cpp, punctuation.vararg-ellipses.cuda-cpp, punctuation.vararg-ellipses.objc, punctuation.vararg-ellipses.objcpp, punctuation.vararg-ellipses.template.definition.cpp, punctuation.vararg-ellipses.template.definition.cuda-cpp, punctuation.vararg-ellipses.variable.parameter.preprocessor.c, punctuation.vararg-ellipses.variable.parameter.preprocessor.cpp, punctuation.vararg-ellipses.variable.parameter.preprocessor.cuda-cpp #03b5aa —
punctuation.whitespace.comment.leading.asp, punctuation.whitespace.comment.leading.c, punctuation.whitespace.comment.leading.cs, punctuation.whitespace.comment.leading.dockerfile, punctuation.whitespace.comment.leading.ini, punctuation.whitespace.comment.leading.java, punctuation.whitespace.comment.leading.js.jsx, punctuation.whitespace.comment.leading.js, punctuation.whitespace.comment.leading.lua, punctuation.whitespace.comment.leading.makefile, punctuation.whitespace.comment.leading.objc, punctuation.whitespace.comment.leading.objcpp, punctuation.whitespace.comment.leading.perl, punctuation.whitespace.comment.leading.php, punctuation.whitespace.comment.leading.r, punctuation.whitespace.comment.leading.ruby, punctuation.whitespace.comment.leading.shell, punctuation.whitespace.comment.leading.sql, punctuation.whitespace.comment.leading.swift, punctuation.whitespace.comment.leading.tex, punctuation.whitespace.comment.leading.ts, punctuation.whitespace.comment.leading.tsx, punctuation.whitespace.comment.trailing.lua, punctuation.whitespace.embedded.leading.html, punctuation.whitespace.embedded.trailing.html, punctuation.whitespace.function-call.leading.objc, punctuation.whitespace.function-call.leading.objcpp, punctuation.whitespace.indentation.yaml, punctuation.whitespace.separator.yaml, punctuation.whitespace.support.function.cocoa.leopard.objc, punctuation.whitespace.support.function.cocoa.leopard.objcpp, punctuation.whitespace.support.function.leading.cocoa.objc, punctuation.whitespace.support.function.leading.cocoa.objcpp, punctuation.whitespace.support.function.leading.objc, punctuation.whitespace.support.function.leading.objcpp, punctuation.whitespace.support.function.leading, punctuation.whitespace.trailing.do.swift, punctuation.whitespace.trailing.repeat.swift #979dac —
custom.punctuation.section.insertion.bracket.json.comments.snippets, custom.punctuation.section.insertion.dollar.brackets.json.comments.snippets, custom.punctuation.section.insertion.dollar.simple.json.comments.snippets, custom.punctuation.separator.choice.json.comments.snippets, custom.punctuation.separator.colon.json.comments.snippets, custom.variable.other.normal.named.json.comments.snippets, custom.variable.other.normal.numeric.json.comments.snippets #93799a —
meta.argument-type.objc, meta.argument-type.objcpp, meta.argument.shell, meta.arguments.attribute.swift, meta.arguments.coffee #8687BF —
meta.array-binding-pattern-variable.js.jsx, meta.array-binding-pattern-variable.js, meta.array-binding-pattern-variable.ts, meta.array-binding-pattern-variable.tsx, meta.array-initializer.java, meta.array.empty.php, meta.array.julia, meta.array.literal.js.jsx, meta.array.literal.js, meta.array.literal.ts, meta.array.literal.tsx, meta.array.php #8687BF —
meta.arrow.js.jsx, meta.arrow.js, meta.arrow.ts, meta.arrow.tsx #8687BF —
meta.assertion.look-ahead.regexp, meta.assertion.look-behind.regexp, meta.assertion.negative-look-ahead.regexp, meta.assertion.negative-look-behind.regexp #8687BF —
meta.at-rule.${3:/downcase}.css, meta.at-rule.at-root.scss, meta.at-rule.body.css, meta.at-rule.charset.css, meta.at-rule.charset.less, meta.at-rule.charset.scss, meta.at-rule.container-query.less, meta.at-rule.container.less, meta.at-rule.counter-style.body.css, meta.at-rule.counter-style.header.css, meta.at-rule.counter-style.less, meta.at-rule.custom-media.less, meta.at-rule.document.body.css, meta.at-rule.document.header.css, meta.at-rule.each.scss, meta.at-rule.else.scss, meta.at-rule.extend.scss, meta.at-rule.font-face.css, meta.at-rule.font-face.less, meta.at-rule.font-features.css, meta.at-rule.fontface.scss, meta.at-rule.for.scss, meta.at-rule.forward.scss, meta.at-rule.function.scss, meta.at-rule.header.css, meta.at-rule.if.scss, meta.at-rule.import.css, meta.at-rule.import.less, meta.at-rule.import.scss, meta.at-rule.include.scss, meta.at-rule.keyframe.less, meta.at-rule.keyframes.body.css, meta.at-rule.keyframes.header.css, meta.at-rule.keyframes.scss, meta.at-rule.media.body.css, meta.at-rule.media.header.css, meta.at-rule.media.less, meta.at-rule.media.scss, meta.at-rule.mixin.scss, meta.at-rule.namespace.css, meta.at-rule.namespace.less, meta.at-rule.namespace.scss, meta.at-rule.option.scss, meta.at-rule.page.css, meta.at-rule.page.less, meta.at-rule.page.scss, meta.at-rule.return.scss, meta.at-rule.supports.body.css, meta.at-rule.supports.header.css, meta.at-rule.supports.less, meta.at-rule.supports.scss, meta.at-rule.use.scss, meta.at-rule.viewport.css, meta.at-rule.warn.scss, meta.at-rule.while.scss #D3BF55 —
meta.attribute-selector.css, meta.attribute-selector.less, meta.attribute-selector.scss, meta.attribute-with-value.id.html, meta.attribute.$1.html, meta.attribute.available.swift, meta.attribute.data-x.$1.html, meta.attribute.event-handler.$1.html, meta.attribute.objc.swift, meta.attribute.php, meta.attribute.powershell, meta.attribute.python, meta.attribute.rust, meta.attribute.shaderlab, meta.attribute.style.html, meta.attribute.swift, meta.attribute.unrecognized.$1.html #8687BF —
meta.block.c, meta.block.class.cpp, meta.block.class.cuda-cpp, meta.block.cpp, meta.block.cuda-cpp, meta.block.enum.cpp, meta.block.enum.cuda-cpp, meta.block.extern.cpp, meta.block.extern.cuda-cpp, meta.block.js.jsx, meta.block.js, meta.block.less, meta.block.namespace.cpp, meta.block.namespace.cuda-cpp, meta.block.objc, meta.block.objcpp, meta.block.parameters.ruby, meta.block.parens.objcpp, meta.block.repeat.batchfile, meta.block.sequence.yaml, meta.block.sql, meta.block.struct.cpp, meta.block.struct.cuda-cpp, meta.block.switch.c, meta.block.switch.cpp, meta.block.switch.cuda-cpp, meta.block.switch.objc, meta.block.switch.objcpp, meta.block.ts, meta.block.tsx, meta.block.union.cpp, meta.block.union.cuda-cpp #8687BF —
meta.body.class.cpp, meta.body.class.cuda-cpp, meta.body.enum.cpp, meta.body.enum.cuda-cpp, meta.body.extern.cpp, meta.body.extern.cuda-cpp, meta.body.function.definition.cpp, meta.body.function.definition.cuda-cpp, meta.body.function.definition.special.constructor.cpp, meta.body.function.definition.special.constructor.cuda-cpp, meta.body.function.definition.special.member.destructor.cpp, meta.body.function.definition.special.member.destructor.cuda-cpp, meta.body.function.definition.special.operator-overload.cpp, meta.body.function.definition.special.operator-overload.cuda-cpp, meta.body.namespace.cpp, meta.body.namespace.cuda-cpp, meta.body.struct.cpp, meta.body.struct.cuda-cpp, meta.body.switch.c, meta.body.switch.cpp, meta.body.switch.cuda-cpp, meta.body.switch.objc, meta.body.switch.objcpp, meta.body.union.cpp, meta.body.union.cuda-cpp #8687BF —
meta.brace.angle.ts, meta.brace.curly.coffee, meta.brace.round.coffee, meta.brace.round.js.jsx, meta.brace.round.js, meta.brace.round.ts, meta.brace.round.tsx, meta.brace.square.js.jsx, meta.brace.square.js, meta.brace.square.ts, meta.brace.square.tsx #B2B6C1 —
meta.bracket.julia, meta.bracket.square.access.c, meta.bracket.square.access.objc, meta.bracket.square.access.objcpp, meta.bracket.square.access, meta.bracket.square.array.cpp, meta.bracket.square.array.cuda-cpp, meta.bracketed.objc, meta.bracketed.objcpp #8687BF —
meta.class-struct-block.objcpp, meta.class.body.groovy, meta.class.coffee, meta.class.identifier.groovy, meta.class.identifier.java, meta.class.inheritance.python, meta.class.instance.constructor.coffee, meta.class.java, meta.class.js.jsx, meta.class.js, meta.class.perl.6, meta.class.perl, meta.class.php, meta.class.python, meta.class.ruby, meta.class.ts, meta.class.tsx #8687BF —
meta.conditional.case.c, meta.conditional.case.cpp, meta.conditional.case.cuda-cpp, meta.conditional.case.objc, meta.conditional.case.objcpp, meta.conditional.guarded-namespace.less, meta.conditional.switch.c, meta.conditional.switch.cpp, meta.conditional.switch.cuda-cpp, meta.conditional.switch.objc, meta.conditional.switch.objcpp #8687BF —
meta.declaration.annotation.groovy, meta.declaration.annotation.java, meta.declaration.assertion.groovy, meta.declaration.assertion.java, meta.declaration.cpp, meta.declaration.dart, meta.declaration.namespace.alias.cpp, meta.declaration.namespace.alias.cuda-cpp, meta.declaration.namespace.alias.value.cpp, meta.declaration.namespace.alias.value.cuda-cpp, meta.declaration.type.alias.cpp, meta.declaration.type.alias.cuda-cpp, meta.declaration.type.alias.value.unknown.cpp, meta.declaration.type.alias.value.unknown.cuda-cpp #8687BF —
meta.decorator.js.jsx, meta.decorator.js, meta.decorator.ts, meta.decorator.tsx #8687BF —
meta.definition.associatedtype.swift, meta.definition.class.groovy, meta.definition.class.implemented.interfaces.groovy, meta.definition.class.implemented.interfaces.java, meta.definition.class.inherited.classes.groovy, meta.definition.class.inherited.classes.java, meta.definition.class.permits.classes.java, meta.definition.function.body.swift, meta.definition.function.initializer.swift, meta.definition.function.js.jsx, meta.definition.function.js, meta.definition.function.subscript.swift, meta.definition.function.swift, meta.definition.function.ts, meta.definition.function.tsx, meta.definition.global.clojure, meta.definition.label.latex, meta.definition.macro.swift, meta.definition.method.groovy, meta.definition.method.js.jsx, meta.definition.method.js, meta.definition.method.signature.java, meta.definition.method.ts, meta.definition.method.tsx, meta.definition.operator.swift, meta.definition.precedencegroup.swift, meta.definition.property.js.jsx, meta.definition.property.js, meta.definition.property.ts, meta.definition.property.tsx, meta.definition.type.$1.swift, meta.definition.type.body.swift, meta.definition.type.protocol.swift, meta.definition.typealias.swift, meta.definition.variable.groovy, meta.definition.variable.java, meta.definition.variable.js.jsx, meta.definition.variable.js, meta.definition.variable.local.java, meta.definition.variable.map.scss, meta.definition.variable.name.groovy, meta.definition.variable.ts, meta.definition.variable.tsx #8687BF —
meta.diff.header.from-file, meta.diff.header.git, meta.diff.header.to-file, meta.diff.index.git, meta.diff.index, meta.diff.only-in, meta.diff.range.context, meta.diff.range.normal, meta.diff.range.unified #8687BF —
meta.element.inline.math.$2.html, meta.element.inline.svg.$2.html, meta.element.metadata.svg.$2.html, meta.element.object.math.$2.html, meta.element.object.svg.$2.html, meta.element.other.invalid.html, meta.element.other.svg.$2.html, meta.element.structure.$2.html, meta.element.structure.math.$2.html, meta.element.structure.svg.$2.html #8687BF —
meta.embedded.block.c, meta.embedded.block.cpp, meta.embedded.block.css, meta.embedded.block.generic.latex, meta.embedded.block.graphql, meta.embedded.block.haml, meta.embedded.block.html, meta.embedded.block.js.jquery, meta.embedded.block.js, meta.embedded.block.lua, meta.embedded.block.php, meta.embedded.block.postscript, meta.embedded.block.ruby, meta.embedded.block.shell, meta.embedded.block.slim, meta.embedded.block.sql, meta.embedded.block.xml, meta.embedded.block.yaml, meta.embedded.css, meta.embedded.diff.git-commit, meta.embedded.expression.dart, meta.embedded.expression.regexp, meta.embedded.html, meta.embedded.js, meta.embedded.json, meta.embedded.line.css, meta.embedded.line.js, meta.embedded.line.php, meta.embedded.line.r, meta.embedded.line.ruby, meta.embedded.line.swift, meta.embedded.math.markdown, meta.embedded.php.blade, meta.embedded.pod.perl, meta.embedded.sql, meta.embedded.substatement.powershell, meta.embedded.xml #8687BF —
meta.enum-case.more-cases, meta.enum.declaration.js.jsx, meta.enum.declaration.js, meta.enum.declaration.ts, meta.enum.declaration.tsx, meta.enum.definition.cpp, meta.enum.definition.cuda-cpp, meta.enum.java, meta.enum.php, meta.enum.value.groovy #8687BF —
meta.encoding.c, meta.encoding.cpp, meta.encoding.cuda-cpp, meta.encoding.objcpp, meta.encoding #8687BF —
meta.export.default.js.jsx, meta.export.default.js, meta.export.default.ts, meta.export.default.tsx, meta.export.js.jsx, meta.export.js, meta.export.ts, meta.export.tsx, meta.import-equals.external.js.jsx, meta.import-equals.external.js, meta.import-equals.external.ts, meta.import-equals.external.tsx, meta.import-equals.internal.js.jsx, meta.import-equals.internal.js, meta.import-equals.internal.ts, meta.import-equals.internal.tsx, meta.import.groovy, meta.import.java, meta.import.js.jsx, meta.import.js, meta.import.rust, meta.import.swift, meta.import.ts, meta.import.tsx #8687BF —
meta.expression.assignment.alias.shell, meta.expression.assignment.modified.shell, meta.expression.assignment.shell, meta.expression.clojure, meta.expression.explicit.cshtml, meta.expression.implicit.cshtml, meta.expression.set.batchfile #8687BF —
meta.function-call.c, meta.function-call.coffee, meta.function-call.generic.python, meta.function-call.invoke.php, meta.function-call.java, meta.function-call.js.jsx, meta.function-call.js, meta.function-call.less, meta.function-call.member.c, meta.function-call.member.objc, meta.function-call.member.objcpp, meta.function-call.objc, meta.function-call.objcpp, meta.function-call.php, meta.function-call.predicate.objc, meta.function-call.predicate.objcpp, meta.function-call.python, meta.function-call.r, meta.function-call.ruby, meta.function-call.swift, meta.function-call.trailing-closure-only.swift, meta.function-call.ts, meta.function-call.tsx, meta.function-result.swift, meta.function-with-body.objc, meta.function-with-body.objcpp, meta.function.alltt.latex, meta.function.asp, meta.function.begin-document.latex, meta.function.block.end.handlebars, meta.function.block.start.handlebars, meta.function.body.shell, meta.function.c, meta.function.calc.css, meta.function.call.rust, meta.function.closure.php, meta.function.closure.use.php, meta.function.coffee, meta.function.color.css, meta.function.constructor.initializer-list.objcpp, meta.function.constructor.objcpp, meta.function.decorator.python, meta.function.definition.body.lambda.cpp, meta.function.definition.body.lambda.cuda-cpp, meta.function.definition.cpp, meta.function.definition.cuda-cpp, meta.function.definition.objcpp, meta.function.definition.parameters.c, meta.function.definition.parameters.lambda.cpp, meta.function.definition.parameters.lambda.cuda-cpp, meta.function.definition.parameters.objc, meta.function.definition.parameters.objcpp, meta.function.definition.parameters.operator-overload.objcpp, meta.function.definition.rust, meta.function.definition.special.constructor.cpp, meta.function.definition.special.constructor.cuda-cpp, meta.function.definition.special.member.destructor.cpp, meta.function.definition.special.member.destructor.cuda-cpp, meta.function.definition.special.operator-overload.cpp, meta.function.definition.special.operator-overload.cuda-cpp, meta.function.destructor.objcpp, meta.function.destructor.prototype.objcpp, meta.function.document-rule.css, meta.function.emph.latex, meta.function.end-document.latex, meta.function.environment.frame.latex, meta.function.environment.general.latex, meta.function.environment.latex.mpost, meta.function.environment.latex.tikz, meta.function.environment.list.latex, meta.function.environment.math.latex, meta.function.environment.song.latex, meta.function.environment.songs.latex, meta.function.environment.tabular.latex, meta.function.expression.js.jsx, meta.function.expression.js, meta.function.expression.ts, meta.function.expression.tsx, meta.function.gradient.css, meta.function.gradient.invalid.deprecated.gradient.css, meta.function.hyperlink.latex, meta.function.inline.coffee, meta.function.inline.else.handlebars, meta.function.inline.other.handlebars, meta.function.js.jsx, meta.function.js, meta.function.link.url.latex, meta.function.lua, meta.function.math.tex, meta.function.method.with-arguments.ruby, meta.function.method.without-arguments.ruby, meta.function.misc.css, meta.function.objc, meta.function.objcpp, meta.function.parameter.default.php, meta.function.parameter.no-default.php, meta.function.parameter.promoted-property.php, meta.function.parameter.typehinted.php, meta.function.parameter.variadic.php, meta.function.parameters.python, meta.function.perl, meta.function.php, meta.function.powershell, meta.function.preprocessor.parameters.cpp, meta.function.python, meta.function.r, meta.function.section.$3.latex, meta.function.shape.css, meta.function.shell, meta.function.textbf.latex, meta.function.textit.latex, meta.function.texttt.latex, meta.function.timing-function.css, meta.function.ts, meta.function.tsx, meta.function.url.css, meta.function.variable.css, meta.function.verb.latex, meta.function.verbatim.latex #8687BF —
meta.head.class.cpp, meta.head.class.cuda-cpp, meta.head.enum.cpp, meta.head.enum.cuda-cpp, meta.head.extern.cpp, meta.head.extern.cuda-cpp, meta.head.function.definition.cpp, meta.head.function.definition.cuda-cpp, meta.head.function.definition.special.constructor.cpp, meta.head.function.definition.special.constructor.cuda-cpp, meta.head.function.definition.special.member.destructor.cpp, meta.head.function.definition.special.member.destructor.cuda-cpp, meta.head.function.definition.special.operator-overload.cpp, meta.head.function.definition.special.operator-overload.cuda-cpp, meta.head.namespace.cpp, meta.head.namespace.cuda-cpp, meta.head.struct.cpp, meta.head.struct.cuda-cpp, meta.head.switch.c, meta.head.switch.cpp, meta.head.switch.cuda-cpp, meta.head.switch.objc, meta.head.switch.objcpp, meta.head.union.cpp, meta.head.union.cuda-cpp #8687BF —
meta.insertion.brackets.json.comments.snippets, meta.insertion.choice.json.comments.snippets, meta.insertion.format.conditional.json.comments.snippets, meta.insertion.format.default.json.comments.snippets, meta.insertion.format.plus.json.comments.snippets, meta.insertion.format.remove.json.comments.snippets, meta.insertion.format.simple.json.comments.snippets, meta.insertion.format.transform.json.comments.snippets, meta.insertion.placeholder.json.comments.snippets, meta.insertion.simple.json.comments.snippets, meta.insertion.simple.numeric.json.comments.snippets, meta.insertion.tabstop.bracket.json.comments.snippets, meta.insertion.tabstop.simple.json.comments.snippets, meta.insertion.tabstop.transform.json.comments.snippets, meta.insertion.text.json.comments.snippets, meta.insertion.transform.json.comments.snippets, meta.insertion.variable.any.json.comments.snippets, meta.insertion.variable.bracket.json.comments.snippets, meta.insertion.variable.json.comments.snippets, meta.insertion.variable.simple.json.comments.snippets, meta.insertion.variable.transform.json.comments.snippets #8687BF —
meta.method-call.coffee, meta.method-call.groovy, meta.method-call.java, meta.method-call.php, meta.method-call.static.php, meta.method.body.java, meta.method.declaration.js.jsx, meta.method.declaration.js, meta.method.declaration.ts, meta.method.declaration.tsx, meta.method.groovy, meta.method.identifier.java, meta.method.java, meta.method.paramerised-type.groovy, meta.method.parameter.groovy, meta.method.parameters.groovy, meta.method.return-type.java #8687BF —
meta.object-binding-pattern-variable.js.jsx, meta.object-binding-pattern-variable.js, meta.object-binding-pattern-variable.ts, meta.object-binding-pattern-variable.tsx, meta.object-literal.key.fx.blendstate.hlsl, meta.object-literal.key.fx.depthstencilstate.hlsl, meta.object-literal.key.fx.rasterizerstate.hlsl, meta.object-literal.key.fx.samplerstate.hlsl, meta.object-literal.key.js.jsx, meta.object-literal.key.js, meta.object-literal.key.ts, meta.object-literal.key.tsx, meta.object.member.js.jsx, meta.object.member.js, meta.object.member.ts, meta.object.member.tsx, meta.object.type.js.jsx, meta.object.type.js, meta.object.type.ts, meta.object.type.tsx, meta.objectliteral.js.jsx, meta.objectliteral.js, meta.objectliteral.ts, meta.objectliteral.tsx #8687BF —
meta.parameter-clause.swift, meta.parameter.cpp, meta.parameter.cuda-cpp, meta.parameter.default.groovy, meta.parameter.initialization, meta.parameter.latex, meta.parameter.lua, meta.parameter.object-binding-pattern.js.jsx, meta.parameter.object-binding-pattern.js, meta.parameter.object-binding-pattern.ts, meta.parameter.object-binding-pattern.tsx, meta.parameter.optional.latex, meta.parameters.coffee, meta.parameters.js.jsx, meta.parameters.js, meta.parameters.ts, meta.parameters.tsx, meta.paramter.array-binding-pattern.js.jsx, meta.paramter.array-binding-pattern.js, meta.paramter.array-binding-pattern.ts, meta.paramter.array-binding-pattern.tsx #8687BF —
meta.parens.block.c, meta.parens.block.objc, meta.parens.block.objcpp, meta.parens.c, meta.parens.control.for.cpp, meta.parens.cpp, meta.parens.cuda-cpp, meta.parens.objc, meta.parens.objcpp, meta.parens.preprocessor.conditional.cpp, meta.parens.preprocessor.conditional.cuda-cpp #8687BF —
meta.preprocessor.c, meta.preprocessor.conditional.cuda-cpp, meta.preprocessor.conditional.swift, meta.preprocessor.diagnostic.$reference(directive).cpp, meta.preprocessor.diagnostic.$reference(directive).cuda-cpp, meta.preprocessor.diagnostic.c, meta.preprocessor.diagnostic.objc, meta.preprocessor.diagnostic.objcpp, meta.preprocessor.handlebars, meta.preprocessor.import.cpp, meta.preprocessor.import.cuda-cpp, meta.preprocessor.include.c, meta.preprocessor.include.cpp, meta.preprocessor.include.cuda-cpp, meta.preprocessor.include.objc, meta.preprocessor.include.objcpp, meta.preprocessor.line.cpp, meta.preprocessor.line.cuda-cpp, meta.preprocessor.macro.c, meta.preprocessor.macro.callable.apple-foundation.objc, meta.preprocessor.macro.callable.apple-foundation.objcpp, meta.preprocessor.macro.cpp, meta.preprocessor.macro.cuda-cpp, meta.preprocessor.macro.objc, meta.preprocessor.macro.objcpp, meta.preprocessor.objc, meta.preprocessor.objcpp, meta.preprocessor.pragma.c, meta.preprocessor.pragma.cpp, meta.preprocessor.pragma.cuda-cpp, meta.preprocessor.pragma.objc, meta.preprocessor.pragma.objcpp, meta.preprocessor.script.dart, meta.preprocessor.sourcelocation.swift, meta.preprocessor.undef.cpp, meta.preprocessor.undef.cuda-cpp #8687BF —
meta.preprocessor.cs #AEA079 italic
meta.property-list.css, meta.property-list.font-feature.css, meta.property-list.less, meta.property-list.media-query.scss, meta.property-list.scss #8687BF —
meta.property-name.css, meta.property-name.less, meta.property-name.media-query.scss, meta.property-name.scss, meta.property-name #8687BF —
meta.property-value.css, meta.property-value.less, meta.property-value.scss, meta.property-with-attributes.objc, meta.property-with-attributes.objcpp, meta.property.objc, meta.property.objcpp #8687BF —
meta.return-type.objc, meta.return-type.objcpp, meta.return.type.arrow.js.jsx, meta.return.type.arrow.js, meta.return.type.arrow.ts, meta.return.type.arrow.tsx, meta.return.type.js.jsx, meta.return.type.js, meta.return.type.ts, meta.return.type.tsx #8687BF —
meta.scope-resolution.objcpp, meta.scope.between-tag-pair.html, meta.scope.condition.makefile, meta.scope.conditional.makefile, meta.scope.for-in-loop.shell, meta.scope.function-call.makefile, meta.scope.group.shell, meta.scope.if-block.shell, meta.scope.item.latex, meta.scope.logical-expression.shell, meta.scope.message.git-commit, meta.scope.metadata.git-commit, meta.scope.prerequisites.makefile, meta.scope.recipe.makefile, meta.scope.select-block.shell, meta.scope.subject.git-commit, meta.scope.subshell, meta.scope.target.makefile, meta.scope.while-loop.shell #8687BF —
meta.statement.catch.razor, meta.statement.command.env.shell, meta.statement.command.name.basic.shell, meta.statement.command.name.quoted.shell, meta.statement.command.name.shell, meta.statement.command.shell, meta.statement.do.razor, meta.statement.else.razor, meta.statement.finally.razor, meta.statement.for.razor, meta.statement.foreach.razor, meta.statement.if.razor, meta.statement.lock.razor, meta.statement.shell, meta.statement.switch.razor, meta.statement.try.razor, meta.statement.using.razor, meta.statement.while.razor #8687BF —
meta.structure.extglob.shell, meta.structure.groovy, meta.structure.razor.codeblock, meta.structure.razor.csharp.codeblock.switch, meta.structure.razor.csharp.codeblock, meta.structure.razor.directive.codeblock, meta.structure.razor.directive.markblock #8687BF —
meta.structure.array.json.comments.snippets, meta.structure.array.json.comments, meta.structure.array.json.lines, meta.structure.array.json, meta.structure.dictionary.json.comments.snippets, meta.structure.dictionary.json.comments, meta.structure.dictionary.json.lines, meta.structure.dictionary.json, meta.structure.dictionary.value.json.comments.snippets, meta.structure.dictionary.value.json.comments, meta.structure.dictionary.value.json.lines, meta.structure.dictionary.value.json #8687BF —
meta.tag.any.html, meta.tag.attributes.js.jsx, meta.tag.attributes.js, meta.tag.attributes.tsx, meta.tag.block.any.html, meta.tag.coffee, meta.tag.cs, meta.tag.custom.end.html, meta.tag.custom.start.html, meta.tag.inline.$2.end.html, meta.tag.inline.$2.start.html, meta.tag.inline.$2.void.html, meta.tag.inline.any.html, meta.tag.inline.math.$2.end.html, meta.tag.inline.math.$2.start.html, meta.tag.inline.math.$2.void.html, meta.tag.inline.phpdoc.php, meta.tag.inline.start.html, meta.tag.inline.svg.$2.end.html, meta.tag.inline.svg.$2.start.html, meta.tag.inline.svg.$2.void.html, meta.tag.js.jsx, meta.tag.js, meta.tag.metadata.$2.end.html, meta.tag.metadata.$2.start.html, meta.tag.metadata.$2.void.html, meta.tag.metadata.cdata.html, meta.tag.metadata.doctype.html, meta.tag.metadata.processing.xml.html, meta.tag.metadata.script.end.html, meta.tag.metadata.script.start.html, meta.tag.metadata.start.html, meta.tag.metadata.style.end.html, meta.tag.metadata.style.start.html, meta.tag.metadata.svg.$2.end.html, meta.tag.metadata.svg.$2.start.html, meta.tag.metadata.svg.$2.void.html, meta.tag.no-content.xml, meta.tag.object.$2.end.html, meta.tag.object.$2.start.html, meta.tag.object.$2.void.html, meta.tag.object.math.$2.end.html, meta.tag.object.math.$2.start.html, meta.tag.object.math.$2.void.html, meta.tag.object.start.html, meta.tag.object.svg.$2.end.html, meta.tag.object.svg.$2.start.html, meta.tag.object.svg.$2.void.html, meta.tag.other.$2.end.html, meta.tag.other.$2.html, meta.tag.other.$2.start.html, meta.tag.other.html, meta.tag.other.invalid.end.html, meta.tag.other.invalid.start.html, meta.tag.other.invalid.void.html, meta.tag.other.start.html, meta.tag.other.svg.$2.end.html, meta.tag.other.svg.$2.start.html, meta.tag.other.svg.$2.void.html, meta.tag.other.unrecognized.html.derivative, meta.tag.other, meta.tag.preprocessor.xml.html, meta.tag.preprocessor.xml, meta.tag.sgml.doctype.html, meta.tag.sgml.doctype.xml, meta.tag.sgml.html, meta.tag.structure.$2.end.html, meta.tag.structure.$2.start.html, meta.tag.structure.$2.void.html, meta.tag.structure.$3.void.html, meta.tag.structure.$4.end.html, meta.tag.structure.any.html, meta.tag.structure.math.$2.end.html, meta.tag.structure.math.$2.start.html, meta.tag.structure.math.$2.void.html, meta.tag.structure.start.html, meta.tag.structure.svg.$2.end.html, meta.tag.structure.svg.$2.start.html, meta.tag.structure.svg.$2.void.html, meta.tag.tokenised.html, meta.tag.ts, meta.tag.tsx, meta.tag.without-attributes.js.jsx, meta.tag.without-attributes.js, meta.tag.without-attributes.tsx, meta.tag.xml.template, meta.tag.xml #8687BF —
meta.tail.class.cpp, meta.tail.class.cuda-cpp, meta.tail.enum.cpp, meta.tail.enum.cuda-cpp, meta.tail.extern.cpp, meta.tail.extern.cuda-cpp, meta.tail.function.definition.cpp, meta.tail.function.definition.cuda-cpp, meta.tail.function.definition.special.constructor.cpp, meta.tail.function.definition.special.constructor.cuda-cpp, meta.tail.function.definition.special.member.destructor.cpp, meta.tail.function.definition.special.member.destructor.cuda-cpp, meta.tail.function.definition.special.operator-overload.cpp, meta.tail.function.definition.special.operator-overload.cuda-cpp, meta.tail.namespace.cpp, meta.tail.namespace.cuda-cpp, meta.tail.struct.cpp, meta.tail.struct.cuda-cpp, meta.tail.switch.c, meta.tail.switch.cpp, meta.tail.switch.cuda-cpp, meta.tail.switch.objc, meta.tail.switch.objcpp, meta.tail.union.cpp, meta.tail.union.cuda-cpp #8687BF —
meta.template.angle-brackets.end.objcpp, meta.template.angle-brackets.start.objcpp, meta.template.call.cpp, meta.template.call.cuda-cpp, meta.template.call.objcpp, meta.template.definition.cpp, meta.template.definition.cuda-cpp, meta.template.definition.objcpp, meta.template.explicit-instantiation.cpp, meta.template.expression.js.jsx, meta.template.expression.js, meta.template.expression.ts, meta.template.expression.tsx, meta.template.operator.comma.objcpp, meta.template.operator.ellipsis.objcpp #8687BF —
meta.toc-list.banner.block.c, meta.toc-list.banner.block.cpp, meta.toc-list.banner.block.cuda-cpp, meta.toc-list.banner.block.objc, meta.toc-list.banner.block.objcpp, meta.toc-list.banner.double-slash.cpp, meta.toc-list.banner.double-slash.cuda-cpp, meta.toc-list.banner.line.c, meta.toc-list.banner.line.objc, meta.toc-list.banner.line.objcpp, meta.toc-list.file-name.diff, meta.toc-list.line-number.diff, meta.toc-list.pragma-mark.objc, meta.toc-list.pragma-mark.objcpp #8687BF —
meta.type-name.swift, meta.type.annotation.js.jsx, meta.type.annotation.js, meta.type.annotation.ts, meta.type.annotation.tsx, meta.type.constructor.js , meta.type.constructor.js.jsx , meta.type.constructor.js.jsx, meta.type.constructor.js, meta.type.constructor.ts, meta.type.constructor.tsx, meta.type.cpp, meta.type.declaration.js.jsx, meta.type.declaration.js, meta.type.declaration.ts, meta.type.declaration.tsx, meta.type.function.js.jsx, meta.type.function.js, meta.type.function.return.js.jsx, meta.type.function.return.js, meta.type.function.return.ts, meta.type.function.return.tsx, meta.type.function.ts, meta.type.function.tsx, meta.type.infer.js.jsx, meta.type.infer.js, meta.type.infer.ts, meta.type.infer.tsx, meta.type.julia, meta.type.parameters.js.jsx, meta.type.parameters.js, meta.type.parameters.ts, meta.type.parameters.tsx, meta.type.paren.cover.js.jsx, meta.type.paren.cover.js, meta.type.paren.cover.ts, meta.type.paren.cover.tsx, meta.type.tuple.js.jsx, meta.type.tuple.js, meta.type.tuple.ts, meta.type.tuple.tsx #8687BF —
meta.1.0.yaml, meta.1.1.yaml, meta.1.2.yaml, meta.1.3.yaml #8687BF —
meta.alter.sql, meta.angle-brackets.objcpp, meta.any.json.comments.snippets, meta.arithmetic.shell, meta.asm.c, meta.asm.cpp, meta.asm.cuda-cpp, meta.assignment.cpp, meta.backreference.named.regexp, meta.backreference.regexp, meta.banner.character.cpp, meta.banner.character.cuda-cpp, meta.binding.cpp, meta.callout.regexp, meta.case.entry.body.shell, meta.case.entry.pattern.shell, meta.case.groovy, meta.case.shell, meta.catch.java, meta.catch.php, meta.catcode.tex, meta.cgblock, meta.character.set.regexp, meta.chord.block.latex, meta.citation.latex, meta.closure.parameter.groovy, meta.closure.parameters.groovy, meta.column-specials.latex, meta.comment.razor, meta.commit-command.git-rebase, meta.commit-message.git-rebase, meta.content.scss, meta.control.flow.pug.each, meta.control.flow.pug, meta.create.sql, meta.diff.header.command, meta.directive.block, meta.directive, meta.divider.objc, meta.divider.objcpp, meta.drop.sql, meta.ending-space, meta.entry.braces.bibtex, meta.entry.parenthesis.bibtex, meta.environment-variable.ruby, meta.evaluation.ternary.groovy, meta.even-tab.spaces, meta.even-tab.tabs, meta.even-tab, meta.example.css.scss.sassdoc, meta.example.html.sassdoc, meta.example.js.sassdoc, meta.example.jsdoc, meta.extern-block.objcpp, meta.feature-query.css, meta.field.declaration.js.jsx, meta.field.declaration.js, meta.field.declaration.ts, meta.field.declaration.tsx, meta.finally.java, meta.first-class.pug, meta.flow.map.explicit.yaml, meta.flow.map.implicit.yaml, meta.flow.map.key.yaml, meta.flow.mapping.yaml, meta.flow.pair.value.yaml, meta.flow.sequence.yaml, meta.for.in.shell, meta.for.shell, meta.format.brace.python, meta.format.percent.python, meta.format.perl, meta.fstring.python, meta.generic-argument-clause.swift, meta.generic-parameter-clause.swift, meta.generic-parameter-constraint.swift, meta.generic-where-clause.conformance-requirement.swift, meta.generic-where-clause.same-type-requirement.swift, meta.generic-where-clause.swift, meta.group.absent.regexp, meta.group.array-expression.powershell, meta.group.assertion.regexp, meta.group.batchfile, meta.group.braces.tex, meta.group.complex.subexpression.powershell, meta.group.conditional.regexp, meta.group.less, meta.group.regexp, meta.group.simple.subexpression.powershell, meta.hashtable.assignment.powershell, meta.hashtable.powershell, meta.header.search, meta.herestring.shell, meta.hlslblock, meta.id-with-protocol.objc, meta.id-with-protocol.objcpp, meta.image.inline.markdown, meta.image.reference.markdown, meta.implementation.objc, meta.implementation.objcpp, meta.include.latex, meta.include.php, meta.indexed-name.python, meta.indexer.declaration.js.jsx, meta.indexer.declaration.js, meta.indexer.declaration.ts, meta.indexer.declaration.tsx, meta.indexer.mappedtype.declaration.js.jsx, meta.indexer.mappedtype.declaration.js, meta.indexer.mappedtype.declaration.ts, meta.indexer.mappedtype.declaration.tsx, meta.inheritance-clause.swift, meta.inheritance-list.more-types, meta.inherited-class.objc, meta.inherited-class.objcpp, meta.initialization.c, meta.initialization.cpp, meta.initialization.cuda-cpp, meta.initialization.objc, meta.initialization.objcpp, meta.initialization.parameter.cpp, meta.inner-class.groovy, meta.inner-class.java, meta.interface-or-protocol.objc, meta.interface-or-protocol.objcpp, meta.interface.js.jsx, meta.interface.js, meta.interface.php, meta.interface.ts, meta.interface.tsx, meta.internalsubset.xml, meta.interpolation.cs, meta.interpolation.rust, meta.item-access.python, meta.key-assignment.bibtex, meta.lambda-function.python, meta.lambda.capture.cpp, meta.lambda.capture.cuda-cpp, meta.leading-space, meta.leading-tabs, meta.link.email.lt-gt.markdown, meta.link.inet.markdown, meta.link.inline.markdown, meta.link.reference.def.markdown, meta.link.reference.literal.markdown, meta.link.reference.markdown, meta.macro.metavariable.rust, meta.macro.metavariable.type.rust, meta.macro.rules.rust, meta.macro.rust, meta.map.clojure, meta.map.explicit.yaml, meta.map.key.yaml, meta.map.value.yaml, meta.map.yaml, meta.mapping.yaml, meta.match-statement.php, meta.math.block.latex, meta.math.block.tex, meta.member.access.python, meta.metadata.map.clojure, meta.metadata.simple.clojure, meta.module.java, meta.module.ruby, meta.named.regexp, meta.namespace-block.objcpp, meta.namespace.declaration.js.jsx, meta.namespace.declaration.js, meta.namespace.declaration.ts, meta.namespace.declaration.tsx, meta.namespace.php, meta.namespace.vendor-prefix.less, meta.odd-tab.spaces, meta.odd-tab.tabs, meta.odd-tab, meta.other.valid-ampersand.markdown, meta.other.valid-bracket.markdown, meta.package.groovy, meta.package.java, meta.paragraph.markdown, meta.parenthese.group.shell, meta.parenthese.shell, meta.path.basename.search, meta.path.dirname.search, meta.path.search, meta.preamble.braces.bibtex, meta.preamble.latex, meta.preamble.parenthesis.bibtex, meta.prompt.set.batchfile, meta.protocol-list.objc, meta.protocol-list.objcpp, meta.qualified_type.cpp, meta.qualified_type.cuda-cpp, meta.qualified-type.cpp, meta.quoted-expression.clojure, meta.ratio.css, meta.record.body.java, meta.record.identifier.java, meta.record.java, meta.reference.label.latex, meta.require.ruby, meta.requires.powershell, meta.resultBlock.search, meta.resultLine.elision, meta.resultLine.multiLine.search, meta.resultLine.search, meta.resultLine.singleLine.search, meta.resultLinePrefix.contextLinePrefix.search, meta.resultLinePrefix.lineNumber.search, meta.resultLinePrefix.matchLinePrefix.search, meta.resultLinePrefix.search, meta.round-brackets, meta.scalar.yaml, meta.scriptblock.powershell, meta.section.c, meta.section.objc, meta.section.objcpp, meta.separator.comma.asp, meta.separator.diff, meta.separator.markdown, meta.set.clojure, meta.shebang.shell, meta.space-after-command.latex, meta.static_assert.message.c, meta.static_assert.message.cpp, meta.static_assert.message.cuda-cpp, meta.static_assert.message.objc, meta.static_assert.message.objcpp, meta.static-assert.message.cpp, meta.stream.yaml, meta.string-constant.braces.bibtex, meta.string-constant.parenthesis.bibtex, meta.string.quoted.double.raw.glsl.cpp, meta.string.quoted.double.raw.glsl.cuda-cpp, meta.string.quoted.double.raw.sql.cpp, meta.string.quoted.double.raw.sql.cuda-cpp, meta.subscript-expression.swift, meta.switch-statement.php, meta.symbol.clojure, meta.symbol.dynamic.clojure, meta.symbol.namespace.clojure, meta.syntax.ruby.start-block, meta.text.normal.tex, meta.throwables.groovy, meta.throwables.java, meta.trait.php, meta.try.java, meta.try.resources.java, meta.typehint.comment.python, meta.use.php, meta.use.rust, meta.using-namespace-declaration.objcpp, meta.using-namespace.cpp, meta.using-namespace.cuda-cpp, meta.var-single-variable.expr.js.jsx, meta.var-single-variable.expr.js, meta.var-single-variable.expr.ts, meta.var-single-variable.expr.tsx, meta.var.clojure, meta.var.expr.js.jsx, meta.var.expr.js, meta.var.expr.ts, meta.var.expr.tsx, meta.variable.assignment.destructured.array.coffee, meta.variable.assignment.destructured.object.coffee, meta.variable.substitution.batchfile, meta.variable.substring.batchfile, meta.vector.clojure, meta.while.shell #8687BF —
meta.selector.css, meta.selector.scss, meta.selector.less, meta.selector.objc, meta.selector.objcpp #8687BF —
meta.delimiter.decimal.period.js.jsx, meta.delimiter.decimal.period.js, meta.delimiter.decimal.period.ts, meta.delimiter.decimal.period.tsx #8687BF —
fenced_code.block.language.attributes.markdown, fenced_code.block.language.markdown, fenced_code.block.language, heading.1.markdown, heading.2.markdown, heading.3.markdown, heading.4.markdown, heading.5.markdown, heading.6.markdown, markdown.math.block, markdown.math.codeblock, markdown.math.inline #9B5FC8 —
markup.bold.doxygen.c, markup.bold.doxygen.cpp, markup.bold.doxygen.cuda-cpp, markup.bold.markdown, markup.bold.pod.perl, markup.bold.textbf.latex, markup.bold, markup.changed.diff, markup.changed.git-commit, markup.changed, markup.deleted.diff, markup.deleted.git-commit, markup.deleted, markup.fenced_code.block.markdown, markup.heading.markdown, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown, markup.heading, markup.inline.raw.string.c, markup.inline.raw.string.cpp, markup.inline.raw.string.cuda-cpp, markup.inline.raw.string.markdown, markup.inserted.diff, markup.inserted.git-commit, markup.inserted, markup.italic.doxygen.c, markup.italic.doxygen.cpp, markup.italic.doxygen.cuda-cpp, markup.italic.markdown, markup.italic.pod.perl, markup.italic, markup.list.numbered.markdown, markup.list.unnumbered.markdown, markup.math.block.markdown, markup.math.inline.markdown, markup.quote.markdown, markup.raw.block.markdown, markup.raw.pod.perl, markup.raw.verb.latex, markup.raw.yaml.front-matter, markup.strikethrough.markdown, markup.table.markdown, markup.underline.link.hyperlink.pod.perl, markup.underline.link.image.markdown, markup.underline.link.latex, markup.underline.link.markdown, markup.underline.link.php, markup.underline.link #778da9 —
text.aspnetcorerazor, text.bibtex, text.block.pipe.pug, text.block.pug, text.bracketed, text.fsharp, text.git-commit, text.git-rebase, text.html.basic, text.html.cshtml, text.html.derivative, text.html.embedded.ruby, text.html.handlebars, text.html.markdown.math, text.html.markdown.prompt, text.html.markdown, text.html.php, text.log, text.pug, text.searchResult, text.tex.latex, text.tex.markdown_latex_combined, text.tex, text.variable, text.xml.xsl, text.xml #007e5d —
log.constant, log.debug, log.error, log.exception, log.exceptiontype, log.info, log.string, log.warning #9B5FC8 —
everything.else.c, everything.else.objc, everything.else.objcpp, function.anonymous, inline.pug, js.embedded.control.flow.pug, js.when.control.flow.pug, template.definition.objcpp, args.mixin.pug, binding.fsharp, bracket.end.julia, byte-order-mark.yaml, cast.expr.ts, case-clause.expr.js.jsx, case-clause.expr.js, case-clause.expr.ts, case-clause.expr.tsx, cexpr.fsharp, char.fsharp, du_declaration.fsharp #9B5FC8 —
fast-capture.comment.line.double-slash.fsharp, fast-capture.comment.line.mul-operator.fsharp, line.separator.math.tex #9B5FC8 —
razor.test.balanced.brackets, razor.test.balanced.parenthesis #9B5FC8 —
embed.cxx.julia, embed.js.julia, embed.python.julia, embed.R.julia, embed.sql.julia #9B5FC8 —
name.generic.filter.pug, namespace.alias.fsharp, namespace.open.fsharp #9B5FC8 —
new.expr.js.jsx, new.expr.js, new.expr.ts, new.expr.tsx #9B5FC8 —
switch-block.expr.js.jsx, switch-block.expr.js, switch-block.expr.ts, switch-block.expr.tsx, switch-expression.expr.js.jsx, switch-expression.expr.js, switch-expression.expr.ts, switch-expression.expr.tsx, switch-statement.expr.js.jsx, switch-statement.expr.js, switch-statement.expr.ts, switch-statement.expr.tsx #9B5FC8 —
tag.case.control.flow.pug, tag.inline.pug #9B5FC8 —
invalid.character.escape.powershell, invalid.field.go, invalid.string.newline #9B5FC8 italic bold
invalid.illegal.ambiguous-ampersand.html, invalid.illegal.annotation.python, invalid.illegal.attribute.js.jsx, invalid.illegal.attribute.js, invalid.illegal.attribute.tsx, invalid.illegal.await-must-precede-throws.swift, invalid.illegal.bom.yaml, invalid.illegal.brace.python, invalid.illegal.character_not_allowed_here.groovy, invalid.illegal.character_not_allowed_here.java, invalid.illegal.character-not-allowed-here.html, invalid.illegal.character-not-allowed-here.swift, invalid.illegal.character.escape.lua, invalid.illegal.character.string.fsharp, invalid.illegal.character.uri.yaml, invalid.illegal.character.yaml, invalid.illegal.characters-not-allowed-here.html, invalid.illegal.colon.css, invalid.illegal.combinator.less, invalid.illegal.comma.css, invalid.illegal.comment.comment.block.pug, invalid.illegal.constant.character.escape.unicode.8-bit.yaml, invalid.illegal.constant.character.escape.yaml, invalid.illegal.constant.numeric.cpp, invalid.illegal.constant.numeric.cs, invalid.illegal.constant.numeric.cuda-cpp, invalid.illegal.constant.numeric.go, invalid.illegal.constant.numeric.objc, invalid.illegal.constant.numeric.objcpp, invalid.illegal.constant.numeric, invalid.illegal.content-after-opening-delimiter.swift, invalid.illegal.content-before-closing-delimiter.swift, invalid.illegal.counter-style-name.less, invalid.illegal.dec.python, invalid.illegal.decorator.python, invalid.illegal.delimiter-too-long.objcpp, invalid.illegal.delimiter-too-long, invalid.illegal.distinct-labels-not-allowed.swift, invalid.illegal.dot-not-allowed-here.swift, invalid.illegal.empty-inheritance-clause.swift, invalid.illegal.empty.generic.filter.pug, invalid.illegal.end.tag.pug, invalid.illegal.entity.other.document.end.yaml, invalid.illegal.escape-not-recognized, invalid.illegal.expected-array-separator.json.comments.snippets, invalid.illegal.expected-array-separator.json.comments, invalid.illegal.expected-array-separator.json.lines, invalid.illegal.expected-array-separator.json, invalid.illegal.expected-dictionary-separator.json.comments.snippets, invalid.illegal.expected-dictionary-separator.json.comments, invalid.illegal.expected-dictionary-separator.json.lines, invalid.illegal.expected-dictionary-separator.json, invalid.illegal.expected-indentation.yaml, invalid.illegal.expected-map-separator.yaml, invalid.illegal.extra-closing-delimiter.swift, invalid.illegal.extra-colon-in-dictionary-type.swift, invalid.illegal.extra-colon-in-parameter-list.swift, invalid.illegal.flow.alias.yaml, invalid.illegal.flow.anchor.yaml, invalid.illegal.function-body-not-allowed-in-protocol.swift, invalid.illegal.html_entity.text.pug, invalid.illegal.identifier.coffee, invalid.illegal.identifier.go, invalid.illegal.identifier.java, invalid.illegal.identifier.php, invalid.illegal.identifier.scss, invalid.illegal.incomplete.html, invalid.illegal.keyword.other.directive.yaml.yaml, invalid.illegal.leading-whitespace.charset.css, invalid.illegal.line-too-long.git-commit, invalid.illegal.line.continuation.python, invalid.illegal.macro-name.c, invalid.illegal.macro-name.objc, invalid.illegal.macro-name.objcpp, invalid.illegal.missing-asterisk.phpdoc.php, invalid.illegal.missing-colon-after-selector-piece.swift, invalid.illegal.multiline-key.yaml, invalid.illegal.name.generic.filter.pug, invalid.illegal.name.python, invalid.illegal.name.tag.pug, invalid.illegal.newline.batchfile, invalid.illegal.newline.cs, invalid.illegal.newline.js.jsx, invalid.illegal.newline.js, invalid.illegal.newline.less, invalid.illegal.newline.python, invalid.illegal.newline.ts, invalid.illegal.newline.tsx, invalid.illegal.no-longer-supported.html, invalid.illegal.no-whitespace.charset.css, invalid.illegal.non-printable.yaml, invalid.illegal.not-double-quoted.charset.css, invalid.illegal.not-lowercase.charset.css, invalid.illegal.numeric.float.invalid-exponent.swift, invalid.illegal.numeric.float.missing-exponent.swift, invalid.illegal.numeric.float.missing-leading-zero.swift, invalid.illegal.numeric.go, invalid.illegal.numeric.leading-underscore.swift, invalid.illegal.numeric.other.swift, invalid.illegal.operator.python, invalid.illegal.placeholder.c, invalid.illegal.placeholder.objc, invalid.illegal.placeholder.objcpp, invalid.illegal.prefix.python, invalid.illegal.property-value.less, invalid.illegal.reference-type.cpp, invalid.illegal.reference-type.cuda-cpp, invalid.illegal.rethrows-only-allowed-on-function-declarations.swift, invalid.illegal.return-type.php, invalid.illegal.returns-not-allowed.regexp, invalid.illegal.returns-not-allowed.swift, invalid.illegal.scss, invalid.illegal.separator.map.yaml, invalid.illegal.separator.sequence.yaml, invalid.illegal.slice.go, invalid.illegal.stray-$1.c, invalid.illegal.stray-$1.objc, invalid.illegal.stray-$1.objcpp, invalid.illegal.syntax.jsdoc, invalid.illegal.syntax.sassdoc, invalid.illegal.tag.pug, invalid.illegal.trailing-whitespace.php, invalid.illegal.try-must-precede-await.swift, invalid.illegal.type.sassdoc, invalid.illegal.unclosed-string.charset.css, invalid.illegal.unclosed.string.css, invalid.illegal.unexpected-character.batchfile, invalid.illegal.unexpected-characters.charset.css, invalid.illegal.unexpected-end-of-block-comment.swift, invalid.illegal.unexpected-equals-sign.html, invalid.illegal.unexpected.punctuation.definition.comment.end.cpp, invalid.illegal.unexpected.punctuation.definition.comment.end.cuda-cpp, invalid.illegal.unknown-escape.c, invalid.illegal.unknown-escape.cpp, invalid.illegal.unknown-escape.cuda-cpp, invalid.illegal.unknown-escape.go, invalid.illegal.unknown-escape.objc, invalid.illegal.unknown-escape.objcpp, invalid.illegal.unknown-escape, invalid.illegal.unknown-method.objc, invalid.illegal.unknown-method.objcpp, invalid.illegal.unknown-rune.go, invalid.illegal.unrecognized-string-escape.json.comments.snippets, invalid.illegal.unrecognized-string-escape.json.comments, invalid.illegal.unrecognized-string-escape.json.lines, invalid.illegal.unrecognized-string-escape.json, invalid.illegal.unrecognized.yaml, invalid.illegal.whitespace.charset.css, invalid.illegal.wrong-access-type.phpdoc.php, invalid.illegal.you-forgot-semicolon.objcpp, invalid.illegal, invalid.illegal #9B5FC8 italic
invalid.illegal.unrecognized-tag.html #9B5FC8 —
invalid.illegal.bad-ampersand.cs, invalid.illegal.bad-ampersand.html, invalid.illegal.bad-ampersand.xml, invalid.illegal.bad-angle-bracket.html, invalid.illegal.bad-comments-or-CDATA.html, invalid.illegal.bad-comments-or-CDATA.xml, invalid.illegal.bad-identifier.css #9B5FC8 —
invalid.deprecated.10.10.support.constant.c, invalid.deprecated.10.10.support.constant.cf.c, invalid.deprecated.10.10.support.function.c, invalid.deprecated.10.10.support.function.cf.c, invalid.deprecated.10.10.support.type.c, invalid.deprecated.10.10.support.type.cf.c, invalid.deprecated.10.10.support.variable.c, invalid.deprecated.10.11.support.constant.c, invalid.deprecated.10.11.support.function.c, invalid.deprecated.10.11.support.function.cf.c, invalid.deprecated.10.11.support.function.quartz.c, invalid.deprecated.10.11.support.type.c, invalid.deprecated.10.11.support.variable.c, invalid.deprecated.10.12.support.constant.c, invalid.deprecated.10.12.support.function.c, invalid.deprecated.10.12.support.function.clib.c, invalid.deprecated.10.12.support.type.c, invalid.deprecated.10.12.support.variable.c, invalid.deprecated.10.12.support.variable.cf.c, invalid.deprecated.10.13.support.constant.c, invalid.deprecated.10.13.support.function.c, invalid.deprecated.10.13.support.function.quartz.c, invalid.deprecated.10.13.support.type.c, invalid.deprecated.10.13.support.variable.c, invalid.deprecated.10.14.support.function.c, invalid.deprecated.10.14.support.variable.c, invalid.deprecated.10.15.support.constant.c, invalid.deprecated.10.15.support.function.c, invalid.deprecated.10.15.support.function.cf.c, invalid.deprecated.10.15.support.function.quartz.c, invalid.deprecated.10.15.support.variable.c, invalid.deprecated.10.16.support.variable.quartz.c, invalid.deprecated.10.2.support.variable.c, invalid.deprecated.10.3.support.function.c, invalid.deprecated.10.4.support.constant.c, invalid.deprecated.10.4.support.function.c, invalid.deprecated.10.4.support.variable.c, invalid.deprecated.10.5.support.function.c, invalid.deprecated.10.5.support.function.clib.c, invalid.deprecated.10.5.support.function.quartz.c, invalid.deprecated.10.5.support.variable.c, invalid.deprecated.10.6.support.function.c, invalid.deprecated.10.6.support.function.quartz.c, invalid.deprecated.10.6.support.type.c, invalid.deprecated.10.6.support.variable.c, invalid.deprecated.10.7.support.function.c, invalid.deprecated.10.7.support.function.cf.c, invalid.deprecated.10.7.support.type.c, invalid.deprecated.10.7.support.variable.c, invalid.deprecated.10.8.support.constant.c, invalid.deprecated.10.8.support.function.c, invalid.deprecated.10.8.support.function.cf.c, invalid.deprecated.10.8.support.function.mac-classic.c, invalid.deprecated.10.8.support.function.quartz.c, invalid.deprecated.10.8.support.type.c, invalid.deprecated.10.8.support.variable.c, invalid.deprecated.10.8.support.variable.cf.c, invalid.deprecated.10.8.support.variable.quartz.c, invalid.deprecated.10.9.support.constant.c, invalid.deprecated.10.9.support.constant.cf.c, invalid.deprecated.10.9.support.constant.quartz.c, invalid.deprecated.10.9.support.function.c, invalid.deprecated.10.9.support.function.cf.c, invalid.deprecated.10.9.support.function.clib.c, invalid.deprecated.10.9.support.function.dispatch.c, invalid.deprecated.10.9.support.function.quartz.c, invalid.deprecated.10.9.support.type.c, invalid.deprecated.10.9.support.variable.c, invalid.deprecated.10.9.support.variable.cf.c, invalid.deprecated.backtick.python, invalid.deprecated.color.system.css, invalid.deprecated.combinator.css, invalid.deprecated.constant.media.css, invalid.deprecated.custom-property.less, invalid.deprecated.entity.other.attribute-name.html, invalid.deprecated.function.css, invalid.deprecated.gradient.function.css, invalid.deprecated.html, invalid.deprecated.line-too-long.git-commit, invalid.deprecated.package_name_not_lowercase.java, invalid.deprecated.prefix.python, invalid.deprecated.ruby, invalid.deprecated.semicolon.python, invalid.deprecated.tba.support.constant.c, invalid.deprecated.tba.support.function.c, invalid.deprecated.tba.support.variable.c #9B5FC8 italic bold
property.value.dotenv #689492 italic
variable.key.dotenv #1394b4 bold
components
fetchUser.ts Button.tsx Modal.tsx hooks utils index.ts public package.json tsconfig.json README.md Outline components
fetchUser.ts
fetchUser
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
export interface User {
id: string;
name: string;
role: "admin" | "member";
tags: string[];
}
/**
* Fetch user data by ID
* @param id
* @returns User object or null if ID is invalid
*/
export async function fetchUser(id: string): Promise<User | null> {
if (!id) {
return null;
}
const response = await fetch(`/api/users/${id}`, {
method: "GET",
headers: { Accept: "application/json" },
});
if (!response.ok) {
throw new Error(`HTTP ${response.status}`);
}
return (await response.json()) as User;
}
function greet(user: User): string {
// Simple greeting function that uses the user's name
return `Hello, ${user.name}!`;
}
Problems1
Output
Debug Console
Terminal
Ports
~/my-project $ pnpm dev
▲ Next.js ready on http://localhost:3000
✓ compiled client and server successfully in 412ms
wait - compiling /theme/vscode...
~/my-project $