Skip to content

Commit 9275ca1

Browse files
Fix rmd comment (#958)
1 parent ff977b7 commit 9275ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language/rmd-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"comments": {
3-
"lineComment": "#"
3+
"blockComment": [ "<!--", "-->" ]
44
},
55
"brackets": [
6+
[ "<!--", "-->" ],
67
["{", "}"],
78
["[", "]"],
89
["(", ")"]

0 commit comments

Comments
 (0)