Skip to content

Commit 00908ec

Browse files
authored
Merge pull request #299 from vim-jp/syntax-wo-space
help_ja: Highlight [...] w/o preceding space
2 parents ee71d35 + 9ecb468 commit 00908ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/help_ja.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ syn match helpVim "VIMリファレンス.*"
55
syn region helpNotVi start="{Vim" start="{|++\?[A-Za-z0-9_/()]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump
66
syn match helpWarning "\<警告:"
77
syn region helpTransNote start="{訳注:" end="}" contains=helpLeadBlank,helpHyperTextJump
8+
syn match helpSpecial "[。、]\zs\[[-a-z^A-Z0-9_]\{2,}]"
89
hi def link helpTransNote Special

0 commit comments

Comments
 (0)