File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
18541862groff構文ファイルは| nroff.vim | のラッパーであり、使用例と設定例についてはそこの
Original file line number Diff line number Diff line change 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
18861886group 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
18911899The groff syntax file is a wrapper for | nroff.vim | , see the notes
You can’t perform that action at this time.
0 commit comments