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 7f5061f commit 6d2421cCopy full SHA for 6d2421c
src/cpp.ts
@@ -14,7 +14,7 @@ export const cppLanguage = LRLanguage.define({
14
TryStatement: continuedIndent({except: /^\s*({|catch)\b/}),
15
LabeledStatement: flatIndent,
16
CaseStatement: context => context.baseIndent + context.unit,
17
- BlockComment: () => -1,
+ BlockComment: () => null,
18
CompoundStatement: delimitedIndent({closing: "}"}),
19
Statement: continuedIndent({except: /^{/})
20
}),
0 commit comments