Files
tree-sitter-nix-shell/corpus/shebang_only.txt
2023-07-04 08:10:05 +00:00

15 lines
214 B
Plaintext

==================
nix-shell shebang without any interpreter option
==================
#!/usr/bin/env nix-shell
---
(source_file
(first_line
(shebang_open)
(opt_ws)
(env)
(ws)
(nix_shell)))