mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
11 lines
228 B
JSON
11 lines
228 B
JSON
// Single line comment is not folded.
|
|
|
|
<fold text='//...'>// But
|
|
// several comments
|
|
// are.</fold>
|
|
<fold text='{"foo": 42...}'>{
|
|
<fold text='/*...*/'>/* Block commentaries
|
|
are always folded however.
|
|
*/</fold>
|
|
"foo": 42
|
|
}</fold> |