Skip to content

Commit

Permalink
Make POD use flat indentat.
Browse files Browse the repository at this point in the history
Not that POD is ever used in PG problems.
  • Loading branch information
drgrice1 committed Oct 15, 2024
1 parent 957da02 commit 691c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 691c32a

Please sign in to comment.