Skip to content

Commit 9085e9e

Browse files
authored
Syntax highlight //@include-in-dumps as a valid comment (#6299)
1 parent d2fbbd3 commit 9085e9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/textmate/Syntaxes/carbon.tmLanguage.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
{
6060
"name": "comment.line.carbon",
6161
"match": "^\\s*//@dump-sem-ir-(begin|end)\\s*$"
62+
},
63+
{
64+
"name": "comment.line.carbon",
65+
"match": "^\\s*//@include-in-dumps\\s*$"
6266
}
6367
]
6468
},

0 commit comments

Comments
 (0)