Skip to content

Commit 44c52fa

Browse files
authored
Merge pull request #1748 from vim-jp/hh-update-syntax
Update syntax.{txt,jax}
2 parents a963408 + 3371499 commit 44c52fa

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

doc/syntax.jax

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 06
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 13
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2157,6 +2157,20 @@ Lace (Language for Assembly of Classes in Eiffel)は大文字・小文字を無
21572157
:let lace_case_insensitive=1
21582158
21592159
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+
21602174
LEX *lex.vim* *ft-lex-syntax*
21612175

21622176
"^%%$" セクションデリミタが、その後にどんなセクションが続くかの手がかりを与え
@@ -2449,6 +2463,12 @@ msql構文ハイライトには2つのオプションがある。
24492463
:let msql_minlines = 200
24502464
24512465
2466+
NEOMUTT *neomutt.vim* *ft-neomuttrc-syntax* *ft-neomuttlog-syntax*
2467+
2468+
デフォルトの NeoMutt ログの色を無効にするには: >
2469+
2470+
:let g:neolog_disable_default_colors = 1
2471+
24522472
N1QL *n1ql.vim* *ft-n1ql-syntax*
24532473

24542474
N1QL は、Couchbase Server データベースで JSON 文書を操作するための SQL ライク

en/syntax.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2223,6 +2223,20 @@ define the vim variable 'lace_case_insensitive' in your startup file: >
22232223
:let lace_case_insensitive=1
22242224
22252225
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+
22262240
LEX *lex.vim* *ft-lex-syntax*
22272241

22282242
Lex uses brute-force synchronizing as the "^%%$" section delimiter
@@ -2524,6 +2538,12 @@ set "msql_minlines" to the value you desire. Example: >
25242538
:let msql_minlines = 200
25252539
25262540
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+
25272547
N1QL *n1ql.vim* *ft-n1ql-syntax*
25282548

25292549
N1QL is a SQL-like declarative language for manipulating JSON documents in

0 commit comments

Comments
 (0)