Skip to content

Commit 35b18ef

Browse files
committed
Update orca.tmLanguage.json
1 parent 35737c9 commit 35b18ef

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

syntaxes/orca.tmLanguage.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@
1212
},
1313
{
1414
"name":"markup.quote.orca",
15-
"match": "\\|\\s{1,5}\\d+\\> [^\\r?\\n]+"
15+
"match": "\\|\\s+\\d{1,5}> [^\\r?\\n]+"
16+
},
17+
{
18+
"name": "entity.name.section",
19+
"begin": "^={80}\\s*$",
20+
"end": "^={80}\\s*$",
21+
"patterns": [
22+
{
23+
"name": "keyword.other.title",
24+
"match": "\\b(?:INPUT FILE|WARNINGS)\\b"
25+
}
26+
]
1627
}
1728
]
1829
}

0 commit comments

Comments
 (0)