tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
374 stars 45 forks source link

Change _word rule to inlcude snake case #134

Closed MDeiml closed 4 months ago

MDeiml commented 4 months ago

This makes a lot of the difficult work of emphasis detection with underscores unnecessary, since underscores inside of words like in a_b do not trigger the detection mechanism in the first place.

Fixes #92