chore: add tiltfile

Add tiltfile as a filetype that uses starlark
This commit is contained in:
Luis Davim 2026-01-18 18:33:44 +00:00 committed by GitHub
parent d9a5fb8484
commit 9912e8df0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ local filetypes = {
slang = { 'shaderslang' },
sqp = { 'mysqp' },
ssh_config = { 'sshconfig' },
starlark = { 'bzl' },
starlark = { 'bzl', 'tiltfile' },
surface = { 'sface' },
systemverilog = { 'verilog' },
t32 = { 'trace32' },