We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cf395b + bb971f4 commit b784b74Copy full SHA for b784b74
syntax/help_ja.vim
@@ -4,3 +4,5 @@ syn match helpVim "Vim バージョン [0-9.a-z]\+"
4
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
+hi def link helpTransNote Special
0 commit comments