From 1c69c8b7fe0b94c7586bdd92828624c4f9c41b67 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Mon, 13 Jul 2026 13:19:28 -0700 Subject: [PATCH] improvement(flint): set json language on the pages code input for inline validation --- apps/sim/blocks/blocks/flint.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sim/blocks/blocks/flint.ts b/apps/sim/blocks/blocks/flint.ts index eb615730a4b..8bcc50fff3a 100644 --- a/apps/sim/blocks/blocks/flint.ts +++ b/apps/sim/blocks/blocks/flint.ts @@ -80,6 +80,7 @@ export const FlintBlock: BlockConfig = { id: 'items', title: 'Pages (JSON)', type: 'code', + language: 'json', placeholder: `[ { "targetPageSlug": "/case-studies/acme-corp",