Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid infinite recursion on 'markdown' fence #3

Closed
wants to merge 1 commit into from

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Oct 27, 2018

Markdown ファイルの中に markdown フェンスがあると自身と同じファイルタイプの構文ハイライトを再帰的に include しつづけてエラーになってしまうようです(Vim 8.1.26 on macOS で確認)
これは Vim のハイライトの include の仕組み上避けられないので,markdown を除外する処理を行いました.

@tyru
Copy link
Owner

tyru commented Oct 28, 2018

ウオオ、ありがとうございます… 確認できました。

ただこれは tpope/vim-markdown 側で対応すべき問題のような気がします。
該当 issue もすでにあるみたいです。 tpope/vim-markdown#121

とりあえず PR 出してみました。
tpope/vim-markdown#136

@rhysd
Copy link
Contributor Author

rhysd commented Oct 28, 2018

ありがとうございます.確かに大元でチェックした方が良いですね.こちらの PR は一旦閉じておきますが,もし必要になったら適宜 reopen ください

@rhysd rhysd closed this Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants