Consider //@dump-sem-ir-begin and //@dump-sem-ir-end as comments in syntax highlighting (#5624)

This commit is contained in:
Dana Jansens
2025-06-06 16:18:14 +00:00
committed by GitHub
parent 0a727c32e9
commit dc93ec27e1
@@ -55,6 +55,10 @@
{
"name": "comment.line.carbon",
"match": "^\\s*(?=//\\s).*$"
},
{
"name": "comment.line.carbon",
"match": "^\\s*//@dump-sem-ir-(begin|end)\\s*$"
}
]
},