You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some markdown files such as failure-1.md and failure-2-minimal.md cause the tree-sitter-markdown parser crash with a nl_dlm.sym() == SYM_EXT_AUT_LNK_BGN || inl_dlm.sym() == SYM_EXT_AUT_LNK_CTN” assertion error.
…tree-sitter
Due to ikatyang/tree-sitter-markdown#60, the
markdown grammar provided in tree-sitter-langs crashes emacs on certain
files (emacs-tree-sitter/elisp-tree-sitter#253).
As there has been no activity in the upstream grammar repository and I'd
rather use spacemacs' tree-sitter where available, I'm using a deny-list to
completly avoid loading the binary of offending grammars.
Some markdown files such as
failure-1.md and
failure-2-minimal.md cause the tree-sitter-markdown parser crash with a
nl_dlm.sym() == SYM_EXT_AUT_LNK_BGN || inl_dlm.sym() == SYM_EXT_AUT_LNK_CTN”
assertion error.The text was updated successfully, but these errors were encountered: