Skip to content

Commit f80162d

Browse files
authored
improvement(flint): set json language on the pages code input for inline validation (#5643)
1 parent 27ed2a7 commit f80162d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/blocks/blocks/flint.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export const FlintBlock: BlockConfig = {
8080
id: 'items',
8181
title: 'Pages (JSON)',
8282
type: 'code',
83+
language: 'json',
8384
placeholder: `[
8485
{
8586
"targetPageSlug": "/case-studies/acme-corp",

0 commit comments

Comments
 (0)