Skip to content

Commit ef8714e

Browse files
1 parent 464b38d commit ef8714e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

syntax.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'syntax'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Mar 10<br>
6+
<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Mar 15<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -1268,6 +1268,20 @@
12681268
使用する:<br>
12691269
<div class="helpExample">&nbsp;&nbsp; :let filetype_w = &quot;cweb&quot;</div>
12701270
<br>
1271+
<span class="Statement">CSHARP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="syntax.html#cs.vim" name="cs.vim">cs.vim</a>&nbsp;<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">&nbsp;&nbsp;&nbsp;&nbsp;$$$&quot;&quot;&quot;&quot;Hello {{ "{{{" }}name}}}&quot;&quot;&quot;&quot;</div>
1278+
<br>
1279+
デフォルトでは、Vim は 3~8 個の引用符と 1~8 個の補間括弧をハイライトする。<br>
1280+
認識される引用符と括弧の最大数は、以下の変数を使用して設定できる:<br>
1281+
<br>
1282+
&nbsp;&nbsp;&nbsp;&nbsp;<span class="PreProc">変数&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;デフォルト</span><br>
1283+
&nbsp;&nbsp;&nbsp;&nbsp;g:cs_raw_string_quote_count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8<br>
1284+
&nbsp;&nbsp;&nbsp;&nbsp;g:cs_raw_string_interpolation_brace_count&nbsp;&nbsp; 8<br>
12711285
<br>
12721286
<span class="Statement">DART&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="syntax.html#dart.vim" name="dart.vim">dart.vim</a>&nbsp;<a class="Constant" href="syntax.html#ft-dart-syntax" name="ft-dart-syntax">ft-dart-syntax</a><br>
12731287
<br>

tags.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6669,6 +6669,7 @@
66696669
<a class="Identifier" href="intro.html#credits">credits</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; intro.jax<br>
66706670
<a class="Identifier" href="options.html#crontab">crontab</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; options.jax<br>
66716671
<a class="Identifier" href="if_cscop.html#cs-find">cs-find</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if_cscop.jax<br>
6672+
<a class="Identifier" href="syntax.html#cs.vim">cs.vim</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.jax<br>
66726673
<a class="Identifier" href="term.html#cs7-problem">cs7-problem</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; term.jax<br>
66736674
<a class="Identifier" href="if_cscop.html#cscope">cscope</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if_cscop.jax<br>
66746675
<a class="Identifier" href="if_cscop.html#cscope-commands">cscope-commands</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if_cscop.jax<br>
@@ -7684,6 +7685,7 @@
76847685
<a class="Identifier" href="ft_context.html#ft-context-mappings">ft-context-mappings</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ft_context.jax<br>
76857686
<a class="Identifier" href="ft_context.html#ft-context-settings">ft-context-settings</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ft_context.jax<br>
76867687
<a class="Identifier" href="syntax.html#ft-cpp-syntax">ft-cpp-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>
7688+
<a class="Identifier" href="syntax.html#ft-cs-syntax">ft-cs-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.jax<br>
76877689
<a class="Identifier" href="syntax.html#ft-csh-syntax">ft-csh-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>
76887690
<a class="Identifier" href="insert.html#ft-css-omni">ft-css-omni</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; insert.jax<br>
76897691
<a class="Identifier" href="syntax.html#ft-csv-syntax">ft-csv-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>

0 commit comments

Comments
 (0)