File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33helpname: 'syntax'
44---
55<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 Mar 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 Mar 15 <br>
77<br>
88<br>
99 <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
12681268使用する:<br>
12691269<div class="helpExample"> :let filetype_w = "cweb"</div>
12701270<br>
1271+ <span class="Statement">CSHARP </span><a class="Constant" href="syntax.html#cs.vim" name="cs.vim">cs.vim</a> <a class="Constant" href="syntax.html#ft-cs-syntax" name="ft-cs-syntax">ft-cs-syntax</a><br>
1272+ <br>
1273+ C# の生文字列リテラルでは、任意の数の引用符を使用してブロックをカプセル化でき<br>
1274+ る。また、生補間文字列リテラルでは任意の数の中括弧を使用して補間をカプセル化で<br>
1275+ きる。例:<br>
1276+ <br>
1277+ <div class="helpExample"> $$$""""Hello {{ "{{{" }}name}}}""""</div>
1278+ <br>
1279+ デフォルトでは、Vim は 3~8 個の引用符と 1~8 個の補間括弧をハイライトする。<br>
1280+ 認識される引用符と括弧の最大数は、以下の変数を使用して設定できる:<br>
1281+ <br>
1282+ <span class="PreProc">変数 デフォルト</span><br>
1283+ g:cs_raw_string_quote_count 8<br>
1284+ g:cs_raw_string_interpolation_brace_count 8<br>
12711285<br>
12721286<span class="Statement">DART </span><a class="Constant" href="syntax.html#dart.vim" name="dart.vim">dart.vim</a> <a class="Constant" href="syntax.html#ft-dart-syntax" name="ft-dart-syntax">ft-dart-syntax</a><br>
12731287<br>
Original file line number Diff line number Diff line change 66696669<a class="Identifier" href="intro.html#credits">credits</a> intro.jax<br>
66706670<a class="Identifier" href="options.html#crontab">crontab</a> options.jax<br>
66716671<a class="Identifier" href="if_cscop.html#cs-find">cs-find</a> if_cscop.jax<br>
6672+ <a class="Identifier" href="syntax.html#cs.vim">cs.vim</a> syntax.jax<br>
66726673<a class="Identifier" href="term.html#cs7-problem">cs7-problem</a> term.jax<br>
66736674<a class="Identifier" href="if_cscop.html#cscope">cscope</a> if_cscop.jax<br>
66746675<a class="Identifier" href="if_cscop.html#cscope-commands">cscope-commands</a> if_cscop.jax<br>
76847685<a class="Identifier" href="ft_context.html#ft-context-mappings">ft-context-mappings</a> ft_context.jax<br>
76857686<a class="Identifier" href="ft_context.html#ft-context-settings">ft-context-settings</a> ft_context.jax<br>
76867687<a class="Identifier" href="syntax.html#ft-cpp-syntax">ft-cpp-syntax</a> syntax.jax<br>
7688+ <a class="Identifier" href="syntax.html#ft-cs-syntax">ft-cs-syntax</a> syntax.jax<br>
76877689<a class="Identifier" href="syntax.html#ft-csh-syntax">ft-csh-syntax</a> syntax.jax<br>
76887690<a class="Identifier" href="insert.html#ft-css-omni">ft-css-omni</a> insert.jax<br>
76897691<a class="Identifier" href="syntax.html#ft-csv-syntax">ft-csv-syntax</a> syntax.jax<br>
You can’t perform that action at this time.
0 commit comments