From 9912e8df0e54dac92a5c4644b21331e02ad99782 Mon Sep 17 00:00:00 2001 From: Luis Davim Date: Sun, 18 Jan 2026 18:33:44 +0000 Subject: [PATCH] chore: add tiltfile Add tiltfile as a filetype that uses starlark --- plugin/filetypes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/filetypes.lua b/plugin/filetypes.lua index 7759c1f5c..4c850ca9b 100644 --- a/plugin/filetypes.lua +++ b/plugin/filetypes.lua @@ -44,7 +44,7 @@ local filetypes = { slang = { 'shaderslang' }, sqp = { 'mysqp' }, ssh_config = { 'sshconfig' }, - starlark = { 'bzl' }, + starlark = { 'bzl', 'tiltfile' }, surface = { 'sface' }, systemverilog = { 'verilog' }, t32 = { 'trace32' },