Skip to content

Commit 8fb0463

Browse files
authored
Merge pull request #1922 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents 5f6d6f5 + 1c8c405 commit 8fb0463

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

doc/syntax.jax

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1043,6 +1043,7 @@ Cには幾つかの補助的なハイライト方法がある。それらを有
10431043
*c_no_cformat* 文字列中の "%" によるフォーマットをハイライトしない
10441044
*c_no_c99* C99の標準アイテムをハイライトしない
10451045
*c_no_c11* C11の標準アイテムをハイライトしない
1046+
*c_no_c23* C23の標準アイテムをハイライトしない
10461047
*c_no_bsd* BSD 特有の型をハイライトしない
10471048
*c_functions* 関数呼び出しと定義をハイライトする
10481049
*c_function_pointers* 関数ポインタの定義をハイライトする
@@ -5662,9 +5663,10 @@ PmenuSbar ポップアップメニュー: スクロールバー。
56625663
PmenuThumb ポップアップメニュー: スクロールバーのつまみ部分。
56635664
*hl-PmenuMatch*
56645665
PmenuMatch ポップアップメニュー: 通常の項目内のマッチしたテキスト。
5666+
|hl-Pmenu| と組み合わせて適用される。
56655667
*hl-PmenuMatchSel*
56665668
PmenuMatchSel ポップアップメニュー: 選択されている項目内のマッチしたテキス
5667-
ト。
5669+
ト。|hl-PmenuSel| と組み合わせて適用される。
56685670
*hl-ComplMatchIns*
56695671
ComplMatchIns 現在挿入されている補完のマッチしたテキスト。
56705672
*hl-PopupNotification*

en/syntax.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2024 Dec 16
1+
*syntax.txt* For Vim version 9.1. Last change: 2025 Jan 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1062,6 +1062,7 @@ Variable Highlight ~
10621062
*c_no_cformat* don't highlight %-formats in strings
10631063
*c_no_c99* don't highlight C99 standard items
10641064
*c_no_c11* don't highlight C11 standard items
1065+
*c_no_c23* don't highlight C23 standard items
10651066
*c_no_bsd* don't highlight BSD specific types
10661067
*c_functions* highlight function calls and definitions
10671068
*c_function_pointers* highlight function pointers definitions
@@ -5854,9 +5855,11 @@ PmenuSbar Popup menu: Scrollbar.
58545855
*hl-PmenuThumb*
58555856
PmenuThumb Popup menu: Thumb of the scrollbar.
58565857
*hl-PmenuMatch*
5857-
PmenuMatch Popup menu: Matched text in normal item.
5858+
PmenuMatch Popup menu: Matched text in normal item. Applied in
5859+
combination with |hl-Pmenu|.
58585860
*hl-PmenuMatchSel*
5859-
PmenuMatchSel Popup menu: Matched text in selected item.
5861+
PmenuMatchSel Popup menu: Matched text in selected item. Applied in
5862+
combination with |hl-PmenuSel|.
58605863
*hl-ComplMatchIns*
58615864
ComplMatchIns Matched text of the currently inserted completion.
58625865
*hl-PopupNotification*

0 commit comments

Comments
 (0)