We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87f1a6 commit 9abd1f4Copy full SHA for 9abd1f4
integration/vscode/ada/language-configuration.json
@@ -1,7 +1,7 @@
1
{
2
"comments": {
3
// symbol used for single line comment. Remove this entry if your language does not support line comments
4
- "lineComment": "--"
+ "lineComment": "-- "
5
},
6
// symbols used as brackets
7
"brackets": [
@@ -24,4 +24,4 @@
24
["\"", "\""],
25
["'", "'"]
26
]
27
-}
+}
0 commit comments