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

helpHeadline のハイライトが適用されない。 #311

Open
Milly opened this issue Sep 8, 2018 · 1 comment
Open

helpHeadline のハイライトが適用されない。 #311

Milly opened this issue Sep 8, 2018 · 1 comment

Comments

@Milly
Copy link
Contributor

Milly commented Sep 8, 2018

helpHeadline は大文字アルファベットのみで記述されることを想定しているため、日本語ではハイライトが適用されない。

syntax/help.vim

syn match helpHeadline		"^[-A-Z .][-A-Z0-9 .()]*[ \t]\+\*"me=e-1

2018-09-08 17 50 59

@tsuyoshicho
Copy link
Contributor

いまとなっては、ヘルプは多言語(英語以外はUTF-8)な枠組みなので、syntax/help.vimにasciiで範囲指定しているようなのがあったら、軒並問題を起しそうですね

# *...* とかの特定記号での範囲指定自体は問題ないけど...

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

No branches or pull requests

2 participants