Skip to content

Commit

Permalink
Merge pull request #104 from vim-jp/improve-highlight
Browse files Browse the repository at this point in the history
Improve syntax highlight
  • Loading branch information
k-takata authored Jan 17, 2017
2 parents f24b6c1 + 1df62c4 commit f628c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/help_ja.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ scriptencoding utf-8

syn match helpVim "Vim バージョン [0-9.a-z]\+"
syn match helpVim "VIMリファレンス.*"
syn region helpNotVi start="{Vim" end="}" contains=helpLeadBlank,helpHyperTextJump
syn region helpNotVi start="{Vim" start="{|++\?[A-Za-z0-9_/()]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump

0 comments on commit f628c48

Please sign in to comment.