Skip to content

Commit

Permalink
fixed typo in references to sub/superscript shift attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocket8888 committed Oct 12, 2017
1 parent 12f78af commit f40d6fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MathML.sublime-syntax
Expand Up @@ -310,7 +310,7 @@ contexts:
- match: '>'
scope: punctuation.definition.tag.end.mathml
pop: true
- include: tag-subscriptshift
- include: tag-subscriptshift-attribute
- include: presentation-style-tags
- include: tag-stuff

Expand All @@ -324,7 +324,7 @@ contexts:
- match: '>'
scope: punctuation.definition.tag.end.mathml
pop: true
- include: tag-superscriptshift
- include: tag-superscriptshift-attribute
- include: presentation-style-tags
- include: tag-stuff

Expand All @@ -338,8 +338,8 @@ contexts:
- match: '>'
scope: punctuation.definition.tag.end.mathml
pop: true
- include: tag-subscriptshift
- include: tag-superscriptshift
- include: tag-subscriptshift-attribute
- include: tag-superscriptshift-attribute
- include: presentation-style-tags
- include: tag-stuff

Expand Down Expand Up @@ -399,8 +399,8 @@ contexts:
- match: '>'
scope: punctuation.definition.tag.end.mathml
pop: true
- include: tag-superscriptshift
- include: tag-subscriptshift
- include: tag-superscriptshift-attribute
- include: tag-subscriptshift-attribute
- include: presentation-style-tags
- include: tag-stuff

Expand Down

0 comments on commit f40d6fd

Please sign in to comment.