Files
tree-sitter-nix-shell/corpus/shebang.txt
2023-07-04 10:06:12 +00:00

20 lines
276 B
Plaintext

==================
nix-shell shebang without any interpreter option
==================
#!/usr/bin/env nix-shell
---
(source_file
(first_line))
==================
nix-shell shebang whitespace
==================
#! /usr/bin/env nix-shell
---
(source_file
(first_line))