Fix block comment highlighting in TextMate grammar
This commit is contained in:
parent
1df621868f
commit
a3262af014
@ -4,15 +4,20 @@
|
||||
{ "include": "#markup" }
|
||||
],
|
||||
"repository": {
|
||||
"common": {
|
||||
"blockcomment": {
|
||||
"patterns": [
|
||||
{
|
||||
"name": "comment.block.typst",
|
||||
"begin": "/\\*",
|
||||
"end": "\\*/",
|
||||
"captures": { "0": { "name": "punctuation.definition.comment.typst" } },
|
||||
"patterns": [{ "include": "$self" }]
|
||||
},
|
||||
"patterns": [{ "include": "#blockcomment" }]
|
||||
}
|
||||
]
|
||||
},
|
||||
"common": {
|
||||
"patterns": [
|
||||
{ "include": "#blockcomment" },
|
||||
{
|
||||
"name": "meta.block.code.typst",
|
||||
"begin": "{",
|
||||
|
Loading…
x
Reference in New Issue
Block a user