mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:20:13 +01:00
Consider //@dump-sem-ir-begin and //@dump-sem-ir-end as comments in syntax highlighting (#5624)
This commit is contained in:
@@ -55,6 +55,10 @@
|
||||
{
|
||||
"name": "comment.line.carbon",
|
||||
"match": "^\\s*(?=//\\s).*$"
|
||||
},
|
||||
{
|
||||
"name": "comment.line.carbon",
|
||||
"match": "^\\s*//@dump-sem-ir-(begin|end)\\s*$"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user