Skip to content

Commit 68da2c5

Browse files
authored
Merge pull request #2462 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents f44060d + 4933c24 commit 68da2c5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

doc/syntax.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

en/syntax.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
11251125
All highlighting is enabled by default. To disable highlighting for a
11261126
specific group, set the corresponding variable to 0 in your |vimrc|.
11271127
All 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

0 commit comments

Comments
 (0)