File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
1+ *syntax.txt* For Vim バージョン 9.1. Last change: 2026 Jan 06
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -1106,6 +1106,7 @@ CANGJIE *cangjie.vim* *ft-cangjie-syntax*
11061106デフォルトではすべてのハイライトが有効になっている。特定のグループのハイライト
11071107を無効にするには、| vimrc | で対応する変数を 0 に設定する。
11081108ハイライトを無効にするオプションは以下のとおり: >
1109+ :let g:cangjie_builtin_color = 0
11091110 :let g:cangjie_comment_color = 0
11101111 :let g:cangjie_identifier_color = 0
11111112 :let g:cangjie_keyword_color = 0
Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim version 9.1. Last change: 2025 Oct 14
1+ *syntax.txt* For Vim version 9.1. Last change: 2026 Jan 06
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1125,6 +1125,7 @@ new-generation language oriented to full-scenario intelligence.
11251125All highlighting is enabled by default. To disable highlighting for a
11261126specific group, set the corresponding variable to 0 in your | vimrc | .
11271127All options to disable highlighting are: >
1128+ :let g:cangjie_builtin_color = 0
11281129 :let g:cangjie_comment_color = 0
11291130 :let g:cangjie_identifier_color = 0
11301131 :let g:cangjie_keyword_color = 0
You can’t perform that action at this time.
0 commit comments