Skip to content

Commit 16d5e54

Browse files
committed
color all punctuation
1 parent ca0126b commit 16d5e54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/scopes.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import * as Aliases from "./aliases";
88
*/
99
export const foregrounds: Record<string, string[]> = {
1010
[Aliases.PUNCTUATION]: [
11-
"punctuation.definition",
12-
"punctuation.section",
11+
"punctuation",
1312
"meta.brace",
1413
"tag.assignment",
1514
"markup.heading.name",
@@ -61,7 +60,7 @@ export const foregrounds: Record<string, string[]> = {
6160
[Aliases.CONSTANT]: ["constant.language"],
6261
[Aliases.TAG]: [
6362
"entity.name.tag",
64-
"entity.name.tag support.class.component", // <Popover>
63+
"entity.name.tag support.class.component", // named JSX override: <Popover>
6564
"support.type.property-name.json",
6665
"entity.other.attribute-name.pseudo-element",
6766
],

0 commit comments

Comments
 (0)