Skip to content

Commit d7c6a89

Browse files
committed
Update by original
1 parent bb141dc commit d7c6a89

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

doc/syntax.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -263,6 +263,9 @@ NOTE: 長い行があって表示が遅く、構文ハイライトをオフに
263263
Debug o デバッグ命令
264264

265265
*Underlined o 目立つ文章, HTMLリンク
266+
*Bold o 太字のテキスト
267+
*Italic o 斜体のテキスト
268+
*BoldItalic o 太字かつ斜体のテキスト
266269

267270
*Ignore o (見た目上)空白, 不可視 |hl-Ignore|
268271

@@ -4227,13 +4230,13 @@ ZSH *zsh.vim* *ft-zsh-syntax*
42274230

42284231
☆キーワードの定義 *:syn-keyword*
42294232

4230-
:sy[ntax] keyword {group-name} [{options}] {keyword} .. [{options}]
4233+
:sy[ntax] keyword {group-name} [{options}] {keyword} ... [{options}]
42314234

42324235
キーワードを定義する。
42334236

42344237
{group-name} "Comment" のような構文グループ名。
42354238
[{options}] 後述の|:syn-arguments|を参照。
4236-
{keyword} .. このグループに含めるキーワードのリスト。
4239+
{keyword} ... このグループに含めるキーワードのリスト。
42374240

42384241
例: >
42394242
:syntax keyword Type int long char

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: 2025 Jul 14
1+
*syntax.txt* For Vim version 9.1. Last change: 2025 Jul 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -262,6 +262,9 @@ you can see the actual color, except for "Ignore"):
262262
Debug debugging statements
263263

264264
*Underlined text that stands out, HTML links
265+
*Bold bold text
266+
*Italic italic text
267+
*BoldItalic bold and italic text
265268

266269
*Ignore left blank, hidden |hl-Ignore|
267270

@@ -4350,13 +4353,13 @@ SYNTAX ISKEYWORD SETTING *:syn-iskeyword*
43504353

43514354
DEFINING KEYWORDS *:syn-keyword*
43524355

4353-
:sy[ntax] keyword {group-name} [{options}] {keyword} .. [{options}]
4356+
:sy[ntax] keyword {group-name} [{options}] {keyword} ... [{options}]
43544357

43554358
This defines a number of keywords.
43564359

43574360
{group-name} Is a syntax group name such as "Comment".
43584361
[{options}] See |:syn-arguments| below.
4359-
{keyword} .. Is a list of keywords which are part of this group.
4362+
{keyword} ... Is a list of keywords which are part of this group.
43604363

43614364
Example: >
43624365
:syntax keyword Type int long char

0 commit comments

Comments
 (0)