Skip to content

Commit 7b49e4e

Browse files
authored
Merge pull request #2227 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents e170362 + 8184230 commit 7b49e4e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/syntax.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2280,7 +2280,7 @@ lisp の構文ハイライトには2つのオプションがある: >
22802280
る色をつける。色づけ段階の多さのため、rainbow モード自身が ctermfg とguifg を
22812281
使ってハイライトを指定する (rainbow モードでない場合はそうではない)。それゆえ、
22822282
ハイライトグループを使う普通のカラースキームの影響を受けない。実際にどうハイラ
2283-
イトされるかはdark/bright の設定 (|'bg'| を参照) による。
2283+
イトされるかはdark/bright の設定 ('bg' を参照) による。
22842284

22852285

22862286
LITE *lite.vim* *ft-lite-syntax*
@@ -3805,8 +3805,8 @@ syntax/tex.vimにそのパッケージを対応させてほしいと思うだろ
38053805
のところ、サポートされている下付き記号は少ししかない。
38063806

38073807
使用例としては、ウィンドウを垂直分割して (|CTRL-W_v| 参照)、一つのウィンドウは
3808-
|'conceallevel'| を 0 に設定してもう一方は 2 に設定し、両方で |'scrollbind'|
3809-
を設定するような使い方がある
3808+
'conceallevel' を 0 に設定してもう一方は 2 に設定し、両方で 'scrollbind' を設
3809+
定するような使い方がある
38103810

38113811
*g:tex_conceal*
38123812
Tex: Conceal モードの選択 ~
@@ -5340,7 +5340,7 @@ https://github.com/vim/colorschemes/blob/master/legacy_colors/
53405340
:hi[ghlight] [default] {group-name} {key}={arg} ..
53415341
ハイライトグループを追加する、または既存のグループに対
53425342
する強調を変更する。指定された色の名前が認識されない場
5343-
合、|'runtimepath'| 上で見付かる各
5343+
合、'runtimepath' 上で見付かる各
53445344
`colors/lists/default.vim` が読み込まれる。
53455345
引数{key}={arg}については|highlight-args|を参照。
53465346
オプショナルな引数[default]については

en/syntax.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2025 Jul 20
1+
*syntax.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2343,7 +2343,7 @@ the parentheses and backquoted parentheses. Because of the quantity of
23432343
colorization levels, unlike non-rainbow highlighting, the rainbow mode
23442344
specifies its highlighting using ctermfg and guifg, thereby bypassing the
23452345
usual color scheme control using standard highlighting groups. The actual
2346-
highlighting used depends on the dark/bright setting (see |'bg'|).
2346+
highlighting used depends on the dark/bright setting (see 'bg').
23472347

23482348

23492349
LITE *lite.vim* *ft-lite-syntax*
@@ -3913,15 +3913,15 @@ always accept such use of @.
39133913
*tex-cchar* *tex-cole* *tex-conceal*
39143914
Tex: Taking Advantage of Conceal Mode~
39153915

3916-
If you have |'conceallevel'| set to 2 and if your encoding is utf-8, then a
3916+
If you have 'conceallevel' set to 2 and if your encoding is utf-8, then a
39173917
number of character sequences can be translated into appropriate utf-8 glyphs,
39183918
including various accented characters, Greek characters in MathZones, and
39193919
superscripts and subscripts in MathZones. Not all characters can be made into
39203920
superscripts or subscripts; the constraint is due to what utf-8 supports.
39213921
In fact, only a few characters are supported as subscripts.
39223922

39233923
One way to use this is to have vertically split windows (see |CTRL-W_v|); one
3924-
with |'conceallevel'| at 0 and the other at 2; and both using |'scrollbind'|.
3924+
with 'conceallevel' at 0 and the other at 2; and both using 'scrollbind'.
39253925

39263926
*g:tex_conceal*
39273927
Tex: Selective Conceal Mode~
@@ -5520,7 +5520,7 @@ in their own color.
55205520
Add a highlight group, or change the highlighting for
55215521
an existing group. If a given color name is not
55225522
recognized, each `colors/lists/default.vim` found on
5523-
|'runtimepath'| will be loaded.
5523+
'runtimepath' will be loaded.
55245524
See |highlight-args| for the {key}={arg} arguments.
55255525
See |:highlight-default| for the optional [default]
55265526
argument.

0 commit comments

Comments
 (0)