Andrew Dupont
Andrew Dupont
OK, that was pretty easy. [This commit](https://github.com/pulsar-edit/pulsar/pull/859/commits/e1e12ff5bace341fff5178157434e368283efb7f) adds auto-linking for URLs that are missed by the Markdown parser. Please read #859 if you want a build in which this issue...
@liuxiong332 also noticed that a horizontal rule (usually three or more asterisks, hyphens, or underscores on their own line) was no longer being syntax highlighted. This happened because the original...
This is a limitation of how folds work in Tree-sitter versus TextMate. Now they're completely semantic instead of based on indentation — good when you want to fold things whether...
> Triple backtick code highlighting (green) stopped working: Good catch; it's missing `markup.raw.block.gfm`. ~~I'll add that soon.~~ EDIT: This [is now present](https://github.com/pulsar-edit/pulsar/pull/859/commits/11910a11aad267292915780f3692c6131fc72b2c) on #859.
This is a known issue. The `tree-sitter-markdown` parser doesn't do anything special with regard to constructs that are only meaningful in a GitHub context. We could address this by writing...
Hell, I've never loved that the bundle is called `language-gfm` and that the root scope is `source.gfm` instead of something like `text.markdown` (or even `text.html.markdown`), but it's just one of...
@jqueraltmo, @Atelier-Mirai, and anyone else who's interested: We've been able to get a bug fixed (we hope!) in `MDeiml/tree-sitter-markdown` that was preventing us from being able to use it in...
The “experimental” replacement parser for Markdown is **now the default** as of the just-released 1.116. After downloading and installing 1.116, you may uninstall `language-markdown-alpha` and re-enable the builtin `language-gfm` package....
> As you can see at the bottom of the second screen capture, the python code block is correctly highlighted, so I can safely say that, at least for SQL...
I've got a PHP Tree-sitter grammar that's more or less ready, and I keep forgetting to put a PR together. I'll try to get that done sometime this week. I...