|
3 | 3 | helpname: 'syntax'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Aug 10<br> |
| 6 | +<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Aug 18<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
1103 | 1103 | <div class="helpExample"> syn sync fromstart<br>
|
1104 | 1104 | set foldmethod=syntax</div>
|
1105 | 1105 | <br>
|
| 1106 | +<span class="Statement">CANGJIE </span><a class="Constant" href="syntax.html#cangjie.vim" name="cangjie.vim">cangjie.vim</a> <a class="Constant" href="syntax.html#ft-cangjie-syntax" name="ft-cangjie-syntax">ft-cangjie-syntax</a><br> |
| 1107 | +<br> |
| 1108 | +このファイルは、フルシナリオインテリジェンスを指向した新世代言語である Cangjie<br> |
| 1109 | +プログラミング言語の構文ハイライトを提供する。<br> |
| 1110 | +<br> |
| 1111 | +デフォルトではすべてのハイライトが有効になっている。特定のグループのハイライト<br> |
| 1112 | +を無効にするには、<a class="Identifier" href="starting.html#vimrc">vimrc</a> で対応する変数を 0 に設定する。<br> |
| 1113 | +ハイライトを無効にするオプションは以下のとおり:<br> |
| 1114 | +<div class="helpExample"> :let g:cangjie_comment_color = 0<br> |
| 1115 | + :let g:cangjie_identifier_color = 0<br> |
| 1116 | + :let g:cangjie_keyword_color = 0<br> |
| 1117 | + :let g:cangjie_macro_color = 0<br> |
| 1118 | + :let g:cangjie_number_color = 0<br> |
| 1119 | + :let g:cangjie_operator_color = 0<br> |
| 1120 | + :let g:cangjie_string_color = 0<br> |
| 1121 | + :let g:cangjie_type_color = 0</div> |
| 1122 | +<br> |
1106 | 1123 | <span class="Statement">CH </span><a class="Constant" href="syntax.html#ch.vim" name="ch.vim">ch.vim</a> <a class="Constant" href="syntax.html#ft-ch-syntax" name="ft-ch-syntax">ft-ch-syntax</a><br>
|
1107 | 1124 | <br>
|
1108 | 1125 | C/C++ インタープリター。Ch は C に似た構文ハイライトを持ち、C の構文ファイルに<br>
|
|
0 commit comments