Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/syntax.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
*syntax.txt* For Vim バージョン 9.1. Last change: 2026 Jan 06


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1106,6 +1106,7 @@ CANGJIE *cangjie.vim* *ft-cangjie-syntax*
デフォルトではすべてのハイライトが有効になっている。特定のグループのハイライト
を無効にするには、|vimrc| で対応する変数を 0 に設定する。
ハイライトを無効にするオプションは以下のとおり: >
:let g:cangjie_builtin_color = 0
:let g:cangjie_comment_color = 0
:let g:cangjie_identifier_color = 0
:let g:cangjie_keyword_color = 0
Expand Down
3 changes: 2 additions & 1 deletion en/syntax.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*syntax.txt* For Vim version 9.1. Last change: 2025 Oct 14
*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1125,6 +1125,7 @@ new-generation language oriented to full-scenario intelligence.
All highlighting is enabled by default. To disable highlighting for a
specific group, set the corresponding variable to 0 in your |vimrc|.
All options to disable highlighting are: >
:let g:cangjie_builtin_color = 0
:let g:cangjie_comment_color = 0
:let g:cangjie_identifier_color = 0
:let g:cangjie_keyword_color = 0
Expand Down