ikatyang / tree-sitter-markdown

Markdown grammar for tree-sitter
https://ikatyang.github.io/tree-sitter-markdown
MIT License
180 stars 29 forks source link

Different Colors for different heading levels #55

Closed Cupcee closed 1 year ago

Cupcee commented 1 year ago

When you have like

# Heading 1
Notes...
## Heading 2
More notes...
### Heading 3
Hello world

Is it possible to make each heading have different colors with this parser? I really like Markdown + this parser for taking notes, but it would be extremely useful if different levels of the markdown would have different colors for readability.

Cupcee commented 1 year ago

Nevermind this was not related to this repo! My bad