File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
1+ *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Aug 18
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1098,6 +1098,23 @@ Cファイルで折り畳みをするには、以下の行を 'runtimepath' 中
10981098 syn sync fromstart
10991099 set foldmethod=syntax
11001100
1101+ CANGJIE *cangjie.vim* *ft-cangjie-syntax*
1102+
1103+ このファイルは、フルシナリオインテリジェンスを指向した新世代言語である Cangjie
1104+ プログラミング言語の構文ハイライトを提供する。
1105+
1106+ デフォルトではすべてのハイライトが有効になっている。特定のグループのハイライト
1107+ を無効にするには、| vimrc | で対応する変数を 0 に設定する。
1108+ ハイライトを無効にするオプションは以下のとおり: >
1109+ :let g:cangjie_comment_color = 0
1110+ :let g:cangjie_identifier_color = 0
1111+ :let g:cangjie_keyword_color = 0
1112+ :let g:cangjie_macro_color = 0
1113+ :let g:cangjie_number_color = 0
1114+ :let g:cangjie_operator_color = 0
1115+ :let g:cangjie_string_color = 0
1116+ :let g:cangjie_type_color = 0
1117+
11011118 CH *ch.vim* *ft-ch-syntax*
11021119
11031120C/C++ インタープリター。Ch は C に似た構文ハイライトを持ち、C の構文ファイルに
Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim version 9.1. Last change: 2025 Aug 10
1+ *syntax.txt* For Vim version 9.1. Last change: 2025 Aug 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1116,6 +1116,23 @@ in the "after" directory in 'runtimepath'. For Unix this would be
11161116 syn sync fromstart
11171117 set foldmethod=syntax
11181118
1119+ CANGJIE *cangjie.vim* *ft-cangjie-syntax*
1120+
1121+ This file provides syntax highlighting for the Cangjie programming language, a
1122+ new-generation language oriented to full-scenario intelligence.
1123+
1124+ All highlighting is enabled by default. To disable highlighting for a
1125+ specific group, set the corresponding variable to 0 in your | vimrc | .
1126+ All options to disable highlighting are: >
1127+ :let g:cangjie_comment_color = 0
1128+ :let g:cangjie_identifier_color = 0
1129+ :let g:cangjie_keyword_color = 0
1130+ :let g:cangjie_macro_color = 0
1131+ :let g:cangjie_number_color = 0
1132+ :let g:cangjie_operator_color = 0
1133+ :let g:cangjie_string_color = 0
1134+ :let g:cangjie_type_color = 0
1135+
11191136 CH *ch.vim* *ft-ch-syntax*
11201137
11211138C/C++ interpreter. Ch has similar syntax highlighting to C and builds upon
You can’t perform that action at this time.
0 commit comments