Skip to content

Commit b57ca46

Browse files
committed
Mark "value" field as ignored in boolean_on_off_literal
1 parent 5b1fbc8 commit b57ca46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/syntax/parameter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const parameterMap: CstToDocMap<AllParameterNodes> = {
2222
// SHOW
2323
show_parameter_stmt: (print) => print.spaced(["showKw", "name"]),
2424

25+
/** cst-ignore: value */
2526
boolean_on_off_literal: (print, node, path, options) =>
2627
printLiteral(node.valueKw, options),
2728
};

0 commit comments

Comments
 (0)