From 691c32a40099430db8d450c16bedcab404f270ff Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Tue, 15 Oct 2024 06:18:40 -0500 Subject: [PATCH] Make POD use flat indentat. Not that POD is ever used in PG problems. --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f02c538..167713f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,7 +38,7 @@ export const pgLanguage = LRLanguage.define({ 'StringSingleQuoted StringQQuoted StringDoubleQuoted StringQqQuoted': () => null, 'StatementEnd InterpolatedHeredocBody UninterpolatedHeredocBody EndDocument': () => null, Statement: continuedIndent(), - 'PGMLBlock PGTextBlock LaTeXImageCode': flatIndent + 'PGMLBlock PGTextBlock LaTeXImageCode PodStatement': flatIndent }), foldNodeProp.add({ 'Block Array ArrayRef HashRef': foldInside,