Files
openide/json/tests/testData/folding/Commentaries.json
Mikhail Golubev e7f321eacb Add proper folding for line and block comments in JSON
Also line comments separated by more than one line feed are not moved together.
2014-09-17 19:21:24 +04:00

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>