Skip to content

Commit 3d1e4ff

Browse files
committed
Update syntax.{txt,jax}
1 parent b0854e1 commit 3d1e4ff

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

doc/syntax.jax

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2026 Jan 30
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2026 Feb 08
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1849,6 +1849,14 @@ gspJavaをconstains節に加えれば、正しくハイライトされるよう
18491849
でハイライトされる。
18501850

18511851

1852+
GDB *gdb.vim* *ft-gdb-syntax*
1853+
1854+
GDB 構文ファイルは、コメントとブロック文に対して構文の折り畳み (|:syn-fold|
1855+
照) を提供する。これは以下のコマンドで有効にできる: >
1856+
1857+
:set foldmethod=syntax
1858+
1859+
18521860
GROFF *groff.vim* *ft-groff-syntax*
18531861

18541862
groff構文ファイルは|nroff.vim|のラッパーであり、使用例と設定例についてはそこの

en/syntax.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 30
1+
*syntax.txt* For Vim version 9.1. Last change: 2026 Feb 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1886,6 +1886,14 @@ The backticks for inline java are highlighted according to the htmlError
18861886
group to make them easier to see.
18871887

18881888

1889+
GDB *gdb.vim* *ft-gdb-syntax*
1890+
1891+
The GDB syntax file provides syntax |folding| (see |:syn-fold|) for comments
1892+
and block statements. This can be enabled with: >
1893+
1894+
:set foldmethod=syntax
1895+
1896+
18891897
GROFF *groff.vim* *ft-groff-syntax*
18901898

18911899
The groff syntax file is a wrapper for |nroff.vim|, see the notes

0 commit comments

Comments
 (0)