Skip to content

Commit

Permalink
Merge pull request #1885 from h-east/update-syntax
Browse files Browse the repository at this point in the history
Update syntax.{txt,jax}
  • Loading branch information
h-east authored Dec 18, 2024
2 parents b33f0ba + becb696 commit 9a44df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/syntax.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Dec 12
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -5665,6 +5665,8 @@ PmenuMatch ポップアップメニュー: 通常の項目内のマッチした
*hl-PmenuMatchSel*
PmenuMatchSel ポップアップメニュー: 選択されている項目内のマッチしたテキス
ト。
*hl-ComplMatchIns*
ComplMatchIns 現在挿入されている補完のマッチしたテキスト。
*hl-PopupNotification*
PopupNotification
|popup_notification()| で生成されたポップアップウィンドウ。定
Expand Down
4 changes: 3 additions & 1 deletion en/syntax.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*syntax.txt* For Vim version 9.1. Last change: 2024 Dec 12
*syntax.txt* For Vim version 9.1. Last change: 2024 Dec 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -5857,6 +5857,8 @@ PmenuThumb Popup menu: Thumb of the scrollbar.
PmenuMatch Popup menu: Matched text in normal item.
*hl-PmenuMatchSel*
PmenuMatchSel Popup menu: Matched text in selected item.
*hl-ComplMatchIns*
ComplMatchIns Matched text of the currently inserted completion.
*hl-PopupNotification*
PopupNotification
Popup window created with |popup_notification()|. If not
Expand Down

0 comments on commit 9a44df8

Please sign in to comment.