File tree Expand file tree Collapse file tree 2 files changed +42
-2
lines changed Expand file tree Collapse file tree 2 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 06
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 13
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2157,6 +2157,20 @@ Lace (Language for Assembly of Classes in Eiffel)は大文字・小文字を無
2157
2157
:let lace_case_insensitive=1
2158
2158
2159
2159
2160
+ LF (LFRC) *lf.vim* *ft-lf-syntax* *g:lf_shell_syntax*
2161
+ *b:lf_shell_syntax*
2162
+
2163
+ lf ファイルマネージャー構成ファイル (lfrc) の場合、以下の変数を使用して異なる
2164
+ 'include' コマンド検索パターンを設定することにより、シェルコマンド構文のハイラ
2165
+ イトをグローバルおよびバッファごとに変更できる: >
2166
+ let g:lf_shell_syntax = "syntax/dosbatch.vim"
2167
+ let b:lf_shell_syntax = "syntax/zsh.vim"
2168
+
2169
+ これらの変数はデフォルトでは設定されていない。
2170
+
2171
+ デフォルトの 'include' コマンド検索パターンは 'syntax/sh.vim' である。
2172
+
2173
+
2160
2174
LEX *lex.vim* *ft-lex-syntax*
2161
2175
2162
2176
"^%%$" セクションデリミタが、その後にどんなセクションが続くかの手がかりを与え
@@ -2449,6 +2463,12 @@ msql構文ハイライトには2つのオプションがある。
2449
2463
:let msql_minlines = 200
2450
2464
2451
2465
2466
+ NEOMUTT *neomutt.vim* *ft-neomuttrc-syntax* *ft-neomuttlog-syntax*
2467
+
2468
+ デフォルトの NeoMutt ログの色を無効にするには: >
2469
+
2470
+ :let g:neolog_disable_default_colors = 1
2471
+
2452
2472
N1QL *n1ql.vim* *ft-n1ql-syntax*
2453
2473
2454
2474
N1QL は、Couchbase Server データベースで JSON 文書を操作するための SQL ライク
Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim version 9.1. Last change: 2024 Oct 06
1
+ *syntax.txt* For Vim version 9.1. Last change: 2024 Oct 13
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2223,6 +2223,20 @@ define the vim variable 'lace_case_insensitive' in your startup file: >
2223
2223
:let lace_case_insensitive=1
2224
2224
2225
2225
2226
+ LF (LFRC) *lf.vim* *ft-lf-syntax* *g:lf_shell_syntax*
2227
+ *b:lf_shell_syntax*
2228
+
2229
+ For the lf file manager configuration files (lfrc) the shell commands
2230
+ syntax highlighting can be changed globally and per buffer by setting
2231
+ a different 'include' command search pattern using these variables:
2232
+ let g:lf_shell_syntax = "syntax/dosbatch.vim"
2233
+ let b:lf_shell_syntax = "syntax/zsh.vim"
2234
+
2235
+ These variables are unset by default.
2236
+
2237
+ The default 'include' command search pattern is 'syntax/sh.vim'.
2238
+
2239
+
2226
2240
LEX *lex.vim* *ft-lex-syntax*
2227
2241
2228
2242
Lex uses brute-force synchronizing as the "^%%$" section delimiter
@@ -2524,6 +2538,12 @@ set "msql_minlines" to the value you desire. Example: >
2524
2538
:let msql_minlines = 200
2525
2539
2526
2540
2541
+ NEOMUTT *neomutt.vim* *ft-neomuttrc-syntax* *ft-neomuttlog-syntax*
2542
+
2543
+ To disable the default NeoMutt log colors >
2544
+
2545
+ :let g:neolog_disable_default_colors = 1
2546
+
2527
2547
N1QL *n1ql.vim* *ft-n1ql-syntax*
2528
2548
2529
2549
N1QL is a SQL-like declarative language for manipulating JSON documents in
You can’t perform that action at this time.
0 commit comments