| 123456789101112131415161718192021 |
- {
- "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
- "scopeName": "source.carbon-check-test",
- "injectionSelector": "L:source.carbon",
- "patterns": [
- {
- "begin": "^(\\s*//\\s*CHECK:STDOUT:)",
- "beginCaptures": {
- "1": {
- "name": "comment.line.carbon"
- }
- },
- "end": "$",
- "patterns": [
- {
- "include": "source.carbon-semir"
- }
- ]
- }
- ]
- }
|