Skip to content

Commit f4d2277

Browse files
committed
ensured proper alignment capturing
1 parent d3f0a2b commit f4d2277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MathML.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ contexts:
7474
scope: punctuation.definition.tag.end.mathml
7575
pop: true
7676
- include: tag-stuff
77-
- match: (</?)((?i:maction|maligngroup|malignmark|mlongdiv|mscarries|mscarry|msgroup|msline|msrow)\b)
77+
- match: (</?)((?i:maction|mlongdiv|mscarries|mscarry|msgroup|msline|msrow)\b)
7878
captures:
7979
1: punctuation.definition.tag.begin.mathml
8080
2: entity.name.tag.block.any.mathml

0 commit comments

Comments
 (0)