Skip to content

Commit

Permalink
fix eclipse-tm4e#525: disable broken markdown.math grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
jensli committed May 6, 2023
1 parent ac34c5f commit 22df2c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org.eclipse.tm4e.language_pack/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,15 @@
-->

<!-- markdown-math -->
<!-- issues: broken because math.block begin regex not supported by Joni. Re-enable when the following is fixed
and integrated: https://github.com/microsoft/vscode/issues/181662
<extension point="org.eclipse.tm4e.registry.grammars">
<grammar scopeName="lngpck.text.html.markdown.math" path="markdown-math/md-math.tmLanguage.json"/>
<scopeNameContentTypeBinding scopeName="lngpck.text.html.markdown.math" contentTypeId="lng.markdown-math"/>
<grammar scopeName="lngpck.markdown.math.block" path="markdown-math/md-math-block.tmLanguage.json"/>
<grammar scopeName="lngpck.markdown.math.inline" path="markdown-math/md-math-inline.tmLanguage.json"/>
</extension>
-->

<!-- objective-c -->
<extension point="org.eclipse.core.contenttype.contentTypes">
Expand Down

0 comments on commit 22df2c0

Please sign in to comment.