mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore: add tiltfile
Add tiltfile as a filetype that uses starlark
This commit is contained in:
parent
d9a5fb8484
commit
9912e8df0e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ local filetypes = {
|
|||
slang = { 'shaderslang' },
|
||||
sqp = { 'mysqp' },
|
||||
ssh_config = { 'sshconfig' },
|
||||
starlark = { 'bzl' },
|
||||
starlark = { 'bzl', 'tiltfile' },
|
||||
surface = { 'sface' },
|
||||
systemverilog = { 'verilog' },
|
||||
t32 = { 'trace32' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue