Skip to content

Commit 7cb843d

Browse files
authored
Merge pull request #205 from alexa/aaditya-comment-feature
feat: updated language config file to support shortcut based commenti…
2 parents 3c56d0f + f1ec972 commit 7cb843d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

languages/acdl/language-configuration.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"indentationRules": {
2626
"increaseIndentPattern": "^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$",
2727
"decreaseIndentPattern": "^((?!.*?\\/\\*).*\\*/)?\\s*[\\)\\}\\]].*$"
28+
},
29+
//for adding comments using vscode shortcuts
30+
"comments": {
31+
"lineComment": "//",
32+
"blockComment": ["/*", "*/"]
2833
}
2934
}

0 commit comments

Comments
 (0)