Skip to content

Commit f628c48

Browse files
authored
Merge pull request #104 from vim-jp/improve-highlight
Improve syntax highlight
2 parents f24b6c1 + 1df62c4 commit f628c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/help_ja.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ scriptencoding utf-8
22

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

0 commit comments

Comments
 (0)