CodeEditApp / CodeEditLanguages

A Collection of Tree-Sitter Parsers for Syntax Highlighting
105 stars 31 forks source link

Add Markdown Grammar (w/ Highlighting) #42

Closed cengelbart39 closed 1 year ago

cengelbart39 commented 1 year ago

Description

Adds support for the Markdown Grammar. Unlike, #38 this one supports highlighting and injections.

CodeEditApp/CodeEditTextView#187 fixes a Markdown highlighting bug.

Related Issues

Checklist