We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee71d35 + 9ecb468 commit 00908ecCopy full SHA for 00908ec
syntax/help_ja.vim
@@ -5,4 +5,5 @@ syn match helpVim "VIMリファレンス.*"
5
syn region helpNotVi start="{Vim" start="{|++\?[A-Za-z0-9_/()]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump
6
syn match helpWarning "\<警告:"
7
syn region helpTransNote start="{訳注:" end="}" contains=helpLeadBlank,helpHyperTextJump
8
+syn match helpSpecial "[。、]\zs\[[-a-z^A-Z0-9_]\{2,}]"
9
hi def link helpTransNote Special
0 commit comments