Skip to content

Commit 28f73e6

Browse files
authored
Fix syntax highliting for the first line of description (#7)
1 parent 9afbeb3 commit 28f73e6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

syntaxes/xit.tmLanguage.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
},
3333
"2": {
3434
"name": "storage.type.xit, markup.other.task.checkbox.ongoing.xit"
35+
},
36+
"3": {
37+
"patterns": [
38+
{
39+
"include": "#item-description"
40+
}
41+
]
3542
}
3643
},
3744
"while": " (.+)",
@@ -55,7 +62,12 @@
5562
"name": "comment.xit, markup.other.task.checkbox.obsolete.xit"
5663
},
5764
"3": {
58-
"name": "comment.xit, markup.strikethrough.xit"
65+
"name": "comment.xit, markup.strikethrough.xit",
66+
"patterns": [
67+
{
68+
"include": "#item-description"
69+
}
70+
]
5971
}
6072
},
6173
"while": " (.+)",

0 commit comments

Comments
 (0)