mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
ci: add shebangs to scripts
This commit is contained in:
parent
4613314b1f
commit
f8bc6c69d7
6 changed files with 17 additions and 12 deletions
2
scripts/write-lockfile.lua
Normal file → Executable file
2
scripts/write-lockfile.lua
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
-- Execute as `nvim --headless -c "luafile ./scripts/write-lockfile.lua"`
|
||||
#!/usr/bin/env -S nvim -l
|
||||
|
||||
---@type string|any[]
|
||||
local skip_langs = vim.fn.getenv "SKIP_LOCKFILE_UPDATE_FOR_LANGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue