Skip to content

Commit

Permalink
fix: re-enable markdown syntax after language pack update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 13, 2023
1 parent 6b90624 commit 8ec5fcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions org.eclipse.tm4e.language_pack/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
editorId="org.eclipse.ui.genericeditor.GenericEditor"/>
</extension>


<!-- bat -->
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type id="lng.bat" base-type="org.eclipse.tm4e.language_pack.basetype" name="Batch File (Syntax Highlighting)" priority="low" file-extensions="bat,cmd"/>
Expand Down Expand Up @@ -393,7 +393,6 @@
</extension>

<!-- markdown-basics -->
<!-- issues: syntax highlighting and uncommenting broken, folding works
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type id="lng.markdown" base-type="org.eclipse.tm4e.language_pack.basetype" name="Markdown (Syntax Highlighting)" priority="low" file-extensions="md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook"/>
</extension>
Expand All @@ -404,7 +403,6 @@
<grammar scopeName="lngpck.text.html.markdown" path="markdown-basics/markdown.tmLanguage.json"/>
<scopeNameContentTypeBinding scopeName="lngpck.text.html.markdown" contentTypeId="lng.markdown"/>
</extension>
-->

<!-- markdown-math -->
<!-- issues: broken because math.block begin regex not supported by Joni. Re-enable when the following is fixed
Expand Down

0 comments on commit 8ec5fcd

Please sign in to comment.