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.
1 parent c0fbffe commit 9d1af4aCopy full SHA for 9d1af4a
syntax/help_ja.vim
@@ -3,3 +3,5 @@ scriptencoding utf-8
3
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 region helpTransNote start="{訳注:" end="}" contains=helpLeadBlank,helpHyperTextJump
7
+hi def link helpTransNote Special
0 commit comments