File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jul 14
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -263,6 +263,9 @@ NOTE: 長い行があって表示が遅く、構文ハイライトをオフに
263
263
Debug o デバッグ命令
264
264
265
265
*Underlined o 目立つ文章, HTMLリンク
266
+ *Bold o 太字のテキスト
267
+ *Italic o 斜体のテキスト
268
+ *BoldItalic o 太字かつ斜体のテキスト
266
269
267
270
*Ignore o (見た目上)空白, 不可視 | hl-Ignore |
268
271
@@ -4227,13 +4230,13 @@ ZSH *zsh.vim* *ft-zsh-syntax*
4227
4230
4228
4231
☆キーワードの定義 *:syn-keyword*
4229
4232
4230
- :sy[ntax] keyword {group-name} [{options} ] {keyword} .. [{options} ]
4233
+ :sy[ntax] keyword {group-name} [{options} ] {keyword} ... [{options} ]
4231
4234
4232
4235
キーワードを定義する。
4233
4236
4234
4237
{group-name} "Comment" のような構文グループ名。
4235
4238
[{options} ] 後述の| :syn-arguments | を参照。
4236
- {keyword} .. このグループに含めるキーワードのリスト。
4239
+ {keyword} ... このグループに含めるキーワードのリスト。
4237
4240
4238
4241
例: >
4239
4242
:syntax keyword Type int long char
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -262,6 +262,9 @@ you can see the actual color, except for "Ignore"):
262
262
Debug debugging statements
263
263
264
264
*Underlined text that stands out, HTML links
265
+ *Bold bold text
266
+ *Italic italic text
267
+ *BoldItalic bold and italic text
265
268
266
269
*Ignore left blank, hidden | hl-Ignore |
267
270
@@ -4350,13 +4353,13 @@ SYNTAX ISKEYWORD SETTING *:syn-iskeyword*
4350
4353
4351
4354
DEFINING KEYWORDS *:syn-keyword*
4352
4355
4353
- :sy[ntax] keyword {group-name} [{options} ] {keyword} .. [{options} ]
4356
+ :sy[ntax] keyword {group-name} [{options} ] {keyword} ... [{options} ]
4354
4357
4355
4358
This defines a number of keywords.
4356
4359
4357
4360
{group-name} Is a syntax group name such as "Comment".
4358
4361
[{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.
4360
4363
4361
4364
Example: >
4362
4365
:syntax keyword Type int long char
You can’t perform that action at this time.
0 commit comments